Home
last modified time | relevance | path

Searched defs:fnic (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/scsi/fnic/
Dfnic.h212 struct fnic *fnic; member
217 struct fnic { struct
222 struct fnic_msix_entry msix[FNIC_MSIX_INTR_MAX]; argument
231 unsigned int fnic_max_tag_id; argument
238 struct dentry *fnic_stats_debugfs_host; argument
239 struct dentry *fnic_stats_debugfs_file; argument
240 struct dentry *fnic_reset_debugfs_file; argument
243 struct fnic_stats fnic_stats; argument
246 u32 in_remove:1; /* fnic device in removal */ argument
255 enum fnic_state state; argument
[all …]
Dfnic_isr.c32 struct fnic *fnic = data; in fnic_isr_legacy() local
69 struct fnic *fnic = data; in fnic_isr_msi() local
89 struct fnic *fnic = data; in fnic_isr_msix_rq() local
106 struct fnic *fnic = data; in fnic_isr_msix_wq() local
122 struct fnic *fnic = data; in fnic_isr_msix_wq_copy() local
138 struct fnic *fnic = data; in fnic_isr_msix_err_notify() local
150 void fnic_free_intr(struct fnic *fnic) in fnic_free_intr()
172 int fnic_request_intr(struct fnic *fnic) in fnic_request_intr()
235 int fnic_set_intr_mode(struct fnic *fnic) in fnic_set_intr_mode()
330 void fnic_clear_intr_mode(struct fnic *fnic) in fnic_clear_intr_mode()
Dfnic_fcs.c51 struct fnic *fnic = container_of(work, struct fnic, link_work); in fnic_handle_link() local
193 struct fnic *fnic = container_of(work, struct fnic, frame_work); in fnic_handle_frame() local
225 void fnic_fcoe_evlist_free(struct fnic *fnic) in fnic_fcoe_evlist_free()
246 struct fnic *fnic = container_of(work, struct fnic, event_work); in fnic_handle_event() local
369 static void fnic_fcoe_send_vlan_req(struct fnic *fnic) in fnic_fcoe_send_vlan_req()
422 static void fnic_fcoe_process_vlan_resp(struct fnic *fnic, struct sk_buff *skb) in fnic_fcoe_process_vlan_resp()
496 static void fnic_fcoe_start_fcf_disc(struct fnic *fnic) in fnic_fcoe_start_fcf_disc()
516 static int fnic_fcoe_vlan_check(struct fnic *fnic, u16 flag) in fnic_fcoe_vlan_check()
542 static void fnic_event_enq(struct fnic *fnic, enum fnic_evt ev) in fnic_event_enq()
561 static int fnic_fcoe_handle_fip_frame(struct fnic *fnic, struct sk_buff *skb) in fnic_fcoe_handle_fip_frame()
[all …]
Dfnic_main.c178 struct fnic *fnic = lport_priv(lp); in fnic_get_host_speed() local
209 struct fnic *fnic = lport_priv(lp); in fnic_get_stats() local
322 struct fnic *fnic = lport_priv(lp); in fnic_reset_host_stats() local
346 void fnic_log_q_error(struct fnic *fnic) in fnic_log_q_error()
376 void fnic_handle_link_event(struct fnic *fnic) in fnic_handle_link_event()
391 static int fnic_notify_set(struct fnic *fnic) in fnic_notify_set()
419 struct fnic *fnic = from_timer(fnic, t, notify_timer); in fnic_notify_timer() local
428 struct fnic *fnic = from_timer(fnic, t, fip_timer); in fnic_fip_notify_timer() local
433 static void fnic_notify_timer_start(struct fnic *fnic) in fnic_notify_timer_start()
485 static int fnic_cleanup(struct fnic *fnic) in fnic_cleanup()
[all …]
Dfnic_scsi.c107 static inline spinlock_t *fnic_io_lock_hash(struct fnic *fnic, in fnic_io_lock_hash()
115 static inline spinlock_t *fnic_io_lock_tag(struct fnic *fnic, in fnic_io_lock_tag()
125 static void fnic_release_ioreq_buf(struct fnic *fnic, in fnic_release_ioreq_buf()
144 static int free_wq_copy_descs(struct fnic *fnic, struct vnic_wq_copy *wq) in free_wq_copy_descs()
181 __fnic_set_state_flags(struct fnic *fnic, unsigned long st_flags, in __fnic_set_state_flags()
206 int fnic_fw_reset_handler(struct fnic *fnic) in fnic_fw_reset_handler()
259 int fnic_flogi_reg_handler(struct fnic *fnic, u32 fc_id) in fnic_flogi_reg_handler()
317 static inline int fnic_queue_wq_copy_desc(struct fnic *fnic, in fnic_queue_wq_copy_desc()
428 struct fnic *fnic = lport_priv(lp); in fnic_queuecommand_lck() local
710 static int fnic_fcpio_flogi_reg_cmpl_handler(struct fnic *fnic, in fnic_fcpio_flogi_reg_cmpl_handler()
[all …]
Dfnic_res.c34 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()
210 void fnic_free_vnic_resources(struct fnic *fnic) in fnic_free_vnic_resources()
230 int fnic_alloc_vnic_resources(struct fnic *fnic) in fnic_alloc_vnic_resources()
Dfnic_debugfs.c486 struct fnic *fnic = (struct fnic *)debug->i_private; in fnic_reset_stats_read() local
514 struct fnic *fnic = (struct fnic *)debug->i_private; in fnic_reset_stats_write() local
597 struct fnic *fnic = inode->i_private; in fnic_stats_debugfs_open() local
695 void fnic_stats_debugfs_init(struct fnic *fnic) in fnic_stats_debugfs_init()
724 void fnic_stats_debugfs_remove(struct fnic *fnic) in fnic_stats_debugfs_remove()
Dfnic_attrs.c27 struct fnic *fnic = lport_priv(lp); in fnic_show_state() local