Home
last modified time | relevance | path

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

/drivers/scsi/bnx2fc/
A Dbnx2fc_hwi.c181 struct fcoe_kwqe_conn_offload3 ofld_req3; in bnx2fc_send_session_ofld_req() local
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()
255 ofld_req3.s_id[0] = (port_id & 0x000000FF); in bnx2fc_send_session_ofld_req()
260 ofld_req3.d_id[0] = (port_id & 0x000000FF); in bnx2fc_send_session_ofld_req()
264 ofld_req3.tx_total_conc_seqs = rdata->max_seq; in bnx2fc_send_session_ofld_req()
267 ofld_req3.rx_max_fc_pay_len = lport->mfs; in bnx2fc_send_session_ofld_req()
271 ofld_req3.rx_open_seqs_exch_c3 = 1; in bnx2fc_send_session_ofld_req()
277 ofld_req3.flags = 0; in bnx2fc_send_session_ofld_req()
294 ofld_req3.flags |= 1 << in bnx2fc_send_session_ofld_req()
[all …]
/drivers/scsi/bnx2i/
A 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()

Completed in 33 milliseconds