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