Searched refs:wqe_count (Results 1 - 9 of 9) sorted by relevance

/drivers/infiniband/hw/amso1100/
H A Dc2_mq.c113 void c2_mq_lconsume(struct c2_mq *q, u32 wqe_count) argument
118 while (wqe_count--) {
H A Dc2_mq.h96 extern void c2_mq_lconsume(struct c2_mq *q, u32 wqe_count);
H A Dc2_wr.h271 /* wqe_count is part of the cqe. It is put here so the
277 __be32 wqe_count; member in struct:c2wr_hdr
1513 return ((struct c2wr_hdr *) wr)->wqe_count;
1515 static __inline__ void c2_wr_set_wqe_count(void *wr, u32 wqe_count) argument
1517 ((struct c2wr_hdr *) wr)->wqe_count = wqe_count;
/drivers/infiniband/hw/ehca/
H A Dehca_qes.h228 u16 wqe_count; member in struct:ehca_cqe
/drivers/infiniband/hw/nes/
H A Dnes_mgt.c875 u32 wqe_count; local
1053 wqe_count = NES_MGT_WQ_COUNT - 1;
1054 mgtvnic->mgt.rq_head = wqe_count;
1057 counter = min(wqe_count, ((u32)255));
1058 wqe_count -= counter;
1060 } while (wqe_count);
H A Dnes_nic.c486 u32 wqe_count=1; local
578 for (wqe_count=0; wqe_count<((u32)wqes_needed); wqe_count++) {
612 if ((wqe_count+1)!=(u32)wqes_needed) {
618 if (wqe_count) {
626 if ((wqe_count==0) && (skb_headlen(skb) > original_first_length)) {
650 if ((wqe_count+1) == (u32)wqes_needed) {
692 if (wqe_count)
694 (wqe_count << 2
[all...]
H A Dnes_verbs.c3269 u32 wqe_count = 0; local
3509 wqe_count++;
3517 while (wqe_count) {
3518 counter = min(wqe_count, ((u32)255));
3519 wqe_count -= counter;
3549 u32 wqe_count = 0; local
3604 wqe_count++;
3611 while (wqe_count) {
3612 counter = min(wqe_count, ((u32)255));
3613 wqe_count
[all...]
H A Dnes_hw.c1683 u32 wqe_count; local
1873 wqe_count = NES_NIC_WQ_SIZE - 1;
1874 nesvnic->nic.rq_head = wqe_count;
1877 counter = min(wqe_count, ((u32)255));
1878 wqe_count -= counter;
1880 } while (wqe_count);
/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h175 u16 wqe_count; member in struct:ehea_cqe

Completed in 163 milliseconds