Lines Matching refs:ds
104 const struct ath_desc *ds; in ath_printrxbuf() local
107 for (i = 0, ds = bf->bf_desc; i < bf->bf_nseg; i++, ds++) { in ath_printrxbuf()
110 ix, ds, (const struct ath_desc *)bf->bf_daddr + i, in ath_printrxbuf()
111 ds->ds_link, ds->ds_data, in ath_printrxbuf()
113 ds->ds_ctl0, ds->ds_ctl1, in ath_printrxbuf()
114 ds->ds_hw[0], ds->ds_hw[1]); in ath_printrxbuf()
117 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()
119 ds->ds_hw[8]); 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()
124 ds->ds_hw[8]); 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()
129 ds->ds_hw[15]); in ath_printrxbuf()
141 const char *ds; in ath_printtxbuf_edma() local
157 for (i = 0, ds = (const char *) bf->bf_desc; in ath_printtxbuf_edma()
159 i ++, ds += sc->sc_tx_desclen) { in ath_printtxbuf_edma()
160 eds = (const struct ath_desc_txedma *) ds; in ath_printtxbuf_edma()
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()
189 ds->ds_hw[28], ds->ds_hw[29]); in ath_printtxbuf_edma()
204 const struct ath_desc *ds; in ath_printtxbuf_legacy() local
215 for (i = 0, ds = bf->bf_desc; i < bf->bf_nseg; i++, ds++) { in ath_printtxbuf_legacy()
217 ds, (const struct ath_desc *)bf->bf_daddr + i, in ath_printtxbuf_legacy()
218 ds->ds_link, ds->ds_data, bf->bf_state.bfs_txflags, in ath_printtxbuf_legacy()
221 ds->ds_ctl0, ds->ds_ctl1, in ath_printtxbuf_legacy()
222 ds->ds_hw[0], ds->ds_hw[1], in ath_printtxbuf_legacy()
223 ds->ds_hw[2], ds->ds_hw[3]); in ath_printtxbuf_legacy()
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()
228 ds->ds_hw[10],ds->ds_hw[11]); in ath_printtxbuf_legacy()
230 ds->ds_hw[12],ds->ds_hw[13],ds->ds_hw[14], in ath_printtxbuf_legacy()
231 ds->ds_hw[15],ds->ds_hw[16],ds->ds_hw[17], in ath_printtxbuf_legacy()
232 ds->ds_hw[18], ds->ds_hw[19]); in ath_printtxbuf_legacy()
252 const uint32_t *ds, u_int qnum, u_int ix, int done) in ath_printtxstatbuf() argument
257 ds[0], ds[1], ds[2], ds[3], ds[4], ds[5]); in ath_printtxstatbuf()
259 ds[6], ds[7], ds[8], ds[9], ds[10]); in ath_printtxstatbuf()