Searched refs:curidx (Results 1 – 4 of 4) sorted by relevance
92 int curidx; in fs_enet_rx_napi() local107 curidx = bdp - fep->rx_bd_base; in fs_enet_rx_napi()135 skb = fep->rx_skbuff[curidx]; in fs_enet_rx_napi()144 skb = fep->rx_skbuff[curidx]; in fs_enet_rx_napi()184 fep->rx_skbuff[curidx] = skbn; in fs_enet_rx_napi()516 int curidx; in fs_enet_start_xmit() local571 curidx = bdp - fep->tx_bd_base; in fs_enet_start_xmit()585 fep->mapped_as_page[curidx] = 0; in fs_enet_start_xmit()594 bdp++, curidx++; in fs_enet_start_xmit()596 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()
1070 int curidx; in sbdma_rx_process() local1099 curidx = dsc - d->sbdma_dscrtable; in sbdma_rx_process()1102 prefetch(&d->sbdma_ctxtable[curidx]); in sbdma_rx_process()1114 if (curidx == hwidx) in sbdma_rx_process()1121 sb = d->sbdma_ctxtable[curidx]; in sbdma_rx_process()1122 d->sbdma_ctxtable[curidx] = NULL; in sbdma_rx_process()1235 int curidx; in sbdma_tx_process() local1262 curidx = d->sbdma_remptr - d->sbdma_dscrtable; in sbdma_tx_process()1270 if (curidx == hwidx) in sbdma_tx_process()1277 dsc = &(d->sbdma_dscrtable[curidx]); in sbdma_tx_process()[all …]
2304 pgoff_t index, curidx; in cont_expand_zero() local2312 while (index > (curidx = (curpos = *bytes)>>PAGE_CACHE_SHIFT)) { in cont_expand_zero()2342 if (index == curidx) { in cont_expand_zero()