Lines Matching defs:next
298 u16 next, blk_cnt = 0, zero = 0;
310 wl3501_get_from_wla(this, this->tx_buffer_head, &next,
311 sizeof(next));
315 this->tx_buffer_head = next;
318 if (!next && full_len) {
341 u16 next;
344 wl3501_get_from_wla(this, ptr, &next, sizeof(next));
346 ptr = next;
468 u16 bf, sig_bf, next, tmplen, pktlen;
512 wl3501_get_from_wla(this, bf, &next, sizeof(next));
513 bf = next;
529 wl3501_get_from_wla(this, bf, &next, sizeof(next));
530 bf = next;
542 wl3501_get_from_wla(this, bf, &next, sizeof(next));
543 bf = next;
1183 u16 ptr, next;
1212 next = ptr + WL3501_BLKSZ;
1213 while ((next - this->tx_buffer_head) < this->tx_buffer_size) {
1215 wl3501_set_to_wla(this, ptr, &next, sizeof(next));
1216 ptr = next;
1217 next = ptr + WL3501_BLKSZ;
1220 next = 0;
1221 wl3501_set_to_wla(this, ptr, &next, sizeof(next));