Searched defs:iavf_tx_ring (Results 1 – 1 of 1) sorted by relevance
233 struct iavf_tx_ring { struct234 unsigned int txr_qid;235 char txr_name[16];237 struct iavf_softc *txr_sc;238 kmutex_t txr_lock;239 pcq_t *txr_intrq;240 void *txr_si;241 unsigned int txr_prod;242 unsigned int txr_cons;244 struct iavf_tx_map *txr_maps;[all …]