Searched refs:asc_txbuf_list (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h232 /* we're in list of asc->asc_txbuf_list or asc->asc_rxbuf_list */
296 list_t asc_txbuf_list; member in struct:ath
H A Dath_main.c448 ath_buflist_cleanup(&asc->asc_txbuf_list);
501 err = ath_buflist_setup(devinfo, asc, &asc->asc_txbuf_list, &bf, &ds,
976 bf = list_head(&asc->asc_txbuf_list);
978 list_remove(&asc->asc_txbuf_list, bf);
979 if (list_empty(&asc->asc_txbuf_list)) {
1041 list_insert_tail(&asc->asc_txbuf_list, bf);
1174 list_insert_tail(&asc->asc_txbuf_list, bf);
H A Dath_aux.c386 list_insert_tail(&asc->asc_txbuf_list, bf);

Completed in 68 milliseconds