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.h934 int mtu, int promisc, int all_multi, int bcast, int vlanex,
H A Dt4_hw.c11348 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4_set_rxmode() argument
11358 if (all_multi < 0) in t4_set_rxmode()
11359 all_multi = M_FW_VI_RXMODE_CMD_ALLMULTIEN; in t4_set_rxmode()
11373 V_FW_VI_RXMODE_CMD_ALLMULTIEN(all_multi) | in t4_set_rxmode()