Home
last modified time | relevance | path

Searched refs:ds_hw (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_debug.c117 ds->ds_hw[2], ds->ds_hw[3], ds->ds_hw[4], in ath_printrxbuf()
118 ds->ds_hw[5], ds->ds_hw[6], ds->ds_hw[7], in ath_printrxbuf()
122 ds->ds_hw[2], ds->ds_hw[3], ds->ds_hw[4], in ath_printrxbuf()
123 ds->ds_hw[5], ds->ds_hw[6], ds->ds_hw[7], in ath_printrxbuf()
127 ds->ds_hw[9], ds->ds_hw[10], ds->ds_hw[11], in ath_printrxbuf()
128 ds->ds_hw[12], ds->ds_hw[13], ds->ds_hw[14], in ath_printrxbuf()
187 ds->ds_hw[22],ds->ds_hw[23],ds->ds_hw[24], in ath_printtxbuf_edma()
188 ds->ds_hw[25],ds->ds_hw[26],ds->ds_hw[27], in ath_printtxbuf_edma()
226 ds->ds_hw[4], ds->ds_hw[5], ds->ds_hw[6], in ath_printtxbuf_legacy()
227 ds->ds_hw[7], ds->ds_hw[8], ds->ds_hw[9], in ath_printtxbuf_legacy()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c865 ds->ds_hw[0] = __bswap32(ds->ds_hw[0]); in ar5212SwapTxDesc()
866 ds->ds_hw[1] = __bswap32(ds->ds_hw[1]); in ar5212SwapTxDesc()
867 ds->ds_hw[2] = __bswap32(ds->ds_hw[2]); in ar5212SwapTxDesc()
868 ds->ds_hw[3] = __bswap32(ds->ds_hw[3]); in ar5212SwapTxDesc()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_desc.h237 uint32_t ds_hw[HAL_DESC_HW_SIZE]; /* opaque h/w region */ member
243 uint32_t ds_hw[21]; /* includes buf/len */ member
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c567 OS_MEMZERO(ds->ds_hw, AR5416_DESC_TX_CTL_SZ); in ar5416ChainTxDesc()
706 ds->ds_hw[0] = __bswap32(ds->ds_hw[0]); in ar5416SwapTxDesc()
707 ds->ds_hw[1] = __bswap32(ds->ds_hw[1]); in ar5416SwapTxDesc()
708 ds->ds_hw[2] = __bswap32(ds->ds_hw[2]); in ar5416SwapTxDesc()
709 ds->ds_hw[3] = __bswap32(ds->ds_hw[3]); in ar5416SwapTxDesc()