Searched refs:IXGB_RAR_ENTRIES (Results 1 – 2 of 2) sorted by relevance
386 for (i = 1; i < IXGB_RAR_ENTRIES; i++) { in ixgb_init_rx_addrs()424 for (i = rar_used_count; i < IXGB_RAR_ENTRIES; i++) { in ixgb_mc_addr_list_update()443 if (rar_used_count < IXGB_RAR_ENTRIES) { in ixgb_mc_addr_list_update()
586 #define IXGB_RAR_ENTRIES 3 /* Number of entries in Rx Address array */ macro