Searched defs:aq_txring (Results 1 – 1 of 1) sorted by relevance
1219 struct aq_txring { struct1220 struct aq_softc *txr_sc;1221 int txr_index;1222 kmutex_t txr_mutex;1223 bool txr_active;1224 bool txr_stopping;1225 bool txr_sending;1226 time_t txr_lastsent;1228 pcq_t *txr_pcq;1229 void *txr_softint;[all …]