Searched defs:t3_wq (Results 1 – 1 of 1) sorted by relevance
691 struct t3_wq { struct692 union t3_wr *queue; /* DMA accessible memory */693 dma_addr_t dma_addr; /* DMA address for HW */695 u32 error; /* 1 once we go to ERROR */696 u32 qpid;697 u32 wptr; /* idx to next available WR slot */698 u32 size_log2; /* total wq size */699 struct t3_swsq *sq; /* SW SQ */700 struct t3_swsq *oldest_read; /* tracks oldest pending read */701 u32 sq_wptr; /* sq_wptr - sq_rptr == count of */[all …]