Lines Matching refs:next
834 // just disabled - the cell gets relinked at the next vc_open.
949 // start next transfer within same region
1061 /********** (queue to) become the next TX thread **********/
1111 // start next transfer within same region
1217 /********** move RX Q pointer to next item in circular buffer **********/
1864 wr_mem (dev, &buf->next, BUFF_STATUS_EMPTY);
1873 wr_mem (dev, &memmap->txfreebufstart.next, BUF_PTR(tx_desc) | BUFF_STATUS_EMPTY);
1876 wr_mem (dev, &tx_desc->next, BUF_PTR(tx_desc+1) | BUFF_STATUS_EMPTY);
1880 wr_mem (dev, &tx_desc->next, BUF_PTR(&memmap->txfreebufend) | BUFF_STATUS_EMPTY);
1902 wr_mem (dev, &memmap->rxfreebufstart.next, BUF_PTR(rx_desc) | BUFF_STATUS_EMPTY);
1905 wr_mem (dev, &rx_desc->next, BUF_PTR(rx_desc+1) | BUFF_STATUS_EMPTY);
1910 wr_mem (dev, &rx_desc->next, BUF_PTR(&memmap->rxfreebufend) | BUFF_STATUS_EMPTY);
2074 // [this would get rid of next two conditionals]
2447 // in hardware" - so long as the next call does not fail :)
2690 // these next three are performance hacks