Home
last modified time | relevance | path

Searched defs:t3_wq (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
Diw_cxgb_wr.h635 struct t3_wq { struct
636 union t3_wr *queue; /* DMA accessable memory */
637 bus_addr_t dma_addr; /* DMA address for HW */
638 u32 error; /* 1 once we go to ERROR */
639 u32 qpid;
640 u32 wptr; /* idx to next available WR slot */
641 u32 size_log2; /* total wq size */
642 struct t3_swsq *sq; /* SW SQ */
643 struct t3_swsq *oldest_read; /* tracks oldest pending read */
644 u32 sq_wptr; /* sq_wptr - sq_rptr == count of */
[all …]