Home
last modified time | relevance | path

Searched refs:bnx2fc_hba (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc.h183 struct bnx2fc_hba { struct
255 struct bnx2fc_hba *hba; argument
279 struct bnx2fc_hba *hba;
485 struct bnx2fc_hba *hba;
502 int bnx2fc_send_fw_fcoe_init_msg(struct bnx2fc_hba *hba);
503 int bnx2fc_send_fw_fcoe_destroy_msg(struct bnx2fc_hba *hba);
510 int bnx2fc_send_session_destroy_req(struct bnx2fc_hba *hba,
515 int bnx2fc_setup_task_ctx(struct bnx2fc_hba *hba);
516 void bnx2fc_free_task_ctx(struct bnx2fc_hba *hba);
517 int bnx2fc_setup_fw_resc(struct bnx2fc_hba *hba);
[all …]
H A Dbnx2fc_fcoe.c78 static int bnx2fc_em_config(struct fc_lport *lport, struct bnx2fc_hba *hba);
79 static int bnx2fc_bind_adapter_devices(struct bnx2fc_hba *hba);
80 static void bnx2fc_unbind_adapter_devices(struct bnx2fc_hba *hba);
81 static int bnx2fc_bind_pcidev(struct bnx2fc_hba *hba);
82 static void bnx2fc_unbind_pcidev(struct bnx2fc_hba *hba);
87 static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device *phys_dev);
91 static struct bnx2fc_hba *bnx2fc_find_hba_for_cnic(struct cnic_dev *cnic);
93 static int bnx2fc_fw_init(struct bnx2fc_hba *hba);
94 static void bnx2fc_fw_destroy(struct bnx2fc_hba *hba);
193 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_cleanup()
[all …]
H A Dbnx2fc_tgt.c22 static u32 bnx2fc_alloc_conn_id(struct bnx2fc_hba *hba,
24 static int bnx2fc_alloc_session_resc(struct bnx2fc_hba *hba,
26 static void bnx2fc_free_session_resc(struct bnx2fc_hba *hba,
28 static void bnx2fc_free_conn_id(struct bnx2fc_hba *hba, u32 conn_id);
86 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_offload_session()
293 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_upload_session()
355 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_init_tgt()
443 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_rport_event_handler()
580 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_tgt_lookup()
613 static u32 bnx2fc_alloc_conn_id(struct bnx2fc_hba *hba, in bnx2fc_alloc_conn_id()
[all …]
H A Dbnx2fc_hwi.c20 static void bnx2fc_fastpath_notification(struct bnx2fc_hba *hba,
22 static void bnx2fc_process_ofld_cmpl(struct bnx2fc_hba *hba,
24 static void bnx2fc_process_enable_conn_cmpl(struct bnx2fc_hba *hba,
26 static void bnx2fc_init_failure(struct bnx2fc_hba *hba, u32 err_code);
27 static void bnx2fc_process_conn_destroy_cmpl(struct bnx2fc_hba *hba,
30 int bnx2fc_send_stat_req(struct bnx2fc_hba *hba) in bnx2fc_send_stat_req()
62 int bnx2fc_send_fw_fcoe_init_msg(struct bnx2fc_hba *hba) in bnx2fc_send_fw_fcoe_init_msg()
146 int bnx2fc_send_fw_fcoe_destroy_msg(struct bnx2fc_hba *hba) in bnx2fc_send_fw_fcoe_destroy_msg()
177 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_send_session_ofld_req()
362 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_send_session_enable_req()
[all …]
H A Dbnx2fc_io.c211 struct bnx2fc_cmd_mgr *bnx2fc_cmd_mgr_alloc(struct bnx2fc_hba *hba) in bnx2fc_cmd_mgr_alloc()
339 struct bnx2fc_hba *hba = cmgr->hba; in bnx2fc_cmd_mgr_free()
548 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_free_mp_resc()
585 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_init_mp_req()
1654 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_map_sg()
1731 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_unmap_sg_list()
2031 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_post_io_req()