Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c171 static int bnxt_vlan_offload_set_op(struct rte_eth_dev *dev, int mask);
1617 rc = bnxt_vlan_offload_set_op(eth_dev, vlan_mask); in bnxt_dev_start_op()
2713 bnxt_vlan_offload_set_op(struct rte_eth_dev *dev, int mask) in bnxt_vlan_offload_set_op() function
4069 .vlan_offload_set = bnxt_vlan_offload_set_op,