Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1464 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4vf_set_rxmode() argument
1478 if (vlanex < 0) in t4vf_set_rxmode()
1479 vlanex = FW_VI_RXMODE_CMD_VLANEXEN_M; in t4vf_set_rxmode()
1492 FW_VI_RXMODE_CMD_VLANEXEN_V(vlanex)); in t4vf_set_rxmode()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c7565 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4_set_rxmode() argument
7579 if (vlanex < 0) in t4_set_rxmode()
7580 vlanex = FW_VI_RXMODE_CMD_VLANEXEN_M; in t4_set_rxmode()
7592 FW_VI_RXMODE_CMD_VLANEXEN_V(vlanex)); in t4_set_rxmode()
Dcxgb4.h1745 int mtu, int promisc, int all_multi, int bcast, int vlanex,