Home
last modified time | relevance | path

Searched refs:mta_shift (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/net/
H A De1000x_common.c81 static const int mta_shift[] = { 4, 3, 2, 0 }; in e1000x_rx_group_filter() local
112 f = mta_shift[(rctl >> E1000_RCTL_MO_SHIFT) & 3]; in e1000x_rx_group_filter()