Searched refs:vlanex (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | t4vf_hw.c | 1467 * @vlanex: 1 to enable hardware VLAN Tag extraction, 0 to disable it, 1474 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4vf_set_rxmode() argument 1488 if (vlanex < 0) in t4vf_set_rxmode() 1489 vlanex = FW_VI_RXMODE_CMD_VLANEXEN_M; in t4vf_set_rxmode() 1502 FW_VI_RXMODE_CMD_VLANEXEN_V(vlanex)); in t4vf_set_rxmode()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 7704 * @vlanex: 1 to enable HW VLAN extraction, 0 to disable it, -1 no change 7711 int bcast, int vlanex, bool sleep_ok) in t4_set_rxmode() argument 7725 if (vlanex < 0) in t4_set_rxmode() 7726 vlanex = FW_VI_RXMODE_CMD_VLANEXEN_M; in t4_set_rxmode() 7738 FW_VI_RXMODE_CMD_VLANEXEN_V(vlanex)); in t4_set_rxmode()
|
H A D | cxgb4.h | 1998 int bcast, int vlanex, bool sleep_ok);
|