Searched refs:ofld_req2 (Results 1 – 2 of 2) sorted by relevance
811 ofld_req2.hdr.flags = in bnx2i_570x_send_conn_ofld_req()820 ofld_req2.sq_first_pte.hi = *ptbl++; in bnx2i_570x_send_conn_ofld_req()821 ofld_req2.sq_first_pte.lo = *ptbl; in bnx2i_570x_send_conn_ofld_req()824 ofld_req2.cq_first_pte.hi = *ptbl++; in bnx2i_570x_send_conn_ofld_req()825 ofld_req2.cq_first_pte.lo = *ptbl; in bnx2i_570x_send_conn_ofld_req()829 ofld_req2.num_additional_wqes = 0; in bnx2i_570x_send_conn_ofld_req()872 ofld_req2.hdr.flags = in bnx2i_5771x_send_conn_ofld_req()880 ofld_req2.sq_first_pte.hi = *ptbl++; in bnx2i_5771x_send_conn_ofld_req()881 ofld_req2.sq_first_pte.lo = *ptbl; in bnx2i_5771x_send_conn_ofld_req()885 ofld_req2.cq_first_pte.lo = *ptbl; in bnx2i_5771x_send_conn_ofld_req()[all …]
180 struct fcoe_kwqe_conn_offload2 ofld_req2; in bnx2fc_send_session_ofld_req() local217 ofld_req2.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN2; in bnx2fc_send_session_ofld_req()218 ofld_req2.hdr.flags = in bnx2fc_send_session_ofld_req()221 ofld_req2.tx_max_fc_pay_len = rdata->maxframe_size; in bnx2fc_send_session_ofld_req()223 ofld_req2.cq_addr_lo = (u32) tgt->cq_dma; in bnx2fc_send_session_ofld_req()224 ofld_req2.cq_addr_hi = (u32)((u64)tgt->cq_dma >> 32); in bnx2fc_send_session_ofld_req()226 ofld_req2.xferq_addr_lo = (u32) tgt->xferq_dma; in bnx2fc_send_session_ofld_req()227 ofld_req2.xferq_addr_hi = (u32)((u64)tgt->xferq_dma >> 32); in bnx2fc_send_session_ofld_req()229 ofld_req2.conn_db_addr_lo = (u32)tgt->conn_db_dma; in bnx2fc_send_session_ofld_req()230 ofld_req2.conn_db_addr_hi = (u32)((u64)tgt->conn_db_dma >> 32); in bnx2fc_send_session_ofld_req()[all …]