Lines Matching refs:ctxt
784 void *ctxt = &req->context; in beiscsi_cmd_cq_create() local
798 ctxt, coalesce_wm); in beiscsi_cmd_cq_create()
799 AMAP_SET_BITS(struct amap_cq_context, nodelay, ctxt, no_delay); in beiscsi_cmd_cq_create()
800 AMAP_SET_BITS(struct amap_cq_context, count, ctxt, in beiscsi_cmd_cq_create()
802 AMAP_SET_BITS(struct amap_cq_context, valid, ctxt, 1); in beiscsi_cmd_cq_create()
803 AMAP_SET_BITS(struct amap_cq_context, solevent, ctxt, sol_evts); in beiscsi_cmd_cq_create()
804 AMAP_SET_BITS(struct amap_cq_context, eventable, ctxt, 1); in beiscsi_cmd_cq_create()
805 AMAP_SET_BITS(struct amap_cq_context, eqid, ctxt, eq->id); in beiscsi_cmd_cq_create()
806 AMAP_SET_BITS(struct amap_cq_context, armed, ctxt, 1); in beiscsi_cmd_cq_create()
807 AMAP_SET_BITS(struct amap_cq_context, func, ctxt, in beiscsi_cmd_cq_create()
813 ctxt, coalesce_wm); in beiscsi_cmd_cq_create()
815 ctxt, no_delay); in beiscsi_cmd_cq_create()
816 AMAP_SET_BITS(struct amap_cq_context_v2, count, ctxt, in beiscsi_cmd_cq_create()
818 AMAP_SET_BITS(struct amap_cq_context_v2, valid, ctxt, 1); in beiscsi_cmd_cq_create()
819 AMAP_SET_BITS(struct amap_cq_context_v2, eventable, ctxt, 1); in beiscsi_cmd_cq_create()
820 AMAP_SET_BITS(struct amap_cq_context_v2, eqid, ctxt, eq->id); in beiscsi_cmd_cq_create()
821 AMAP_SET_BITS(struct amap_cq_context_v2, armed, ctxt, 1); in beiscsi_cmd_cq_create()
824 be_dws_cpu_to_le(ctxt, sizeof(req->context)); in beiscsi_cmd_cq_create()
858 void *ctxt; in beiscsi_cmd_mccq_create() local
866 ctxt = &req->context; in beiscsi_cmd_mccq_create()
878 AMAP_SET_BITS(struct amap_mcc_context, fid, ctxt, in beiscsi_cmd_mccq_create()
880 AMAP_SET_BITS(struct amap_mcc_context, valid, ctxt, 1); in beiscsi_cmd_mccq_create()
881 AMAP_SET_BITS(struct amap_mcc_context, ring_size, ctxt, in beiscsi_cmd_mccq_create()
883 AMAP_SET_BITS(struct amap_mcc_context, cq_id, ctxt, cq->id); in beiscsi_cmd_mccq_create()
885 be_dws_cpu_to_le(ctxt, sizeof(req->context)); in beiscsi_cmd_mccq_create()
984 void *ctxt = &req->context; in be_cmd_create_default_pdu_queue() local
1004 rx_pdid, ctxt, 0); in be_cmd_create_default_pdu_queue()
1006 rx_pdid_valid, ctxt, 1); in be_cmd_create_default_pdu_queue()
1008 pci_func_id, ctxt, PCI_FUNC(ctrl->pdev->devfn)); in be_cmd_create_default_pdu_queue()
1010 ring_size, ctxt, in be_cmd_create_default_pdu_queue()
1014 default_buffer_size, ctxt, entry_size); in be_cmd_create_default_pdu_queue()
1016 cq_id_recv, ctxt, cq->id); in be_cmd_create_default_pdu_queue()
1019 rx_pdid, ctxt, 0); in be_cmd_create_default_pdu_queue()
1021 rx_pdid_valid, ctxt, 1); in be_cmd_create_default_pdu_queue()
1023 ring_size, ctxt, in be_cmd_create_default_pdu_queue()
1027 default_buffer_size, ctxt, entry_size); in be_cmd_create_default_pdu_queue()
1029 cq_id_recv, ctxt, cq->id); in be_cmd_create_default_pdu_queue()
1032 be_dws_cpu_to_le(ctxt, sizeof(req->context)); in be_cmd_create_default_pdu_queue()