Searched defs:fnic (Results 1 – 8 of 8) sorted by relevance
/linux-6.8/drivers/scsi/fnic/ |
D | fnic.h | 224 struct fnic *fnic; member 236 struct fnic { struct 237 int fnic_num; argument 242 struct fnic_msix_entry msix[FNIC_MSIX_INTR_MAX]; argument 251 unsigned int fnic_max_tag_id; argument 261 struct dentry *fnic_stats_debugfs_host; argument 262 struct dentry *fnic_stats_debugfs_file; argument 263 struct dentry *fnic_reset_debugfs_file; argument 266 struct fnic_stats fnic_stats; argument 269 u32 in_remove:1; /* fnic device in removal */ argument [all …]
|
D | fnic_isr.c | 20 struct fnic *fnic = data; in fnic_isr_legacy() local 62 struct fnic *fnic = data; in fnic_isr_msi() local 82 struct fnic *fnic = data; in fnic_isr_msix_rq() local 99 struct fnic *fnic = data; in fnic_isr_msix_wq() local 115 struct fnic *fnic = data; in fnic_isr_msix_wq_copy() local 141 struct fnic *fnic = data; in fnic_isr_msix_err_notify() local 153 void fnic_free_intr(struct fnic *fnic) in fnic_free_intr() 175 int fnic_request_intr(struct fnic *fnic) in fnic_request_intr() 242 int fnic_set_intr_mode_msix(struct fnic *fnic) in fnic_set_intr_mode_msix() 322 int fnic_set_intr_mode(struct fnic *fnic) in fnic_set_intr_mode() [all …]
|
D | fnic_fcs.c | 39 struct fnic *fnic = container_of(work, struct fnic, link_work); in fnic_handle_link() local 190 struct fnic *fnic = container_of(work, struct fnic, frame_work); in fnic_handle_frame() local 222 void fnic_fcoe_evlist_free(struct fnic *fnic) in fnic_fcoe_evlist_free() 243 struct fnic *fnic = container_of(work, struct fnic, event_work); in fnic_handle_event() local 366 static void fnic_fcoe_send_vlan_req(struct fnic *fnic) in fnic_fcoe_send_vlan_req() 419 static void fnic_fcoe_process_vlan_resp(struct fnic *fnic, struct sk_buff *skb) in fnic_fcoe_process_vlan_resp() 493 static void fnic_fcoe_start_fcf_disc(struct fnic *fnic) in fnic_fcoe_start_fcf_disc() 513 static int fnic_fcoe_vlan_check(struct fnic *fnic, u16 flag) in fnic_fcoe_vlan_check() 539 static void fnic_event_enq(struct fnic *fnic, enum fnic_evt ev) in fnic_event_enq() 558 static int fnic_fcoe_handle_fip_frame(struct fnic *fnic, struct sk_buff *skb) in fnic_fcoe_handle_fip_frame() [all …]
|
D | fnic_main.c | 171 struct fnic *fnic = lport_priv(lp); in fnic_get_host_speed() local 202 struct fnic *fnic = lport_priv(lp); in fnic_get_stats() local 315 struct fnic *fnic = lport_priv(lp); in fnic_reset_host_stats() local 339 void fnic_log_q_error(struct fnic *fnic) in fnic_log_q_error() 369 void fnic_handle_link_event(struct fnic *fnic) in fnic_handle_link_event() 384 static int fnic_notify_set(struct fnic *fnic) in fnic_notify_set() 412 struct fnic *fnic = from_timer(fnic, t, notify_timer); in fnic_notify_timer() local 421 struct fnic *fnic = from_timer(fnic, t, fip_timer); in fnic_fip_notify_timer() local 426 static void fnic_notify_timer_start(struct fnic *fnic) in fnic_notify_timer_start() 478 static int fnic_cleanup(struct fnic *fnic) in fnic_cleanup() [all …]
|
D | fnic_scsi.c | 99 static void fnic_release_ioreq_buf(struct fnic *fnic, in fnic_release_ioreq_buf() 118 static int free_wq_copy_descs(struct fnic *fnic, struct vnic_wq_copy *wq, unsigned int hwq) in free_wq_copy_descs() 155 __fnic_set_state_flags(struct fnic *fnic, unsigned long st_flags, in __fnic_set_state_flags() 177 int fnic_fw_reset_handler(struct fnic *fnic) in fnic_fw_reset_handler() 230 int fnic_flogi_reg_handler(struct fnic *fnic, u32 fc_id) in fnic_flogi_reg_handler() 288 static inline int fnic_queue_wq_copy_desc(struct fnic *fnic, in fnic_queue_wq_copy_desc() 394 struct fnic *fnic = lport_priv(lp); in fnic_queuecommand() local 613 static int fnic_fcpio_fw_reset_cmpl_handler(struct fnic *fnic, in fnic_fcpio_fw_reset_cmpl_handler() 695 static int fnic_fcpio_flogi_reg_cmpl_handler(struct fnic *fnic, in fnic_fcpio_flogi_reg_cmpl_handler() 774 static inline void fnic_fcpio_ack_handler(struct fnic *fnic, in fnic_fcpio_ack_handler() [all …]
|
D | fnic_res.c | 22 int fnic_get_vnic_config(struct fnic *fnic) in fnic_get_vnic_config() 180 int fnic_set_nic_config(struct fnic *fnic, u8 rss_default_cpu, in fnic_set_nic_config() 199 void fnic_get_res_counts(struct fnic *fnic) in fnic_get_res_counts() 223 void fnic_free_vnic_resources(struct fnic *fnic) in fnic_free_vnic_resources() 243 int fnic_alloc_vnic_resources(struct fnic *fnic) in fnic_alloc_vnic_resources()
|
D | fnic_debugfs.c | 467 struct fnic *fnic = (struct fnic *)debug->i_private; in fnic_reset_stats_read() local 495 struct fnic *fnic = (struct fnic *)debug->i_private; in fnic_reset_stats_write() local 578 struct fnic *fnic = inode->i_private; in fnic_stats_debugfs_open() local 676 void fnic_stats_debugfs_init(struct fnic *fnic) in fnic_stats_debugfs_init() 705 void fnic_stats_debugfs_remove(struct fnic *fnic) in fnic_stats_debugfs_remove()
|
D | fnic_attrs.c | 15 struct fnic *fnic = lport_priv(lp); in fnic_show_state() local
|