Searched refs:beiscsi_ep (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
H A D | be_iscsi.c | 41 struct beiscsi_endpoint *beiscsi_ep; in beiscsi_session_create() local 53 beiscsi_ep = ep->dd_data; in beiscsi_session_create() 54 phba = beiscsi_ep->phba; in beiscsi_session_create() 64 if (cmds_max > beiscsi_ep->phba->params.wrbs_per_cxn) { in beiscsi_session_create() 69 beiscsi_ep->phba->params.wrbs_per_cxn, in beiscsi_session_create() 70 beiscsi_ep->phba->params.wrbs_per_cxn); in beiscsi_session_create() 72 cmds_max = beiscsi_ep->phba->params.wrbs_per_cxn; in beiscsi_session_create() 182 struct beiscsi_endpoint *beiscsi_ep; in beiscsi_conn_bind() local 191 beiscsi_ep = ep->dd_data; in beiscsi_conn_bind() 198 if (beiscsi_ep in beiscsi_conn_bind() 631 struct beiscsi_endpoint *beiscsi_ep = ep->dd_data; beiscsi_ep_get_param() local 906 struct beiscsi_endpoint *beiscsi_ep; beiscsi_conn_start() local 1010 beiscsi_free_ep(struct beiscsi_endpoint *beiscsi_ep) beiscsi_free_ep() argument 1054 struct beiscsi_endpoint *beiscsi_ep = ep->dd_data; beiscsi_open_conn() local 1151 struct beiscsi_endpoint *beiscsi_ep; beiscsi_ep_connect() local 1207 struct beiscsi_endpoint *beiscsi_ep = ep->dd_data; beiscsi_ep_poll() local 1249 beiscsi_conn_close(struct beiscsi_endpoint *beiscsi_ep) beiscsi_conn_close() argument 1306 struct beiscsi_endpoint *beiscsi_ep; beiscsi_ep_disconnect() local [all...] |
H A D | be_mgmt.h | 31 struct beiscsi_endpoint *beiscsi_ep, 231 struct beiscsi_endpoint *beiscsi_ep); 234 struct beiscsi_endpoint *beiscsi_ep);
|
H A D | be_mgmt.c | 102 * @beiscsi_ep: ptr to device endpoint struct 111 struct beiscsi_endpoint *beiscsi_ep, in mgmt_open_connection() 127 unsigned short cid = beiscsi_ep->ep_cid; in mgmt_open_connection() 171 beiscsi_ep->dst_addr = daddr_in->sin_addr.s_addr; in mgmt_open_connection() 172 beiscsi_ep->dst_tcpport = ntohs(daddr_in->sin_port); in mgmt_open_connection() 173 beiscsi_ep->ip_type = BEISCSI_IP_TYPE_V4; in mgmt_open_connection() 180 beiscsi_ep->dst_tcpport = ntohs(daddr_in6->sin6_port); in mgmt_open_connection() 181 memcpy(&beiscsi_ep->dst6_addr, in mgmt_open_connection() 183 beiscsi_ep->ip_type = BEISCSI_IP_TYPE_V6; in mgmt_open_connection() 1433 struct beiscsi_endpoint *beiscsi_ep) in beiscsi_invalidate_cxn() 109 mgmt_open_connection(struct beiscsi_hba *phba, struct sockaddr *dst_addr, struct beiscsi_endpoint *beiscsi_ep, struct be_dma_mem *nonemb_cmd) mgmt_open_connection() argument 1432 beiscsi_invalidate_cxn(struct beiscsi_hba *phba, struct beiscsi_endpoint *beiscsi_ep) beiscsi_invalidate_cxn() argument 1469 beiscsi_upload_cxn(struct beiscsi_hba *phba, struct beiscsi_endpoint *beiscsi_ep) beiscsi_upload_cxn() argument [all...] |
H A D | be_main.c | 1858 struct beiscsi_endpoint *beiscsi_ep; in beiscsi_process_cq() local 1905 beiscsi_ep = ep->dd_data; in beiscsi_process_cq() 1906 beiscsi_conn = beiscsi_ep->conn; in beiscsi_process_cq()
|
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be_iscsi.c | 41 struct beiscsi_endpoint *beiscsi_ep; in beiscsi_session_create() local 53 beiscsi_ep = ep->dd_data; in beiscsi_session_create() 54 phba = beiscsi_ep->phba; in beiscsi_session_create() 64 if (cmds_max > beiscsi_ep->phba->params.wrbs_per_cxn) { in beiscsi_session_create() 69 beiscsi_ep->phba->params.wrbs_per_cxn, in beiscsi_session_create() 70 beiscsi_ep->phba->params.wrbs_per_cxn); in beiscsi_session_create() 72 cmds_max = beiscsi_ep->phba->params.wrbs_per_cxn; in beiscsi_session_create() 182 struct beiscsi_endpoint *beiscsi_ep; in beiscsi_conn_bind() local 191 beiscsi_ep = ep->dd_data; in beiscsi_conn_bind() 198 if (beiscsi_ep in beiscsi_conn_bind() 631 struct beiscsi_endpoint *beiscsi_ep = ep->dd_data; beiscsi_ep_get_param() local 906 struct beiscsi_endpoint *beiscsi_ep; beiscsi_conn_start() local 1010 beiscsi_free_ep(struct beiscsi_endpoint *beiscsi_ep) beiscsi_free_ep() argument 1054 struct beiscsi_endpoint *beiscsi_ep = ep->dd_data; beiscsi_open_conn() local 1151 struct beiscsi_endpoint *beiscsi_ep; beiscsi_ep_connect() local 1207 struct beiscsi_endpoint *beiscsi_ep = ep->dd_data; beiscsi_ep_poll() local 1249 beiscsi_conn_close(struct beiscsi_endpoint *beiscsi_ep) beiscsi_conn_close() argument 1306 struct beiscsi_endpoint *beiscsi_ep; beiscsi_ep_disconnect() local [all...] |
H A D | be_mgmt.h | 31 struct beiscsi_endpoint *beiscsi_ep, 231 struct beiscsi_endpoint *beiscsi_ep); 234 struct beiscsi_endpoint *beiscsi_ep);
|
H A D | be_mgmt.c | 102 * @beiscsi_ep: ptr to device endpoint struct 111 struct beiscsi_endpoint *beiscsi_ep, in mgmt_open_connection() 127 unsigned short cid = beiscsi_ep->ep_cid; in mgmt_open_connection() 171 beiscsi_ep->dst_addr = daddr_in->sin_addr.s_addr; in mgmt_open_connection() 172 beiscsi_ep->dst_tcpport = ntohs(daddr_in->sin_port); in mgmt_open_connection() 173 beiscsi_ep->ip_type = BEISCSI_IP_TYPE_V4; in mgmt_open_connection() 180 beiscsi_ep->dst_tcpport = ntohs(daddr_in6->sin6_port); in mgmt_open_connection() 181 memcpy(&beiscsi_ep->dst6_addr, in mgmt_open_connection() 183 beiscsi_ep->ip_type = BEISCSI_IP_TYPE_V6; in mgmt_open_connection() 1435 struct beiscsi_endpoint *beiscsi_ep) in beiscsi_invalidate_cxn() 109 mgmt_open_connection(struct beiscsi_hba *phba, struct sockaddr *dst_addr, struct beiscsi_endpoint *beiscsi_ep, struct be_dma_mem *nonemb_cmd) mgmt_open_connection() argument 1434 beiscsi_invalidate_cxn(struct beiscsi_hba *phba, struct beiscsi_endpoint *beiscsi_ep) beiscsi_invalidate_cxn() argument 1471 beiscsi_upload_cxn(struct beiscsi_hba *phba, struct beiscsi_endpoint *beiscsi_ep) beiscsi_upload_cxn() argument [all...] |
H A D | be_main.c | 1875 struct beiscsi_endpoint *beiscsi_ep; in beiscsi_process_cq() local 1922 beiscsi_ep = ep->dd_data; in beiscsi_process_cq() 1923 beiscsi_conn = beiscsi_ep->conn; in beiscsi_process_cq()
|
Completed in 18 milliseconds