Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/fnic/
H A 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
247 struct fnic_stats fnic_stats; argument
250 u32 in_remove:1; /* fnic device in removal */ argument
260 enum fnic_state state; argument
261 spinlock_t fnic_lock; argument
282 struct fnic_host_tag *tags; argument
293 void (*set_vlan)(struct fnic *, u16 vlan); argument
[all …]
H A 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()
H A 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()
474 static int fnic_cleanup(struct fnic *fnic) in fnic_cleanup()
525 static void fnic_iounmap(struct fnic *fnic) in fnic_iounmap()
537 struct fnic *fnic = lport_priv(lport); in fnic_get_mac() local
584 struct fnic *fnic; in fnic_probe() local
[all …]
H A Dfnic_fcs.c215 void fnic_fcoe_evlist_free(struct fnic *fnic) in fnic_fcoe_evlist_free()
738 struct fnic *fnic = lport_priv(lport); in fnic_update_mac() local
761 struct fnic *fnic = lport_priv(lport); in fnic_set_port_id() local
820 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_rq_cmpl_frame_recv() local
922 struct fnic *fnic = vnic_dev_priv(vdev); in fnic_rq_cmpl_handler_cont() local
960 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_alloc_rq_frame() local
995 struct fnic *fnic = vnic_dev_priv(rq->vdev); in fnic_free_rq_buf() local
1011 struct fnic *fnic = fnic_from_ctlr(fip); in fnic_eth_send() local
1152 struct fnic *fnic = lport_priv(lp); in fnic_send() local
1185 void fnic_flush_tx(struct fnic *fnic) in fnic_flush_tx()
[all …]
H A Dfnic_scsi.c418 struct fnic *fnic = lport_priv(lp); in fnic_queuecommand_lck() local
1360 struct fnic *fnic = data; in fnic_cleanup_io_iter() local
1549 struct fnic *fnic; member
1681 struct fnic *fnic; in fnic_terminate_rport_io() local
1721 struct fnic *fnic; in fnic_abort_cmd() local
2007 struct fnic *fnic; member
2199 struct fnic *fnic; in fnic_device_reset() local
2451 struct fnic *fnic; in fnic_reset() local
2498 struct fnic *fnic = lport_priv(lp); in fnic_host_reset() local
2545 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()
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()
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