Home
last modified time | relevance | path

Searched refs:beiscsi_ep (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/be2iscsi/
Dbe_iscsi.c40 struct beiscsi_endpoint *beiscsi_ep; in beiscsi_session_create() local
52 beiscsi_ep = ep->dd_data; in beiscsi_session_create()
53 phba = beiscsi_ep->phba; in beiscsi_session_create()
63 if (cmds_max > beiscsi_ep->phba->params.wrbs_per_cxn) { in beiscsi_session_create()
68 beiscsi_ep->phba->params.wrbs_per_cxn, in beiscsi_session_create()
69 beiscsi_ep->phba->params.wrbs_per_cxn); in beiscsi_session_create()
71 cmds_max = beiscsi_ep->phba->params.wrbs_per_cxn; in beiscsi_session_create()
180 struct beiscsi_endpoint *beiscsi_ep; in beiscsi_conn_bind() local
188 beiscsi_ep = ep->dd_data; in beiscsi_conn_bind()
193 if (beiscsi_ep->phba != phba) { in beiscsi_conn_bind()
[all …]
Dbe_mgmt.c110 struct beiscsi_endpoint *beiscsi_ep, in mgmt_open_connection() argument
126 unsigned short cid = beiscsi_ep->ep_cid; in mgmt_open_connection()
170 beiscsi_ep->dst_addr = daddr_in->sin_addr.s_addr; in mgmt_open_connection()
171 beiscsi_ep->dst_tcpport = ntohs(daddr_in->sin_port); in mgmt_open_connection()
172 beiscsi_ep->ip_type = BEISCSI_IP_TYPE_V4; in mgmt_open_connection()
179 beiscsi_ep->dst_tcpport = ntohs(daddr_in6->sin6_port); in mgmt_open_connection()
180 memcpy(&beiscsi_ep->dst6_addr, in mgmt_open_connection()
182 beiscsi_ep->ip_type = BEISCSI_IP_TYPE_V6; in mgmt_open_connection()
1432 struct beiscsi_endpoint *beiscsi_ep) in beiscsi_invalidate_cxn() argument
1452 req->session_handle = beiscsi_ep->fw_handle; in beiscsi_invalidate_cxn()
[all …]
Dbe_mgmt.h31 struct beiscsi_endpoint *beiscsi_ep,
231 struct beiscsi_endpoint *beiscsi_ep);
234 struct beiscsi_endpoint *beiscsi_ep);
Dbe_main.c1858 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()