Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfnic.h224 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
269 u32 in_remove:1; /* fnic device in removal */ argument
279 enum fnic_state state; argument
301 struct fnic_host_tag *tags; argument
313 void (*set_vlan)(struct fnic *, u16 vlan); argument
326 ____cacheline_aligned struct fnic_cpy_wq sw_copy_wq[FNIC_WQ_COPY_MAX]; argument
[all …]
H A Dfnic_isr.c20 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 …]
H A Dfnic_fcs.c222 void fnic_fcoe_evlist_free(struct fnic *fnic) in fnic_fcoe_evlist_free()
746 struct fnic *fnic = lport_priv(lport); in fnic_update_mac() local
769 struct fnic *fnic = lport_priv(lport); in fnic_set_port_id() local
828 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_rq_cmpl_frame_recv() local
930 struct fnic *fnic = vnic_dev_priv(vdev); in fnic_rq_cmpl_handler_cont() local
968 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_alloc_rq_frame() local
1003 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_free_rq_buf() local
1019 struct fnic *fnic = fnic_from_ctlr(fip); in fnic_eth_send() local
1160 struct fnic *fnic = lport_priv(lp); in fnic_send() local
1249 struct fnic *fnic = vnic_dev_priv(wq->vdev); in fnic_wq_complete_frame_send() local
[all …]
H A Dfnic_main.c171 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()
384 static int fnic_notify_set(struct fnic *fnic) in fnic_notify_set()
478 static int fnic_cleanup(struct fnic *fnic) in fnic_cleanup()
531 static void fnic_iounmap(struct fnic *fnic) in fnic_iounmap()
543 struct fnic *fnic = lport_priv(lport); in fnic_get_mac() local
584 struct fnic *fnic = lport_priv(lp); in fnic_mq_map_queues_cpus() local
611 struct fnic *fnic; in fnic_probe() local
[all …]
H A Dfnic_scsi.c394 struct fnic *fnic = lport_priv(lp); in fnic_queuecommand() local
1415 struct fnic *fnic = data; in fnic_cleanup_io_iter() local
1610 struct fnic *fnic; member
1748 struct fnic *fnic; in fnic_terminate_rport_io() local
1787 struct fnic *fnic; in fnic_abort_cmd() local
2080 struct fnic *fnic; member
2278 struct fnic *fnic; in fnic_device_reset() local
2538 struct fnic *fnic; in fnic_reset() local
2584 struct fnic *fnic = lport_priv(lp); in fnic_host_reset() local
2631 struct fnic *fnic = lport_priv(lp); in fnic_scsi_abort_io() local
[all …]
H A Dfnic_res.c22 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()
H A Dfnic_debugfs.c467 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()
H A Dfnic_attrs.c15 struct fnic *fnic = lport_priv(lp); in fnic_show_state() local