Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h817 int mtu, int promisc, int all_multi, int bcast, int vlanex,
H A Dt4_hw.c8016 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4_set_rxmode() argument
8026 if (all_multi < 0) in t4_set_rxmode()
8027 all_multi = M_FW_VI_RXMODE_CMD_ALLMULTIEN; in t4_set_rxmode()
8041 V_FW_VI_RXMODE_CMD_ALLMULTIEN(all_multi) | in t4_set_rxmode()