Searched defs:fnic (Results 1 – 8 of 8) sorted by relevance
/drivers/scsi/fnic/ |
D | fnic.h | 210 struct fnic *fnic; member 215 struct fnic { struct 221 struct fnic_msix_entry msix[FNIC_MSIX_INTR_MAX]; argument 230 unsigned int fnic_max_tag_id; argument 237 struct dentry *fnic_stats_debugfs_host; argument 238 struct dentry *fnic_stats_debugfs_file; argument 239 struct dentry *fnic_reset_debugfs_file; argument 242 struct fnic_stats fnic_stats; argument 245 u32 in_remove:1; /* fnic device in removal */ argument 253 enum fnic_state state; argument [all …]
|
D | fnic_isr.c | 32 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() 335 void fnic_clear_intr_mode(struct fnic *fnic) in fnic_clear_intr_mode()
|
D | fnic_fcs.c | 51 struct fnic *fnic = container_of(work, struct fnic, link_work); in fnic_handle_link() local 148 struct fnic *fnic = container_of(work, struct fnic, frame_work); in fnic_handle_frame() local 180 void fnic_fcoe_evlist_free(struct fnic *fnic) in fnic_fcoe_evlist_free() 201 struct fnic *fnic = container_of(work, struct fnic, event_work); in fnic_handle_event() local 328 static void fnic_fcoe_send_vlan_req(struct fnic *fnic) in fnic_fcoe_send_vlan_req() 380 static void fnic_fcoe_process_vlan_resp(struct fnic *fnic, struct sk_buff *skb) in fnic_fcoe_process_vlan_resp() 456 static void fnic_fcoe_start_fcf_disc(struct fnic *fnic) in fnic_fcoe_start_fcf_disc() 476 static int fnic_fcoe_vlan_check(struct fnic *fnic, u16 flag) in fnic_fcoe_vlan_check() 502 static void fnic_event_enq(struct fnic *fnic, enum fnic_evt ev) in fnic_event_enq() 521 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 | 175 struct fnic *fnic = lport_priv(lp); in fnic_get_host_speed() local 193 struct fnic *fnic = lport_priv(lp); in fnic_get_stats() local 306 struct fnic *fnic = lport_priv(lp); in fnic_reset_host_stats() local 330 void fnic_log_q_error(struct fnic *fnic) in fnic_log_q_error() 360 void fnic_handle_link_event(struct fnic *fnic) in fnic_handle_link_event() 375 static int fnic_notify_set(struct fnic *fnic) in fnic_notify_set() 403 struct fnic *fnic = (struct fnic *)data; in fnic_notify_timer() local 412 struct fnic *fnic = (struct fnic *)data; in fnic_fip_notify_timer() local 417 static void fnic_notify_timer_start(struct fnic *fnic) in fnic_notify_timer_start() 460 static int fnic_cleanup(struct fnic *fnic) in fnic_cleanup() [all …]
|
D | fnic_scsi.c | 106 static inline spinlock_t *fnic_io_lock_hash(struct fnic *fnic, in fnic_io_lock_hash() 114 static inline spinlock_t *fnic_io_lock_tag(struct fnic *fnic, in fnic_io_lock_tag() 124 static void fnic_release_ioreq_buf(struct fnic *fnic, in fnic_release_ioreq_buf() 143 static int free_wq_copy_descs(struct fnic *fnic, struct vnic_wq_copy *wq) in free_wq_copy_descs() 180 __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() 425 struct fnic *fnic = lport_priv(lp); in fnic_queuecommand_lck() local 653 static int fnic_fcpio_flogi_reg_cmpl_handler(struct fnic *fnic, in fnic_fcpio_flogi_reg_cmpl_handler() [all …]
|
D | fnic_res.c | 34 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()
|
D | fnic_debugfs.c | 567 struct fnic *fnic = (struct fnic *)debug->i_private; in fnic_reset_stats_read() local 595 struct fnic *fnic = (struct fnic *)debug->i_private; in fnic_reset_stats_write() local 677 struct fnic *fnic = inode->i_private; in fnic_stats_debugfs_open() local 775 int fnic_stats_debugfs_init(struct fnic *fnic) in fnic_stats_debugfs_init() 823 void fnic_stats_debugfs_remove(struct fnic *fnic) in fnic_stats_debugfs_remove()
|
D | fnic_attrs.c | 27 struct fnic *fnic = lport_priv(lp); in fnic_show_state() local
|