Home | History | Annotate | Download | only in net

Lines Matching refs:INDEX

1648 		/* Increment sent packets index */
1662 rtl8169_populate_rx_descriptor ( struct rtl8169_private *tp, struct RxDesc *rx_desc, uint32_t index )
1666 DBG ( "Populating rx descriptor %d\n", index );
1671 rx_desc->addr_lo = virt_to_bus ( tp->rx_iobuf[index]->data );
1673 rx_desc->opts1 = ( index == ( NUM_RX_DESC - 1 ) ? RingEnd : 0 ) |
1828 #define _R(VENDOR,DEVICE,INDEX) \
1829 { .vendor = VENDOR, .device = DEVICE, .index = INDEX }
1834 int index;
1859 return ( nic_variant_table[i].index );