Home
last modified time | relevance | path

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

/drivers/scsi/fnic/
Dfnic.h213 struct fnic *fnic; member
218 struct fnic { struct
223 struct fnic_msix_entry msix[FNIC_MSIX_INTR_MAX]; argument
232 unsigned int fnic_max_tag_id; argument
239 struct dentry *fnic_stats_debugfs_host; argument
240 struct dentry *fnic_stats_debugfs_file; argument
241 struct dentry *fnic_reset_debugfs_file; argument
244 struct fnic_stats fnic_stats; argument
247 u32 in_remove:1; /* fnic device in removal */ argument
257 enum fnic_state state; argument
[all …]
Dfnic_fcs.c39 struct fnic *fnic = container_of(work, struct fnic, link_work); in fnic_handle_link() local
183 struct fnic *fnic = container_of(work, struct fnic, frame_work); in fnic_handle_frame() local
215 void fnic_fcoe_evlist_free(struct fnic *fnic) in fnic_fcoe_evlist_free()
236 struct fnic *fnic = container_of(work, struct fnic, event_work); in fnic_handle_event() local
359 static void fnic_fcoe_send_vlan_req(struct fnic *fnic) in fnic_fcoe_send_vlan_req()
412 static void fnic_fcoe_process_vlan_resp(struct fnic *fnic, struct sk_buff *skb) in fnic_fcoe_process_vlan_resp()
486 static void fnic_fcoe_start_fcf_disc(struct fnic *fnic) in fnic_fcoe_start_fcf_disc()
506 static int fnic_fcoe_vlan_check(struct fnic *fnic, u16 flag) in fnic_fcoe_vlan_check()
532 static void fnic_event_enq(struct fnic *fnic, enum fnic_evt ev) in fnic_event_enq()
551 static int fnic_fcoe_handle_fip_frame(struct fnic *fnic, struct sk_buff *skb) in fnic_fcoe_handle_fip_frame()
[all …]
Dfnic_scsi.c95 static inline spinlock_t *fnic_io_lock_hash(struct fnic *fnic, in fnic_io_lock_hash()
103 static inline spinlock_t *fnic_io_lock_tag(struct fnic *fnic, in fnic_io_lock_tag()
113 static void fnic_release_ioreq_buf(struct fnic *fnic, in fnic_release_ioreq_buf()
132 static int free_wq_copy_descs(struct fnic *fnic, struct vnic_wq_copy *wq) in free_wq_copy_descs()
169 __fnic_set_state_flags(struct fnic *fnic, unsigned long st_flags, in __fnic_set_state_flags()
194 int fnic_fw_reset_handler(struct fnic *fnic) in fnic_fw_reset_handler()
247 int fnic_flogi_reg_handler(struct fnic *fnic, u32 fc_id) in fnic_flogi_reg_handler()
305 static inline int fnic_queue_wq_copy_desc(struct fnic *fnic, in fnic_queue_wq_copy_desc()
418 struct fnic *fnic = lport_priv(lp); in fnic_queuecommand_lck() local
696 static int fnic_fcpio_flogi_reg_cmpl_handler(struct fnic *fnic, in fnic_fcpio_flogi_reg_cmpl_handler()
[all …]
Dfnic_main.c167 struct fnic *fnic = lport_priv(lp); in fnic_get_host_speed() local
198 struct fnic *fnic = lport_priv(lp); in fnic_get_stats() local
311 struct fnic *fnic = lport_priv(lp); in fnic_reset_host_stats() local
335 void fnic_log_q_error(struct fnic *fnic) in fnic_log_q_error()
365 void fnic_handle_link_event(struct fnic *fnic) in fnic_handle_link_event()
380 static int fnic_notify_set(struct fnic *fnic) in fnic_notify_set()
408 struct fnic *fnic = from_timer(fnic, t, notify_timer); in fnic_notify_timer() local
417 struct fnic *fnic = from_timer(fnic, t, fip_timer); in fnic_fip_notify_timer() local
422 static void fnic_notify_timer_start(struct fnic *fnic) in fnic_notify_timer_start()
474 static int fnic_cleanup(struct fnic *fnic) in fnic_cleanup()
[all …]
Dfnic_isr.c20 struct fnic *fnic = data; in fnic_isr_legacy() local
57 struct fnic *fnic = data; in fnic_isr_msi() local
77 struct fnic *fnic = data; in fnic_isr_msix_rq() local
94 struct fnic *fnic = data; in fnic_isr_msix_wq() local
110 struct fnic *fnic = data; in fnic_isr_msix_wq_copy() local
126 struct fnic *fnic = data; in fnic_isr_msix_err_notify() local
138 void fnic_free_intr(struct fnic *fnic) in fnic_free_intr()
160 int fnic_request_intr(struct fnic *fnic) in fnic_request_intr()
223 int fnic_set_intr_mode(struct fnic *fnic) in fnic_set_intr_mode()
318 void fnic_clear_intr_mode(struct fnic *fnic) in fnic_clear_intr_mode()
Dfnic_res.c22 int fnic_get_vnic_config(struct fnic *fnic) in fnic_get_vnic_config()
168 int fnic_set_nic_config(struct fnic *fnic, u8 rss_default_cpu, in fnic_set_nic_config()
187 void fnic_get_res_counts(struct fnic *fnic) in fnic_get_res_counts()
198 void fnic_free_vnic_resources(struct fnic *fnic) in fnic_free_vnic_resources()
218 int fnic_alloc_vnic_resources(struct fnic *fnic) in fnic_alloc_vnic_resources()
Dfnic_debugfs.c471 struct fnic *fnic = (struct fnic *)debug->i_private; in fnic_reset_stats_read() local
499 struct fnic *fnic = (struct fnic *)debug->i_private; in fnic_reset_stats_write() local
582 struct fnic *fnic = inode->i_private; in fnic_stats_debugfs_open() local
680 void fnic_stats_debugfs_init(struct fnic *fnic) in fnic_stats_debugfs_init()
709 void fnic_stats_debugfs_remove(struct fnic *fnic) in fnic_stats_debugfs_remove()
Dfnic_attrs.c15 struct fnic *fnic = lport_priv(lp); in fnic_show_state() local