Home
last modified time | relevance | path

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

/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c180 struct fcoe_kwqe_conn_offload3 ofld_req3; in bnx2fc_send_session_ofld_req() local
232 memset(&ofld_req3, 0x00, sizeof(struct fcoe_kwqe_conn_offload3)); in bnx2fc_send_session_ofld_req()
234 ofld_req3.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN3; in bnx2fc_send_session_ofld_req()
235 ofld_req3.hdr.flags = in bnx2fc_send_session_ofld_req()
238 ofld_req3.vlan_tag = interface->vlan_id << in bnx2fc_send_session_ofld_req()
240 ofld_req3.vlan_tag |= 3 << FCOE_KWQE_CONN_OFFLOAD3_PRIORITY_SHIFT; in bnx2fc_send_session_ofld_req()
254 ofld_req3.s_id[0] = (port_id & 0x000000FF); in bnx2fc_send_session_ofld_req()
255 ofld_req3.s_id[1] = (port_id & 0x0000FF00) >> 8; in bnx2fc_send_session_ofld_req()
256 ofld_req3.s_id[2] = (port_id & 0x00FF0000) >> 16; in bnx2fc_send_session_ofld_req()
259 ofld_req3.d_id[0] = (port_id & 0x000000FF); in bnx2fc_send_session_ofld_req()
[all …]
/drivers/scsi/bnx2i/
Dbnx2i_hwi.c866 struct iscsi_kwqe_conn_offload3 ofld_req3[1]; in bnx2i_5771x_send_conn_ofld_req() local
906 memset(ofld_req3, 0x00, sizeof(ofld_req3[0])); in bnx2i_5771x_send_conn_ofld_req()
908 ofld_req3[0].qp_first_pte[0].hi = *ptbl++; in bnx2i_5771x_send_conn_ofld_req()
909 ofld_req3[0].qp_first_pte[0].lo = *ptbl; in bnx2i_5771x_send_conn_ofld_req()
911 kwqe_arr[2] = (struct kwqe *) ofld_req3; in bnx2i_5771x_send_conn_ofld_req()