Searched refs:eds (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_debug.c | 142 const struct ath_desc_txedma *eds; in ath_printtxbuf_edma() local 160 eds = (const struct ath_desc_txedma *) ds; in ath_printtxbuf_edma() 162 eds, (const struct ath_desc *)bf->bf_daddr + i, in ath_printtxbuf_edma() 163 eds->ds_info, eds->ds_link, in ath_printtxbuf_edma() 167 eds->ds_hw[0], eds->ds_hw[1], in ath_printtxbuf_edma() 168 eds->ds_hw[2], eds->ds_hw[3]); in ath_printtxbuf_edma() 170 eds->ds_hw[4], eds->ds_hw[5], in ath_printtxbuf_edma() 171 eds->ds_hw[6], eds->ds_hw[7]); in ath_printtxbuf_edma() 178 eds->ds_hw[8], eds->ds_hw[9], in ath_printtxbuf_edma() 179 eds->ds_hw[10], eds->ds_hw[11], in ath_printtxbuf_edma() [all …]
|