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.c873 u32 wqe_count; local
1051 wqe_count = NES_MGT_WQ_COUNT - 1;
1052 mgtvnic->mgt.rq_head = wqe_count;
1055 counter = min(wqe_count, ((u32)255));
1056 wqe_count -= counter;
1058 } while (wqe_count);
H A Dnes_nic.c481 u32 wqe_count=1; local
573 for (wqe_count=0; wqe_count<((u32)wqes_needed); wqe_count++) {
607 if ((wqe_count+1)!=(u32)wqes_needed) {
613 if (wqe_count) {
621 if ((wqe_count==0) && (skb_headlen(skb) > original_first_length)) {
645 if ((wqe_count+1) == (u32)wqes_needed) {
687 if (wqe_count)
689 (wqe_count << 2
[all...]
H A Dnes_verbs.c3272 u32 wqe_count = 0; local
3512 wqe_count++;
3520 while (wqe_count) {
3521 counter = min(wqe_count, ((u32)255));
3522 wqe_count -= counter;
3552 u32 wqe_count = 0; local
3607 wqe_count++;
3614 while (wqe_count) {
3615 counter = min(wqe_count, ((u32)255));
3616 wqe_count
[all...]
H A Dnes_hw.c1682 u32 wqe_count; local
1872 wqe_count = NES_NIC_WQ_SIZE - 1;
1873 nesvnic->nic.rq_head = wqe_count;
1876 counter = min(wqe_count, ((u32)255));
1877 wqe_count -= counter;
1879 } while (wqe_count);
/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.h175 u16 wqe_count; member in struct:ehea_cqe

Completed in 123 milliseconds