Home
last modified time | relevance | path

Searched refs:ofld_req3 (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c181 struct fcoe_kwqe_conn_offload3 ofld_req3; in bnx2fc_send_session_ofld_req() local
233 memset(&ofld_req3, 0x00, sizeof(struct fcoe_kwqe_conn_offload3)); in bnx2fc_send_session_ofld_req()
235 ofld_req3.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN3; in bnx2fc_send_session_ofld_req()
236 ofld_req3.hdr.flags = in bnx2fc_send_session_ofld_req()
239 ofld_req3.vlan_tag = interface->vlan_id << in bnx2fc_send_session_ofld_req()
241 ofld_req3.vlan_tag |= 3 << FCOE_KWQE_CONN_OFFLOAD3_PRIORITY_SHIFT; in bnx2fc_send_session_ofld_req()
255 ofld_req3.s_id[0] = (port_id & 0x000000FF); in bnx2fc_send_session_ofld_req()
256 ofld_req3.s_id[1] = (port_id & 0x0000FF00) >> 8; in bnx2fc_send_session_ofld_req()
257 ofld_req3.s_id[2] = (port_id & 0x00FF0000) >> 16; in bnx2fc_send_session_ofld_req()
260 ofld_req3.d_id[0] = (port_id & 0x000000FF); in bnx2fc_send_session_ofld_req()
[all …]
/linux-6.1.9/drivers/scsi/bnx2i/
Dbnx2i_hwi.c851 struct iscsi_kwqe_conn_offload3 ofld_req3[1]; in bnx2i_5771x_send_conn_ofld_req() local
891 memset(ofld_req3, 0x00, sizeof(ofld_req3[0])); in bnx2i_5771x_send_conn_ofld_req()
893 ofld_req3[0].qp_first_pte[0].hi = *ptbl++; in bnx2i_5771x_send_conn_ofld_req()
894 ofld_req3[0].qp_first_pte[0].lo = *ptbl; in bnx2i_5771x_send_conn_ofld_req()
896 kwqe_arr[2] = (struct kwqe *) ofld_req3; in bnx2i_5771x_send_conn_ofld_req()