Searched refs:cqe_sw (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c174 static inline struct mthca_cqe *cqe_sw(struct mthca_cqe *cqe) function
181 return cqe_sw(get_cqe(cq, cq->cons_index & cq->ibcq.cqe));
295 cqe_sw(get_cqe(cq, prod_index & cq->ibcq.cqe));
343 if (cqe_sw(get_cqe(cq, cq->ibcq.cqe)))
347 for (i = cq->cons_index; cqe_sw(get_cqe(cq, i & cq->ibcq.cqe)); ++i)
707 if (cqe_sw(get_cqe_from_buf(&cq->resize_buf->buf,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c174 static inline struct mthca_cqe *cqe_sw(struct mthca_cqe *cqe) function
181 return cqe_sw(get_cqe(cq, cq->cons_index & cq->ibcq.cqe));
295 cqe_sw(get_cqe(cq, prod_index & cq->ibcq.cqe));
343 if (cqe_sw(get_cqe(cq, cq->ibcq.cqe)))
347 for (i = cq->cons_index; cqe_sw(get_cqe(cq, i & cq->ibcq.cqe)); ++i)
707 if (cqe_sw(get_cqe_from_buf(&cq->resize_buf->buf,

Completed in 67 milliseconds