calc_idx 1196 drivers/net/ethernet/mediatek/mtk_eth_soc.c idx = NEXT_DESP_IDX(ring->calc_idx, ring->dma_size); calc_idx 1213 drivers/net/ethernet/mediatek/mtk_eth_soc.c mtk_w32(eth, ring->calc_idx, ring->crx_idx_reg); calc_idx 1219 drivers/net/ethernet/mediatek/mtk_eth_soc.c mtk_w32(eth, ring->calc_idx, ring->crx_idx_reg); calc_idx 1245 drivers/net/ethernet/mediatek/mtk_eth_soc.c idx = NEXT_DESP_IDX(ring->calc_idx, ring->dma_size); calc_idx 1324 drivers/net/ethernet/mediatek/mtk_eth_soc.c ring->calc_idx = idx; calc_idx 1696 drivers/net/ethernet/mediatek/mtk_eth_soc.c ring->calc_idx = rx_dma_size - 1; calc_idx 1705 drivers/net/ethernet/mediatek/mtk_eth_soc.c mtk_w32(eth, ring->calc_idx, ring->crx_idx_reg + offset); calc_idx 659 drivers/net/ethernet/mediatek/mtk_eth_soc.h u16 calc_idx; calc_idx 261 net/can/gw.c int from = calc_idx(xor->from_idx, cf->len); calc_idx 262 net/can/gw.c int to = calc_idx(xor->to_idx, cf->len); calc_idx 263 net/can/gw.c int res = calc_idx(xor->result_idx, cf->len); calc_idx 306 net/can/gw.c int from = calc_idx(crc8->from_idx, cf->len); calc_idx 307 net/can/gw.c int to = calc_idx(crc8->to_idx, cf->len); calc_idx 308 net/can/gw.c int res = calc_idx(crc8->result_idx, cf->len);