Lines Matching refs:ds

106 	const struct ath_desc *ds;
109 for (i = 0, ds = bf->bf_desc; i < bf->bf_nseg; i++, ds++) {
112 ix, ds, (const struct ath_desc *)bf->bf_daddr + i,
113 ds->ds_link, ds->ds_data,
115 ds->ds_ctl0, ds->ds_ctl1,
116 ds->ds_hw[0], ds->ds_hw[1]);
119 ds->ds_hw[2], ds->ds_hw[3], ds->ds_hw[4],
120 ds->ds_hw[5], ds->ds_hw[6], ds->ds_hw[7],
121 ds->ds_hw[8]);
124 ds->ds_hw[2], ds->ds_hw[3], ds->ds_hw[4],
125 ds->ds_hw[5], ds->ds_hw[6], ds->ds_hw[7],
126 ds->ds_hw[8]);
129 ds->ds_hw[9], ds->ds_hw[10], ds->ds_hw[11],
130 ds->ds_hw[12], ds->ds_hw[13], ds->ds_hw[14],
131 ds->ds_hw[15]);
143 const char *ds;
159 for (i = 0, ds = (const char *) bf->bf_desc;
161 i ++, ds += sc->sc_tx_desclen) {
162 eds = (const struct ath_desc_txedma *) ds;
189 ds->ds_hw[22],ds->ds_hw[23],ds->ds_hw[24],
190 ds->ds_hw[25],ds->ds_hw[26],ds->ds_hw[27],
191 ds->ds_hw[28], ds->ds_hw[29]);
206 const struct ath_desc *ds;
217 for (i = 0, ds = bf->bf_desc; i < bf->bf_nseg; i++, ds++) {
219 ds, (const struct ath_desc *)bf->bf_daddr + i,
220 ds->ds_link, ds->ds_data, bf->bf_state.bfs_txflags,
223 ds->ds_ctl0, ds->ds_ctl1,
224 ds->ds_hw[0], ds->ds_hw[1],
225 ds->ds_hw[2], ds->ds_hw[3]);
228 ds->ds_hw[4], ds->ds_hw[5], ds->ds_hw[6],
229 ds->ds_hw[7], ds->ds_hw[8], ds->ds_hw[9],
230 ds->ds_hw[10],ds->ds_hw[11]);
232 ds->ds_hw[12],ds->ds_hw[13],ds->ds_hw[14],
233 ds->ds_hw[15],ds->ds_hw[16],ds->ds_hw[17],
234 ds->ds_hw[18], ds->ds_hw[19]);
254 const uint32_t *ds, u_int qnum, u_int ix, int done)
259 ds[0], ds[1], ds[2], ds[3], ds[4], ds[5]);
261 ds[6], ds[7], ds[8], ds[9], ds[10]);