Lines Matching defs:req2

1546 	struct iscsi_kwqe_init2 *req2 = (struct iscsi_kwqe_init2 *) kwqe;
1560 TSTORM_ISCSI_ERROR_BITMAP_OFFSET(pfid), req2->error_bit_map[0]);
1563 req2->error_bit_map[1]);
1566 USTORM_ISCSI_CQ_SQN_SIZE_OFFSET(pfid), req2->max_cq_sqn);
1568 USTORM_ISCSI_ERROR_BITMAP_OFFSET(pfid), req2->error_bit_map[0]);
1571 req2->error_bit_map[1]);
1574 CSTORM_ISCSI_CQ_SQN_SIZE_OFFSET(pfid), req2->max_cq_sqn);
1690 struct iscsi_kwqe_conn_offload2 *req2 =
1703 if (!req2->num_additional_wqes)
1706 n_max = req2->num_additional_wqes + 2;
1724 ictx->xstorm_st_context.iscsi.sq_curr_pbe.lo = req2->sq_first_pte.hi;
1725 ictx->xstorm_st_context.iscsi.sq_curr_pbe.hi = req2->sq_first_pte.lo;
1767 req2->rq_page_table_addr_lo & CNIC_PAGE_MASK;
1769 req2->rq_page_table_addr_hi;
1780 req2->rq_page_table_addr_lo;
1782 req2->rq_page_table_addr_hi;
1798 ictx->ustorm_st_context.ring.cq[0].curr_pbe.lo = req2->cq_first_pte.hi;
1799 ictx->ustorm_st_context.ring.cq[0].curr_pbe.hi = req2->cq_first_pte.lo;
1874 struct iscsi_kwqe_conn_offload2 *req2;
1889 req2 = (struct iscsi_kwqe_conn_offload2 *) wqes[1];
1890 if ((num - 2) < req2->num_additional_wqes) {
1894 *work = 2 + req2->num_additional_wqes;
2286 struct fcoe_kwqe_init2 *req2;
2295 req2 = (struct fcoe_kwqe_init2 *) wqes[1];
2297 if (req2->hdr.op_code != FCOE_KWQE_OPCODE_INIT2) {
2316 memcpy(&fcoe_init->init_kwqe2, req2, sizeof(*req2));
2342 struct fcoe_kwqe_conn_offload2 *req2;
2358 req2 = (struct fcoe_kwqe_conn_offload2 *) wqes[1];
2403 memcpy(&fcoe_offload->offload_kwqe2, req2, sizeof(*req2));