Lines Matching refs:ctxt

789 	void *ctxt = &req->context;  in beiscsi_cmd_cq_create()  local
803 ctxt, coalesce_wm); in beiscsi_cmd_cq_create()
804 AMAP_SET_BITS(struct amap_cq_context, nodelay, ctxt, no_delay); in beiscsi_cmd_cq_create()
805 AMAP_SET_BITS(struct amap_cq_context, count, ctxt, in beiscsi_cmd_cq_create()
807 AMAP_SET_BITS(struct amap_cq_context, valid, ctxt, 1); in beiscsi_cmd_cq_create()
808 AMAP_SET_BITS(struct amap_cq_context, solevent, ctxt, sol_evts); in beiscsi_cmd_cq_create()
809 AMAP_SET_BITS(struct amap_cq_context, eventable, ctxt, 1); in beiscsi_cmd_cq_create()
810 AMAP_SET_BITS(struct amap_cq_context, eqid, ctxt, eq->id); in beiscsi_cmd_cq_create()
811 AMAP_SET_BITS(struct amap_cq_context, armed, ctxt, 1); in beiscsi_cmd_cq_create()
812 AMAP_SET_BITS(struct amap_cq_context, func, ctxt, in beiscsi_cmd_cq_create()
818 ctxt, coalesce_wm); in beiscsi_cmd_cq_create()
820 ctxt, no_delay); in beiscsi_cmd_cq_create()
821 AMAP_SET_BITS(struct amap_cq_context_v2, count, ctxt, in beiscsi_cmd_cq_create()
823 AMAP_SET_BITS(struct amap_cq_context_v2, valid, ctxt, 1); in beiscsi_cmd_cq_create()
824 AMAP_SET_BITS(struct amap_cq_context_v2, eventable, ctxt, 1); in beiscsi_cmd_cq_create()
825 AMAP_SET_BITS(struct amap_cq_context_v2, eqid, ctxt, eq->id); in beiscsi_cmd_cq_create()
826 AMAP_SET_BITS(struct amap_cq_context_v2, armed, ctxt, 1); in beiscsi_cmd_cq_create()
829 be_dws_cpu_to_le(ctxt, sizeof(req->context)); in beiscsi_cmd_cq_create()
863 void *ctxt; in beiscsi_cmd_mccq_create() local
871 ctxt = &req->context; in beiscsi_cmd_mccq_create()
883 AMAP_SET_BITS(struct amap_mcc_context, fid, ctxt, in beiscsi_cmd_mccq_create()
885 AMAP_SET_BITS(struct amap_mcc_context, valid, ctxt, 1); in beiscsi_cmd_mccq_create()
886 AMAP_SET_BITS(struct amap_mcc_context, ring_size, ctxt, in beiscsi_cmd_mccq_create()
888 AMAP_SET_BITS(struct amap_mcc_context, cq_id, ctxt, cq->id); in beiscsi_cmd_mccq_create()
890 be_dws_cpu_to_le(ctxt, sizeof(req->context)); in beiscsi_cmd_mccq_create()
989 void *ctxt = &req->context; in be_cmd_create_default_pdu_queue() local
1009 rx_pdid, ctxt, 0); in be_cmd_create_default_pdu_queue()
1011 rx_pdid_valid, ctxt, 1); in be_cmd_create_default_pdu_queue()
1013 pci_func_id, ctxt, PCI_FUNC(ctrl->pdev->devfn)); in be_cmd_create_default_pdu_queue()
1015 ring_size, ctxt, in be_cmd_create_default_pdu_queue()
1019 default_buffer_size, ctxt, entry_size); in be_cmd_create_default_pdu_queue()
1021 cq_id_recv, ctxt, cq->id); in be_cmd_create_default_pdu_queue()
1024 rx_pdid, ctxt, 0); in be_cmd_create_default_pdu_queue()
1026 rx_pdid_valid, ctxt, 1); in be_cmd_create_default_pdu_queue()
1028 ring_size, ctxt, in be_cmd_create_default_pdu_queue()
1032 default_buffer_size, ctxt, entry_size); in be_cmd_create_default_pdu_queue()
1034 cq_id_recv, ctxt, cq->id); in be_cmd_create_default_pdu_queue()
1037 be_dws_cpu_to_le(ctxt, sizeof(req->context)); in be_cmd_create_default_pdu_queue()