Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Dqlnx_def.h154 struct qlnx_tx_queue { struct
156 int index; /* Queue index */
157 volatile __le16 *hw_cons_ptr;
158 struct sw_tx_bd sw_tx_ring[TX_RING_SIZE];
159 uint16_t sw_tx_cons;
160 uint16_t sw_tx_prod;
161 struct ecore_chain tx_pbl;
162 void __iomem *doorbell_addr;
163 void *handle;
164 union db_prod tx_db;
[all …]