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.h927 int mtu, int promisc, int all_multi, int bcast, int vlanex,
H A Dt4_hw.c9870 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4_set_rxmode() argument
9880 if (all_multi < 0) in t4_set_rxmode()
9881 all_multi = M_FW_VI_RXMODE_CMD_ALLMULTIEN; in t4_set_rxmode()
9895 V_FW_VI_RXMODE_CMD_ALLMULTIEN(all_multi) | in t4_set_rxmode()