Searched defs:cqp_wqe (Results 1 - 7 of 7) sorted by relevance

/drivers/infiniband/hw/nes/
H A Dnes_utils.c605 le32_to_cpu(cqp_request->cqp_wqe.wqe_words[NES_CQP_WQE_OPCODE_IDX]) & 0x3f);
630 struct nes_hw_cqp_wqe *cqp_wqe; local
644 cqp_wqe = &nesdev->cqp.sq_vbase[cqp_head];
645 memcpy(cqp_wqe, &cqp_request->cqp_wqe, sizeof(*cqp_wqe));
646 opcode = le32_to_cpu(cqp_wqe->wqe_words[NES_CQP_WQE_OPCODE_IDX]);
651 set_wqe_64bit_value(cqp_wqe->wqe_words, ctx_index, u64temp);
656 le32_to_cpu(cqp_wqe->wqe_words[NES_CQP_WQE_ID_IDX]), cqp_request,
670 le32_to_cpu(cqp_request->cqp_wqe
[all...]
H A Dnes.c308 struct nes_hw_cqp_wqe *cqp_wqe; local
334 cqp_wqe = &cqp_request->cqp_wqe;
336 nes_fill_init_cqp_wqe(cqp_wqe, nesdev);
343 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_WQE_OPCODE_IDX, opcode);
344 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_WQE_ID_IDX, nesqp->hwqp.qp_id);
346 set_wqe_64bit_value(cqp_wqe->wqe_words, NES_CQP_QP_WQE_CONTEXT_LOW_IDX, u64temp);
H A Dnes_mgt.c415 struct nes_hw_cqp_wqe *cqp_wqe; local
427 cqp_wqe = &cqp_request->cqp_wqe;
428 nes_fill_init_cqp_wqe(cqp_wqe, nesdev);
429 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_WQE_DL_OPCODE_IDX,
435 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_WQE_DL_LENGTH_0_TOTAL_IDX,
439 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_NIC_SQ_WQE_LENGTH_2_1_IDX,
443 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_NIC_SQ_WQE_LENGTH_4_3_IDX,
447 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_NIC_SQ_WQE_FRAG0_LOW_IDX,
449 set_wqe_32bit_value(cqp_wqe
641 struct nes_hw_cqp_wqe *cqp_wqe; local
723 struct nes_hw_cqp_wqe *cqp_wqe; local
868 struct nes_hw_cqp_wqe *cqp_wqe; local
1080 struct nes_hw_cqp_wqe *cqp_wqe; local
[all...]
H A Dnes.h319 nes_fill_init_cqp_wqe(struct nes_hw_cqp_wqe *cqp_wqe, struct nes_device *nesdev) argument
321 cqp_wqe->wqe_words[NES_CQP_WQE_COMP_CTX_LOW_IDX] = 0;
322 cqp_wqe->wqe_words[NES_CQP_WQE_COMP_CTX_HIGH_IDX] = 0;
323 cqp_wqe->wqe_words[NES_CQP_WQE_COMP_SCRATCH_LOW_IDX] = 0;
324 cqp_wqe->wqe_words[NES_CQP_WQE_COMP_SCRATCH_HIGH_IDX] = 0;
325 cqp_wqe->wqe_words[NES_CQP_STAG_WQE_PBL_BLK_COUNT_IDX] = 0;
326 cqp_wqe->wqe_words[NES_CQP_STAG_WQE_PBL_LEN_IDX] = 0;
327 cqp_wqe->wqe_words[NES_CQP_STAG_WQE_LEN_LOW_IDX] = 0;
328 cqp_wqe->wqe_words[NES_CQP_STAG_WQE_PA_LOW_IDX] = 0;
329 cqp_wqe
[all...]
H A Dnes_hw.c985 struct nes_hw_cqp_wqe *cqp_wqe; local
1118 cqp_wqe = &nesdev->cqp.sq_vbase[cqp_head];
1119 nes_fill_init_cqp_wqe(cqp_wqe, nesdev);
1120 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_WQE_OPCODE_IDX,
1123 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_WQE_ID_IDX,
1127 set_wqe_64bit_value(cqp_wqe->wqe_words, NES_CQP_CQ_WQE_PBL_LOW_IDX, u64temp);
1128 cqp_wqe->wqe_words[NES_CQP_CQ_WQE_CQ_CONTEXT_HIGH_IDX] = 0;
1130 cqp_wqe->wqe_words[NES_CQP_CQ_WQE_CQ_CONTEXT_LOW_IDX] =
1132 cqp_wqe->wqe_words[NES_CQP_CQ_WQE_CQ_CONTEXT_HIGH_IDX] =
1134 cqp_wqe
1213 struct nes_hw_cqp_wqe *cqp_wqe; local
1670 struct nes_hw_cqp_wqe *cqp_wqe; local
1919 struct nes_hw_cqp_wqe *cqp_wqe; local
3023 struct nes_hw_cqp_wqe *cqp_wqe; local
3784 struct nes_hw_cqp_wqe *cqp_wqe; local
3837 struct nes_hw_cqp_wqe *cqp_wqe; local
3892 struct nes_hw_cqp_wqe *cqp_wqe; local
[all...]
H A Dnes_verbs.c66 struct nes_hw_cqp_wqe *cqp_wqe; local
110 cqp_wqe = &cqp_request->cqp_wqe;
112 cqp_wqe->wqe_words[NES_CQP_WQE_OPCODE_IDX] =
117 nes_fill_init_cqp_wqe(cqp_wqe, nesdev);
118 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_STAG_WQE_LEN_HIGH_PD_IDX, (nespd->pd_id & 0x00007fff));
119 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_STAG_WQE_STAG_IDX, stag);
161 struct nes_hw_cqp_wqe *cqp_wqe; local
173 cqp_wqe = &cqp_request->cqp_wqe;
285 struct nes_hw_cqp_wqe *cqp_wqe; local
1112 struct nes_hw_cqp_wqe *cqp_wqe; local
1534 struct nes_hw_cqp_wqe *cqp_wqe; local
1785 struct nes_hw_cqp_wqe *cqp_wqe; local
1924 struct nes_hw_cqp_wqe *cqp_wqe; local
2649 struct nes_hw_cqp_wqe *cqp_wqe; local
2839 struct nes_hw_cqp_wqe *cqp_wqe; local
[all...]
H A Dnes_hw.h883 struct nes_hw_cqp_wqe cqp_wqe; member in struct:nes_cqp_request

Completed in 376 milliseconds