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

/freebsd-10.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_wr.h497 struct t3_cqe { struct
619 struct t3_cqe cqe;
664 struct t3_cqe *queue;
665 struct t3_cqe *sw_queue;
694 static inline struct t3_cqe *cxio_next_hw_cqe(struct t3_cq *cq)
696 struct t3_cqe *cqe;
704 static inline struct t3_cqe *cxio_next_sw_cqe(struct t3_cq *cq)
706 struct t3_cqe *cqe;
715 static inline struct t3_cqe *cxio_next_cqe(struct t3_cq *cq)
717 struct t3_cqe *cq
[all...]
H A Diw_cxgb_hal.h126 struct t3_cqe cqe; /* flits 2-3 */
173 int cxio_poll_cq(struct t3_wq *wq, struct t3_cq *cq, struct t3_cqe *cqe,
182 void cxio_dump_wce(struct t3_cqe *wce);
H A Diw_cxgb_hal.c113 struct t3_cqe *cqe;
199 int size = (1UL << (cq->size_log2)) * sizeof(struct t3_cqe);
351 * sizeof(struct t3_cqe), cq->queue,
355 * sizeof(struct t3_cqe), M_DEVBUF);
385 struct t3_cqe cqe;
424 struct t3_cqe cqe;
466 struct t3_cqe *cqe, *swcqe;
482 static int cqe_completes_wr(struct t3_cqe *cqe, struct t3_wq *wq)
503 struct t3_cqe *cqe;
521 struct t3_cqe *cq
[all...]
H A Diw_cxgb_cq.c92 struct t3_cqe cqe, *rd_cqe;
H A Diw_cxgb_dbg.c191 void cxio_dump_wce(struct t3_cqe *wce)
H A Diw_cxgb_provider.c260 sizeof(struct t3_cqe));
264 sizeof(struct t3_cqe));

Completed in 65 milliseconds