Searched refs:ep_iscsi_cid (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/ |
H A D | bnx2i_iscsi.c | 397 bnx2i_ep->ep_iscsi_cid = (u16) -1; in bnx2i_alloc_ep() 424 if (bnx2i_ep->ep_iscsi_cid != (u16) -1) in bnx2i_free_ep() 425 bnx2i_free_iscsi_cid(bnx2i_ep->hba, bnx2i_ep->ep_iscsi_cid); in bnx2i_free_ep() 682 if (ep->ep_iscsi_cid == iscsi_cid) in bnx2i_find_ep_in_ofld_list() 710 if (ep->ep_iscsi_cid == iscsi_cid) in bnx2i_find_ep_in_destroy_list() 1455 bnx2i_conn->iscsi_conn_cid = bnx2i_ep->ep_iscsi_cid; in bnx2i_conn_bind() 1459 bnx2i_ep->ep_iscsi_cid); in bnx2i_conn_bind() 1837 bnx2i_ep->ep_iscsi_cid = (u16)iscsi_cid; in bnx2i_ep_connect() 1848 hba->netdev->name, bnx2i_ep->ep_iscsi_cid); in bnx2i_ep_connect() 1871 hba->netdev->name, bnx2i_ep->ep_iscsi_cid); in bnx2i_ep_connect() [all...] |
H A D | bnx2i_hwi.c | 768 conn_cleanup.reserved0 = (u16)ep->ep_iscsi_cid; in bnx2i_send_conn_destroy() 800 ofld_req1.iscsi_conn_id = (u16) ep->ep_iscsi_cid; in bnx2i_570x_send_conn_ofld_req() 861 ofld_req1.iscsi_conn_id = (u16) ep->ep_iscsi_cid; in bnx2i_5771x_send_conn_ofld_req() 1049 ep->ep_cid = ep->ep_iscsi_cid = ep->ep_pg_cid = 0; in bnx2i_alloc_qp_resc() 2371 bnx2i_conn, bnx2i_conn->ep->ep_iscsi_cid, in bnx2i_process_iscsi_error()
|
H A D | bnx2i.h | 762 #define ep_iscsi_cid ids.drv_iscsi_cid macro
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/ |
H A D | bnx2i_iscsi.c | 397 bnx2i_ep->ep_iscsi_cid = (u16) -1; in bnx2i_alloc_ep() 424 if (bnx2i_ep->ep_iscsi_cid != (u16) -1) in bnx2i_free_ep() 425 bnx2i_free_iscsi_cid(bnx2i_ep->hba, bnx2i_ep->ep_iscsi_cid); in bnx2i_free_ep() 682 if (ep->ep_iscsi_cid == iscsi_cid) in bnx2i_find_ep_in_ofld_list() 710 if (ep->ep_iscsi_cid == iscsi_cid) in bnx2i_find_ep_in_destroy_list() 1455 bnx2i_conn->iscsi_conn_cid = bnx2i_ep->ep_iscsi_cid; in bnx2i_conn_bind() 1459 bnx2i_ep->ep_iscsi_cid); in bnx2i_conn_bind() 1837 bnx2i_ep->ep_iscsi_cid = (u16)iscsi_cid; in bnx2i_ep_connect() 1848 hba->netdev->name, bnx2i_ep->ep_iscsi_cid); in bnx2i_ep_connect() 1871 hba->netdev->name, bnx2i_ep->ep_iscsi_cid); in bnx2i_ep_connect() [all...] |
H A D | bnx2i_hwi.c | 768 conn_cleanup.reserved0 = (u16)ep->ep_iscsi_cid; in bnx2i_send_conn_destroy() 800 ofld_req1.iscsi_conn_id = (u16) ep->ep_iscsi_cid; in bnx2i_570x_send_conn_ofld_req() 861 ofld_req1.iscsi_conn_id = (u16) ep->ep_iscsi_cid; in bnx2i_5771x_send_conn_ofld_req() 1049 ep->ep_cid = ep->ep_iscsi_cid = ep->ep_pg_cid = 0; in bnx2i_alloc_qp_resc() 2368 bnx2i_conn, bnx2i_conn->ep->ep_iscsi_cid, in bnx2i_process_iscsi_error()
|
H A D | bnx2i.h | 762 #define ep_iscsi_cid ids.drv_iscsi_cid macro
|
Completed in 15 milliseconds