Lines Matching refs:ctxt
953 void *ctxt = &req->context; in beiscsi_cmd_cq_create() local
967 ctxt, coalesce_wm); in beiscsi_cmd_cq_create()
968 AMAP_SET_BITS(struct amap_cq_context, nodelay, ctxt, no_delay); in beiscsi_cmd_cq_create()
969 AMAP_SET_BITS(struct amap_cq_context, count, ctxt, in beiscsi_cmd_cq_create()
971 AMAP_SET_BITS(struct amap_cq_context, valid, ctxt, 1); in beiscsi_cmd_cq_create()
972 AMAP_SET_BITS(struct amap_cq_context, solevent, ctxt, sol_evts); in beiscsi_cmd_cq_create()
973 AMAP_SET_BITS(struct amap_cq_context, eventable, ctxt, 1); in beiscsi_cmd_cq_create()
974 AMAP_SET_BITS(struct amap_cq_context, eqid, ctxt, eq->id); in beiscsi_cmd_cq_create()
975 AMAP_SET_BITS(struct amap_cq_context, armed, ctxt, 1); in beiscsi_cmd_cq_create()
976 AMAP_SET_BITS(struct amap_cq_context, func, ctxt, in beiscsi_cmd_cq_create()
982 ctxt, coalesce_wm); in beiscsi_cmd_cq_create()
984 ctxt, no_delay); in beiscsi_cmd_cq_create()
985 AMAP_SET_BITS(struct amap_cq_context_v2, count, ctxt, in beiscsi_cmd_cq_create()
987 AMAP_SET_BITS(struct amap_cq_context_v2, valid, ctxt, 1); in beiscsi_cmd_cq_create()
988 AMAP_SET_BITS(struct amap_cq_context_v2, eventable, ctxt, 1); in beiscsi_cmd_cq_create()
989 AMAP_SET_BITS(struct amap_cq_context_v2, eqid, ctxt, eq->id); in beiscsi_cmd_cq_create()
990 AMAP_SET_BITS(struct amap_cq_context_v2, armed, ctxt, 1); in beiscsi_cmd_cq_create()
993 be_dws_cpu_to_le(ctxt, sizeof(req->context)); in beiscsi_cmd_cq_create()
1027 void *ctxt; in beiscsi_cmd_mccq_create() local
1035 ctxt = &req->context; in beiscsi_cmd_mccq_create()
1044 AMAP_SET_BITS(struct amap_mcc_context, fid, ctxt, in beiscsi_cmd_mccq_create()
1046 AMAP_SET_BITS(struct amap_mcc_context, valid, ctxt, 1); in beiscsi_cmd_mccq_create()
1047 AMAP_SET_BITS(struct amap_mcc_context, ring_size, ctxt, in beiscsi_cmd_mccq_create()
1049 AMAP_SET_BITS(struct amap_mcc_context, cq_id, ctxt, cq->id); in beiscsi_cmd_mccq_create()
1051 be_dws_cpu_to_le(ctxt, sizeof(req->context)); in beiscsi_cmd_mccq_create()
1151 void *ctxt = &req->context; in be_cmd_create_default_pdu_queue() local
1171 rx_pdid, ctxt, 0); in be_cmd_create_default_pdu_queue()
1173 rx_pdid_valid, ctxt, 1); in be_cmd_create_default_pdu_queue()
1175 pci_func_id, ctxt, PCI_FUNC(ctrl->pdev->devfn)); in be_cmd_create_default_pdu_queue()
1177 ring_size, ctxt, in be_cmd_create_default_pdu_queue()
1181 default_buffer_size, ctxt, entry_size); in be_cmd_create_default_pdu_queue()
1183 cq_id_recv, ctxt, cq->id); in be_cmd_create_default_pdu_queue()
1186 rx_pdid, ctxt, 0); in be_cmd_create_default_pdu_queue()
1188 rx_pdid_valid, ctxt, 1); in be_cmd_create_default_pdu_queue()
1190 ring_size, ctxt, in be_cmd_create_default_pdu_queue()
1194 default_buffer_size, ctxt, entry_size); in be_cmd_create_default_pdu_queue()
1196 cq_id_recv, ctxt, cq->id); in be_cmd_create_default_pdu_queue()
1199 be_dws_cpu_to_le(ctxt, sizeof(req->context)); in be_cmd_create_default_pdu_queue()