Searched refs:vlanex (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
| D | t4vf_hw.c | 1134 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4vf_set_rxmode() argument 1148 if (vlanex < 0) in t4vf_set_rxmode() 1149 vlanex = FW_VI_RXMODE_CMD_VLANEXEN_M; in t4vf_set_rxmode() 1162 FW_VI_RXMODE_CMD_VLANEXEN_V(vlanex)); in t4vf_set_rxmode()
|
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
| D | t4_hw.c | 6483 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4_set_rxmode() argument 6497 if (vlanex < 0) in t4_set_rxmode() 6498 vlanex = FW_VI_RXMODE_CMD_VLANEXEN_M; in t4_set_rxmode() 6510 FW_VI_RXMODE_CMD_VLANEXEN_V(vlanex)); in t4_set_rxmode()
|
| D | cxgb4.h | 1382 int mtu, int promisc, int all_multi, int bcast, int vlanex,
|