Lines Matching refs:ctxt

957 	void *ctxt = &req->context;  in beiscsi_cmd_cq_create()  local
971 ctxt, coalesce_wm); in beiscsi_cmd_cq_create()
972 AMAP_SET_BITS(struct amap_cq_context, nodelay, ctxt, no_delay); in beiscsi_cmd_cq_create()
973 AMAP_SET_BITS(struct amap_cq_context, count, ctxt, in beiscsi_cmd_cq_create()
975 AMAP_SET_BITS(struct amap_cq_context, valid, ctxt, 1); in beiscsi_cmd_cq_create()
976 AMAP_SET_BITS(struct amap_cq_context, solevent, ctxt, sol_evts); in beiscsi_cmd_cq_create()
977 AMAP_SET_BITS(struct amap_cq_context, eventable, ctxt, 1); in beiscsi_cmd_cq_create()
978 AMAP_SET_BITS(struct amap_cq_context, eqid, ctxt, eq->id); in beiscsi_cmd_cq_create()
979 AMAP_SET_BITS(struct amap_cq_context, armed, ctxt, 1); in beiscsi_cmd_cq_create()
980 AMAP_SET_BITS(struct amap_cq_context, func, ctxt, in beiscsi_cmd_cq_create()
986 ctxt, coalesce_wm); in beiscsi_cmd_cq_create()
988 ctxt, no_delay); in beiscsi_cmd_cq_create()
989 AMAP_SET_BITS(struct amap_cq_context_v2, count, ctxt, in beiscsi_cmd_cq_create()
991 AMAP_SET_BITS(struct amap_cq_context_v2, valid, ctxt, 1); in beiscsi_cmd_cq_create()
992 AMAP_SET_BITS(struct amap_cq_context_v2, eventable, ctxt, 1); in beiscsi_cmd_cq_create()
993 AMAP_SET_BITS(struct amap_cq_context_v2, eqid, ctxt, eq->id); in beiscsi_cmd_cq_create()
994 AMAP_SET_BITS(struct amap_cq_context_v2, armed, ctxt, 1); in beiscsi_cmd_cq_create()
997 be_dws_cpu_to_le(ctxt, sizeof(req->context)); in beiscsi_cmd_cq_create()
1031 void *ctxt; in beiscsi_cmd_mccq_create() local
1039 ctxt = &req->context; in beiscsi_cmd_mccq_create()
1048 AMAP_SET_BITS(struct amap_mcc_context, fid, ctxt, in beiscsi_cmd_mccq_create()
1050 AMAP_SET_BITS(struct amap_mcc_context, valid, ctxt, 1); in beiscsi_cmd_mccq_create()
1051 AMAP_SET_BITS(struct amap_mcc_context, ring_size, ctxt, in beiscsi_cmd_mccq_create()
1053 AMAP_SET_BITS(struct amap_mcc_context, cq_id, ctxt, cq->id); in beiscsi_cmd_mccq_create()
1055 be_dws_cpu_to_le(ctxt, sizeof(req->context)); in beiscsi_cmd_mccq_create()
1155 void *ctxt = &req->context; in be_cmd_create_default_pdu_queue() local
1175 rx_pdid, ctxt, 0); in be_cmd_create_default_pdu_queue()
1177 rx_pdid_valid, ctxt, 1); in be_cmd_create_default_pdu_queue()
1179 pci_func_id, ctxt, PCI_FUNC(ctrl->pdev->devfn)); in be_cmd_create_default_pdu_queue()
1181 ring_size, ctxt, in be_cmd_create_default_pdu_queue()
1185 default_buffer_size, ctxt, entry_size); in be_cmd_create_default_pdu_queue()
1187 cq_id_recv, ctxt, cq->id); in be_cmd_create_default_pdu_queue()
1190 rx_pdid, ctxt, 0); in be_cmd_create_default_pdu_queue()
1192 rx_pdid_valid, ctxt, 1); in be_cmd_create_default_pdu_queue()
1194 ring_size, ctxt, in be_cmd_create_default_pdu_queue()
1198 default_buffer_size, ctxt, entry_size); in be_cmd_create_default_pdu_queue()
1200 cq_id_recv, ctxt, cq->id); in be_cmd_create_default_pdu_queue()
1203 be_dws_cpu_to_le(ctxt, sizeof(req->context)); in be_cmd_create_default_pdu_queue()