Searched refs:curidx (Results 1 – 4 of 4) sorted by relevance
94 int curidx; in fs_enet_napi() local200 curidx = bdp - fep->rx_bd_base; in fs_enet_napi()228 skbn = fep->rx_skbuff[curidx]; in fs_enet_napi()230 skb = fep->rx_skbuff[curidx]; in fs_enet_napi()284 fep->rx_skbuff[curidx] = skbn; in fs_enet_napi()488 int curidx; in fs_enet_start_xmit() local543 curidx = bdp - fep->tx_bd_base; in fs_enet_start_xmit()557 fep->mapped_as_page[curidx] = 0; in fs_enet_start_xmit()567 curidx++; in fs_enet_start_xmit()570 curidx = 0; in fs_enet_start_xmit()[all …]
72 int curidx = 0, i; in bbc_i2c_getdev() local77 if (curidx == index) in bbc_i2c_getdev()80 curidx++; in bbc_i2c_getdev()84 if (curidx == index) in bbc_i2c_getdev()
1056 int curidx; in sbdma_rx_process() local1085 curidx = dsc - d->sbdma_dscrtable; in sbdma_rx_process()1088 prefetch(&d->sbdma_ctxtable[curidx]); in sbdma_rx_process()1100 if (curidx == hwidx) in sbdma_rx_process()1107 sb = d->sbdma_ctxtable[curidx]; in sbdma_rx_process()1108 d->sbdma_ctxtable[curidx] = NULL; in sbdma_rx_process()1221 int curidx; in sbdma_tx_process() local1248 curidx = d->sbdma_remptr - d->sbdma_dscrtable; in sbdma_tx_process()1256 if (curidx == hwidx) in sbdma_tx_process()1263 dsc = &(d->sbdma_dscrtable[curidx]); in sbdma_tx_process()[all …]
2379 pgoff_t index, curidx; in cont_expand_zero() local2387 while (index > (curidx = (curpos = *bytes)>>PAGE_SHIFT)) { in cont_expand_zero()2416 if (index == curidx) { in cont_expand_zero()