Searched refs:curidx (Results 1 – 4 of 4) sorted by relevance
95 int curidx; in fs_enet_napi() local201 curidx = bdp - fep->rx_bd_base; in fs_enet_napi()229 skbn = fep->rx_skbuff[curidx]; in fs_enet_napi()231 skb = fep->rx_skbuff[curidx]; in fs_enet_napi()285 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()566 bdp++, curidx++; in fs_enet_start_xmit()568 bdp = fep->tx_bd_base, curidx = 0; in fs_enet_start_xmit()[all …]
71 int curidx = 0, i; in bbc_i2c_getdev() local76 if (curidx == index) in bbc_i2c_getdev()79 curidx++; in bbc_i2c_getdev()83 if (curidx == index) in bbc_i2c_getdev()
1069 int curidx; in sbdma_rx_process() local1098 curidx = dsc - d->sbdma_dscrtable; in sbdma_rx_process()1101 prefetch(&d->sbdma_ctxtable[curidx]); in sbdma_rx_process()1113 if (curidx == hwidx) in sbdma_rx_process()1120 sb = d->sbdma_ctxtable[curidx]; in sbdma_rx_process()1121 d->sbdma_ctxtable[curidx] = NULL; in sbdma_rx_process()1234 int curidx; in sbdma_tx_process() local1261 curidx = d->sbdma_remptr - d->sbdma_dscrtable; in sbdma_tx_process()1269 if (curidx == hwidx) in sbdma_tx_process()1276 dsc = &(d->sbdma_dscrtable[curidx]); in sbdma_tx_process()[all …]
2339 pgoff_t index, curidx; in cont_expand_zero() local2347 while (index > (curidx = (curpos = *bytes)>>PAGE_SHIFT)) { in cont_expand_zero()2376 if (index == curidx) { in cont_expand_zero()