Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.c1398 rctl |= (IGC_RCTL_UPE | IGC_RCTL_MPE); in eth_igc_promiscuous_enable()
1412 rctl |= IGC_RCTL_MPE; in eth_igc_promiscuous_disable()
1414 rctl &= (~IGC_RCTL_MPE); in eth_igc_promiscuous_disable()
1426 rctl |= IGC_RCTL_MPE; in eth_igc_allmulticast_enable()
1441 rctl &= (~IGC_RCTL_MPE); in eth_igc_allmulticast_disable()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_defines.h162 #define IGC_RCTL_MPE 0x00000010 /* multicast promisc enable */ macro