Home
last modified time | relevance | path

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

/drivers/scsi/bnx2i/
Dbnx2i_hwi.c805 struct iscsi_kwqe_conn_offload2 ofld_req2; in bnx2i_570x_send_conn_ofld_req() local
825 ofld_req2.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN2; in bnx2i_570x_send_conn_ofld_req()
826 ofld_req2.hdr.flags = in bnx2i_570x_send_conn_ofld_req()
830 ofld_req2.rq_page_table_addr_lo = (u32) dma_addr; in bnx2i_570x_send_conn_ofld_req()
831 ofld_req2.rq_page_table_addr_hi = (u32) ((u64) dma_addr >> 32); in bnx2i_570x_send_conn_ofld_req()
835 ofld_req2.sq_first_pte.hi = *ptbl++; in bnx2i_570x_send_conn_ofld_req()
836 ofld_req2.sq_first_pte.lo = *ptbl; in bnx2i_570x_send_conn_ofld_req()
839 ofld_req2.cq_first_pte.hi = *ptbl++; in bnx2i_570x_send_conn_ofld_req()
840 ofld_req2.cq_first_pte.lo = *ptbl; in bnx2i_570x_send_conn_ofld_req()
843 kwqe_arr[1] = (struct kwqe *) &ofld_req2; in bnx2i_570x_send_conn_ofld_req()
[all …]
/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c179 struct fcoe_kwqe_conn_offload2 ofld_req2; in bnx2fc_send_session_ofld_req() local
214 memset(&ofld_req2, 0x00, sizeof(struct fcoe_kwqe_conn_offload2)); in bnx2fc_send_session_ofld_req()
216 ofld_req2.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN2; in bnx2fc_send_session_ofld_req()
217 ofld_req2.hdr.flags = in bnx2fc_send_session_ofld_req()
220 ofld_req2.tx_max_fc_pay_len = rdata->maxframe_size; in bnx2fc_send_session_ofld_req()
222 ofld_req2.cq_addr_lo = (u32) tgt->cq_dma; in bnx2fc_send_session_ofld_req()
223 ofld_req2.cq_addr_hi = (u32)((u64)tgt->cq_dma >> 32); in bnx2fc_send_session_ofld_req()
225 ofld_req2.xferq_addr_lo = (u32) tgt->xferq_dma; in bnx2fc_send_session_ofld_req()
226 ofld_req2.xferq_addr_hi = (u32)((u64)tgt->xferq_dma >> 32); in bnx2fc_send_session_ofld_req()
228 ofld_req2.conn_db_addr_lo = (u32)tgt->conn_db_dma; in bnx2fc_send_session_ofld_req()
[all …]