Lines Matching refs:bnx2i_hba
34 static int bnx2i_adapter_ready(struct bnx2i_hba *hba) in bnx2i_adapter_ready()
143 static int bnx2i_map_scsi_sg(struct bnx2i_hba *hba, struct bnx2i_cmd *cmd) in bnx2i_map_scsi_sg()
238 static int bnx2i_bind_conn_to_iscsi_cid(struct bnx2i_hba *hba, in bnx2i_bind_conn_to_iscsi_cid()
258 struct bnx2i_conn *bnx2i_get_conn_from_id(struct bnx2i_hba *hba, in bnx2i_get_conn_from_id()
277 static u32 bnx2i_alloc_iscsi_cid(struct bnx2i_hba *hba) in bnx2i_alloc_iscsi_cid()
299 static void bnx2i_free_iscsi_cid(struct bnx2i_hba *hba, u16 iscsi_cid) in bnx2i_free_iscsi_cid()
324 static int bnx2i_setup_free_cid_que(struct bnx2i_hba *hba) in bnx2i_setup_free_cid_que()
363 static void bnx2i_release_free_cid_que(struct bnx2i_hba *hba) in bnx2i_release_free_cid_que()
381 static struct iscsi_endpoint *bnx2i_alloc_ep(struct bnx2i_hba *hba) in bnx2i_alloc_ep()
444 static int bnx2i_alloc_bdt(struct bnx2i_hba *hba, struct iscsi_session *session, in bnx2i_alloc_bdt()
468 static void bnx2i_destroy_cmd_pool(struct bnx2i_hba *hba, in bnx2i_destroy_cmd_pool()
493 static int bnx2i_setup_cmd_pool(struct bnx2i_hba *hba, in bnx2i_setup_cmd_pool()
524 static int bnx2i_setup_mp_bdt(struct bnx2i_hba *hba) in bnx2i_setup_mp_bdt()
568 static void bnx2i_free_mp_bdt(struct bnx2i_hba *hba) in bnx2i_free_mp_bdt()
606 static int bnx2i_ep_destroy_list_add(struct bnx2i_hba *hba, in bnx2i_ep_destroy_list_add()
623 static int bnx2i_ep_destroy_list_del(struct bnx2i_hba *hba, in bnx2i_ep_destroy_list_del()
640 static int bnx2i_ep_ofld_list_add(struct bnx2i_hba *hba, in bnx2i_ep_ofld_list_add()
656 static int bnx2i_ep_ofld_list_del(struct bnx2i_hba *hba, in bnx2i_ep_ofld_list_del()
674 bnx2i_find_ep_in_ofld_list(struct bnx2i_hba *hba, u32 iscsi_cid) in bnx2i_find_ep_in_ofld_list()
702 bnx2i_find_ep_in_destroy_list(struct bnx2i_hba *hba, u32 iscsi_cid) in bnx2i_find_ep_in_destroy_list()
731 static void bnx2i_ep_active_list_add(struct bnx2i_hba *hba, in bnx2i_ep_active_list_add()
747 static void bnx2i_ep_active_list_del(struct bnx2i_hba *hba, in bnx2i_ep_active_list_del()
765 static void bnx2i_setup_host_queue_size(struct bnx2i_hba *hba, in bnx2i_setup_host_queue_size()
786 struct bnx2i_hba *bnx2i_alloc_hba(struct cnic_dev *cnic) in bnx2i_alloc_hba()
789 struct bnx2i_hba *hba; in bnx2i_alloc_hba()
910 void bnx2i_free_hba(struct bnx2i_hba *hba) in bnx2i_free_hba()
936 static void bnx2i_conn_free_login_resources(struct bnx2i_hba *hba, in bnx2i_conn_free_login_resources()
977 static int bnx2i_conn_alloc_login_resources(struct bnx2i_hba *hba, in bnx2i_conn_alloc_login_resources()
1162 struct bnx2i_hba *hba = bnx2i_conn->hba; in bnx2i_cleanup_task()
1194 struct bnx2i_hba *hba = bnx2i_conn->hba; in bnx2i_mtask_xmit()
1228 struct bnx2i_hba *hba = iscsi_host_priv(shost); in bnx2i_task_xmit()
1293 struct bnx2i_hba *hba; in bnx2i_session_create()
1343 struct bnx2i_hba *hba = iscsi_host_priv(shost); in bnx2i_session_destroy()
1361 struct bnx2i_hba *hba = iscsi_host_priv(shost); in bnx2i_conn_create()
1414 struct bnx2i_hba *hba = iscsi_host_priv(shost); in bnx2i_conn_bind()
1480 struct bnx2i_hba *hba; in bnx2i_conn_destroy()
1525 struct bnx2i_hba *hba = bnx2i_ep->hba; in bnx2i_ep_get_param()
1560 struct bnx2i_hba *hba = iscsi_host_priv(shost); in bnx2i_host_get_param()
1663 static struct bnx2i_hba *bnx2i_check_route(struct sockaddr *dst_addr) in bnx2i_check_route()
1666 struct bnx2i_hba *hba; in bnx2i_check_route()
1705 static int bnx2i_tear_down_conn(struct bnx2i_hba *hba, in bnx2i_tear_down_conn()
1778 struct bnx2i_hba *hba; in bnx2i_ep_connect()
2025 struct bnx2i_hba *hba = bnx2i_ep->hba; in bnx2i_hw_ep_disconnect()
2120 struct bnx2i_hba *hba; in bnx2i_ep_disconnect()
2179 struct bnx2i_hba *hba = iscsi_host_priv(shost); in bnx2i_nl_set_path()