Lines Matching defs:index
3952 static void __tg3_set_one_mac_addr(struct tg3 *tp, u8 *mac_addr, int index)
3960 if (index < 4) {
3961 tw32(MAC_ADDR_0_HIGH + (index * 8), addr_high);
3962 tw32(MAC_ADDR_0_LOW + (index * 8), addr_low);
3964 index -= 4;
3965 tw32(MAC_EXTADDR_0_HIGH + (index * 8), addr_high);
3966 tw32(MAC_EXTADDR_0_LOW + (index * 8), addr_low);
6282 if (rq->perout.index != 0)
6554 int index = tnapi - tp->napi;
6558 index--;
6560 txq = netdev_get_tx_queue(tp->dev, index);
7061 * standard producer index are seen in the correct order.
7119 * the jumbo producer index are seen in the correct order.
7888 * checking tx index in tg3_tx_avail() below, because in
7889 * tg3_tx(), we update tx index before checking for
8152 * checking tx index in tg3_tx_avail() below, because in
8153 * tg3_tx(), we update tx index before checking for
10839 tg3_ape_scratchpad_read(tp, &temperature, attr->index,
16568 /* 5700 BX chips need to have their TX producer index
17011 /* Increment the rx prod index on the rx std ring by at most