Lines Matching refs:ctxt
598 void *ctxt = &req->context; in beiscsi_cmd_cq_create() local
614 AMAP_SET_BITS(struct amap_cq_context, coalescwm, ctxt, coalesce_wm); in beiscsi_cmd_cq_create()
615 AMAP_SET_BITS(struct amap_cq_context, nodelay, ctxt, no_delay); in beiscsi_cmd_cq_create()
616 AMAP_SET_BITS(struct amap_cq_context, count, ctxt, in beiscsi_cmd_cq_create()
618 AMAP_SET_BITS(struct amap_cq_context, valid, ctxt, 1); in beiscsi_cmd_cq_create()
619 AMAP_SET_BITS(struct amap_cq_context, solevent, ctxt, sol_evts); in beiscsi_cmd_cq_create()
620 AMAP_SET_BITS(struct amap_cq_context, eventable, ctxt, 1); in beiscsi_cmd_cq_create()
621 AMAP_SET_BITS(struct amap_cq_context, eqid, ctxt, eq->id); in beiscsi_cmd_cq_create()
622 AMAP_SET_BITS(struct amap_cq_context, armed, ctxt, 1); in beiscsi_cmd_cq_create()
623 AMAP_SET_BITS(struct amap_cq_context, func, ctxt, in beiscsi_cmd_cq_create()
625 be_dws_cpu_to_le(ctxt, sizeof(req->context)); in beiscsi_cmd_cq_create()
657 void *ctxt; in beiscsi_cmd_mccq_create() local
665 ctxt = &req->context; in beiscsi_cmd_mccq_create()
674 AMAP_SET_BITS(struct amap_mcc_context, fid, ctxt, in beiscsi_cmd_mccq_create()
676 AMAP_SET_BITS(struct amap_mcc_context, valid, ctxt, 1); in beiscsi_cmd_mccq_create()
677 AMAP_SET_BITS(struct amap_mcc_context, ring_size, ctxt, in beiscsi_cmd_mccq_create()
679 AMAP_SET_BITS(struct amap_mcc_context, cq_id, ctxt, cq->id); in beiscsi_cmd_mccq_create()
681 be_dws_cpu_to_le(ctxt, sizeof(req->context)); in beiscsi_cmd_mccq_create()
757 void *ctxt = &req->context; in be_cmd_create_default_pdu_queue() local
770 AMAP_SET_BITS(struct amap_be_default_pdu_context, rx_pdid, ctxt, 0); in be_cmd_create_default_pdu_queue()
771 AMAP_SET_BITS(struct amap_be_default_pdu_context, rx_pdid_valid, ctxt, in be_cmd_create_default_pdu_queue()
773 AMAP_SET_BITS(struct amap_be_default_pdu_context, pci_func_id, ctxt, in be_cmd_create_default_pdu_queue()
775 AMAP_SET_BITS(struct amap_be_default_pdu_context, ring_size, ctxt, in be_cmd_create_default_pdu_queue()
778 ctxt, entry_size); in be_cmd_create_default_pdu_queue()
779 AMAP_SET_BITS(struct amap_be_default_pdu_context, cq_id_recv, ctxt, in be_cmd_create_default_pdu_queue()
782 be_dws_cpu_to_le(ctxt, sizeof(req->context)); in be_cmd_create_default_pdu_queue()