Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h260 typedef struct ath { struct
264 struct ath_hal *asc_ah; /* Atheros HAL */ argument
281 struct ath_desc *asc_desc; /* TX/RX descriptors */ argument
283 /* pointer to the first "struct ath_buf" */ argument
284 struct ath_buf *asc_vbufptr; argument
300 struct ath_txq asc_txq[HAL_NUM_TX_QUEUES]; /* tx queues */ argument
301 struct ath_txq *asc_ac2q[5]; /* WME AC -> h/w qnum */ argument
308 struct ath_stats asc_stats; /* interface statistics */ argument
323 } ath_t; argument