Searched refs:cqp_wqe (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_hw.c977 struct nes_hw_cqp_wqe *cqp_wqe; local
1110 cqp_wqe = &nesdev->cqp.sq_vbase[cqp_head];
1111 nes_fill_init_cqp_wqe(cqp_wqe, nesdev);
1112 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_WQE_OPCODE_IDX,
1115 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_WQE_ID_IDX,
1119 set_wqe_64bit_value(cqp_wqe->wqe_words, NES_CQP_CQ_WQE_PBL_LOW_IDX, u64temp);
1120 cqp_wqe->wqe_words[NES_CQP_CQ_WQE_CQ_CONTEXT_HIGH_IDX] = 0;
1122 cqp_wqe->wqe_words[NES_CQP_CQ_WQE_CQ_CONTEXT_LOW_IDX] =
1124 cqp_wqe->wqe_words[NES_CQP_CQ_WQE_CQ_CONTEXT_HIGH_IDX] =
1126 cqp_wqe
1205 struct nes_hw_cqp_wqe *cqp_wqe; local
1658 struct nes_hw_cqp_wqe *cqp_wqe; local
1896 struct nes_hw_cqp_wqe *cqp_wqe; local
2898 struct nes_hw_cqp_wqe *cqp_wqe; local
3658 struct nes_hw_cqp_wqe *cqp_wqe; local
3711 struct nes_hw_cqp_wqe *cqp_wqe; local
3766 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
1120 struct nes_hw_cqp_wqe *cqp_wqe; local
1543 struct nes_hw_cqp_wqe *cqp_wqe; local
1794 struct nes_hw_cqp_wqe *cqp_wqe; local
1933 struct nes_hw_cqp_wqe *cqp_wqe; local
2655 struct nes_hw_cqp_wqe *cqp_wqe; local
2845 struct nes_hw_cqp_wqe *cqp_wqe; local
[all...]
H A Dnes.h303 nes_fill_init_cqp_wqe(struct nes_hw_cqp_wqe *cqp_wqe, struct nes_device *nesdev) argument
305 set_wqe_64bit_value(cqp_wqe->wqe_words, NES_CQP_WQE_COMP_CTX_LOW_IDX,
307 cqp_wqe->wqe_words[NES_CQP_WQE_COMP_SCRATCH_LOW_IDX] = 0;
308 cqp_wqe->wqe_words[NES_CQP_WQE_COMP_SCRATCH_HIGH_IDX] = 0;
309 cqp_wqe->wqe_words[NES_CQP_STAG_WQE_PBL_BLK_COUNT_IDX] = 0;
310 cqp_wqe->wqe_words[NES_CQP_STAG_WQE_PBL_LEN_IDX] = 0;
311 cqp_wqe->wqe_words[NES_CQP_STAG_WQE_LEN_LOW_IDX] = 0;
312 cqp_wqe->wqe_words[NES_CQP_STAG_WQE_PA_LOW_IDX] = 0;
313 cqp_wqe->wqe_words[NES_CQP_STAG_WQE_PA_HIGH_IDX] = 0;
H A Dnes_utils.c579 le32_to_cpu(cqp_request->cqp_wqe.wqe_words[NES_CQP_WQE_OPCODE_IDX]) & 0x3f);
603 struct nes_hw_cqp_wqe *cqp_wqe; local
615 cqp_wqe = &nesdev->cqp.sq_vbase[cqp_head];
616 memcpy(cqp_wqe, &cqp_request->cqp_wqe, sizeof(*cqp_wqe));
619 set_wqe_64bit_value(cqp_wqe->wqe_words, NES_CQP_WQE_COMP_SCRATCH_LOW_IDX,
624 le32_to_cpu(cqp_wqe->wqe_words[NES_CQP_WQE_OPCODE_IDX])&0x3f,
625 le32_to_cpu(cqp_wqe->wqe_words[NES_CQP_WQE_ID_IDX]), cqp_request,
638 le32_to_cpu(cqp_request->cqp_wqe
[all...]
H A Dnes.c296 struct nes_hw_cqp_wqe *cqp_wqe; local
319 cqp_wqe = &cqp_request->cqp_wqe;
321 nes_fill_init_cqp_wqe(cqp_wqe, nesdev);
328 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_WQE_OPCODE_IDX, opcode);
329 set_wqe_32bit_value(cqp_wqe->wqe_words, NES_CQP_WQE_ID_IDX, nesqp->hwqp.qp_id);
331 set_wqe_64bit_value(cqp_wqe->wqe_words, NES_CQP_QP_WQE_CONTEXT_LOW_IDX, u64temp);
H A Dnes_hw.h864 struct nes_hw_cqp_wqe cqp_wqe; member in struct:nes_cqp_request

Completed in 61 milliseconds