Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dcommon.h398 int mtu, int promisc, int all_multi, int bcast, int vlanex,
H A Dt4_hw.c4139 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4_set_rxmode() argument
4153 if (vlanex < 0) in t4_set_rxmode()
4154 vlanex = M_FW_VI_RXMODE_CMD_VLANEXEN; in t4_set_rxmode()
4165 V_FW_VI_RXMODE_CMD_VLANEXEN(vlanex)); in t4_set_rxmode()