Lines Matching defs:req2

1554 	struct iscsi_kwqe_init2 *req2 = (struct iscsi_kwqe_init2 *) kwqe;
1568 TSTORM_ISCSI_ERROR_BITMAP_OFFSET(pfid), req2->error_bit_map[0]);
1571 req2->error_bit_map[1]);
1574 USTORM_ISCSI_CQ_SQN_SIZE_OFFSET(pfid), req2->max_cq_sqn);
1576 USTORM_ISCSI_ERROR_BITMAP_OFFSET(pfid), req2->error_bit_map[0]);
1579 req2->error_bit_map[1]);
1582 CSTORM_ISCSI_CQ_SQN_SIZE_OFFSET(pfid), req2->max_cq_sqn);
1698 struct iscsi_kwqe_conn_offload2 *req2 =
1711 if (!req2->num_additional_wqes)
1714 n_max = req2->num_additional_wqes + 2;
1732 ictx->xstorm_st_context.iscsi.sq_curr_pbe.lo = req2->sq_first_pte.hi;
1733 ictx->xstorm_st_context.iscsi.sq_curr_pbe.hi = req2->sq_first_pte.lo;
1775 req2->rq_page_table_addr_lo & CNIC_PAGE_MASK;
1777 req2->rq_page_table_addr_hi;
1788 req2->rq_page_table_addr_lo;
1790 req2->rq_page_table_addr_hi;
1806 ictx->ustorm_st_context.ring.cq[0].curr_pbe.lo = req2->cq_first_pte.hi;
1807 ictx->ustorm_st_context.ring.cq[0].curr_pbe.hi = req2->cq_first_pte.lo;
1882 struct iscsi_kwqe_conn_offload2 *req2;
1897 req2 = (struct iscsi_kwqe_conn_offload2 *) wqes[1];
1898 if ((num - 2) < req2->num_additional_wqes) {
1902 *work = 2 + req2->num_additional_wqes;
2294 struct fcoe_kwqe_init2 *req2;
2303 req2 = (struct fcoe_kwqe_init2 *) wqes[1];
2305 if (req2->hdr.op_code != FCOE_KWQE_OPCODE_INIT2) {
2324 memcpy(&fcoe_init->init_kwqe2, req2, sizeof(*req2));
2350 struct fcoe_kwqe_conn_offload2 *req2;
2366 req2 = (struct fcoe_kwqe_conn_offload2 *) wqes[1];
2411 memcpy(&fcoe_offload->offload_kwqe2, req2, sizeof(*req2));