Searched refs:bnx2fc_hba (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc.h | 184 struct bnx2fc_hba { struct 255 struct bnx2fc_hba *hba; argument 278 struct bnx2fc_hba *hba; 484 struct bnx2fc_hba *hba; 494 int bnx2fc_send_fw_fcoe_init_msg(struct bnx2fc_hba *hba); 495 int bnx2fc_send_fw_fcoe_destroy_msg(struct bnx2fc_hba *hba); 502 int bnx2fc_send_session_destroy_req(struct bnx2fc_hba *hba, 507 int bnx2fc_setup_task_ctx(struct bnx2fc_hba *hba); 508 void bnx2fc_free_task_ctx(struct bnx2fc_hba *hba); 509 int bnx2fc_setup_fw_resc(struct bnx2fc_hba *hba); [all …]
|
D | bnx2fc_fcoe.c | 75 static int bnx2fc_em_config(struct fc_lport *lport, struct bnx2fc_hba *hba); 76 static int bnx2fc_bind_adapter_devices(struct bnx2fc_hba *hba); 77 static void bnx2fc_unbind_adapter_devices(struct bnx2fc_hba *hba); 78 static int bnx2fc_bind_pcidev(struct bnx2fc_hba *hba); 79 static void bnx2fc_unbind_pcidev(struct bnx2fc_hba *hba); 84 static struct bnx2fc_hba *bnx2fc_hba_lookup(struct net_device *phys_dev); 88 static struct bnx2fc_hba *bnx2fc_find_hba_for_cnic(struct cnic_dev *cnic); 90 static int bnx2fc_fw_init(struct bnx2fc_hba *hba); 91 static void bnx2fc_fw_destroy(struct bnx2fc_hba *hba); 172 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_cleanup() [all …]
|
D | bnx2fc_tgt.c | 21 static u32 bnx2fc_alloc_conn_id(struct bnx2fc_hba *hba, 23 static int bnx2fc_alloc_session_resc(struct bnx2fc_hba *hba, 25 static void bnx2fc_free_session_resc(struct bnx2fc_hba *hba, 27 static void bnx2fc_free_conn_id(struct bnx2fc_hba *hba, u32 conn_id); 86 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_offload_session() 295 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_upload_session() 357 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_init_tgt() 445 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_rport_event_handler() 588 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_tgt_lookup() 621 static u32 bnx2fc_alloc_conn_id(struct bnx2fc_hba *hba, in bnx2fc_alloc_conn_id() [all …]
|
D | bnx2fc_hwi.c | 19 static void bnx2fc_fastpath_notification(struct bnx2fc_hba *hba, 21 static void bnx2fc_process_ofld_cmpl(struct bnx2fc_hba *hba, 23 static void bnx2fc_process_enable_conn_cmpl(struct bnx2fc_hba *hba, 25 static void bnx2fc_init_failure(struct bnx2fc_hba *hba, u32 err_code); 26 static void bnx2fc_process_conn_destroy_cmpl(struct bnx2fc_hba *hba, 29 int bnx2fc_send_stat_req(struct bnx2fc_hba *hba) in bnx2fc_send_stat_req() 61 int bnx2fc_send_fw_fcoe_init_msg(struct bnx2fc_hba *hba) in bnx2fc_send_fw_fcoe_init_msg() 145 int bnx2fc_send_fw_fcoe_destroy_msg(struct bnx2fc_hba *hba) in bnx2fc_send_fw_fcoe_destroy_msg() 176 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_send_session_ofld_req() 361 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_send_session_enable_req() [all …]
|
D | bnx2fc_io.c | 243 struct bnx2fc_cmd_mgr *bnx2fc_cmd_mgr_alloc(struct bnx2fc_hba *hba) in bnx2fc_cmd_mgr_alloc() 371 struct bnx2fc_hba *hba = cmgr->hba; in bnx2fc_cmd_mgr_free() 582 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_free_mp_resc() 619 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_init_mp_req() 1645 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_map_sg() 1711 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_unmap_sg_list() 2007 struct bnx2fc_hba *hba = interface->hba; in bnx2fc_post_io_req()
|