Searched refs:vlanex (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_hw.c | 970 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4vf_set_rxmode() argument 984 if (vlanex < 0) in t4vf_set_rxmode() 985 vlanex = FW_VI_RXMODE_CMD_VLANEXEN_MASK; in t4vf_set_rxmode() 998 FW_VI_RXMODE_CMD_VLANEXEN(vlanex)); in t4vf_set_rxmode()
|
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 2323 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4_set_rxmode() argument 2337 if (vlanex < 0) in t4_set_rxmode() 2338 vlanex = FW_VI_RXMODE_CMD_VLANEXEN_MASK; in t4_set_rxmode() 2348 FW_VI_RXMODE_CMD_VLANEXEN(vlanex)); in t4_set_rxmode()
|
D | cxgb4.h | 695 int mtu, int promisc, int all_multi, int bcast, int vlanex,
|