Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h147 struct qlnx_tx_queue { struct
148 int index; /* Queue index */
149 volatile __le16 *hw_cons_ptr;
150 struct sw_tx_bd sw_tx_ring[TX_RING_SIZE];
151 uint16_t sw_tx_cons;
152 uint16_t sw_tx_prod;
153 struct ecore_chain tx_pbl;
154 void __iomem *doorbell_addr;
155 void *handle;
156 union db_prod tx_db;
[all …]