Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c182 static int bnxt_vlan_offload_set_op(struct rte_eth_dev *dev, int mask);
1301 rc = bnxt_vlan_offload_set_op(eth_dev, vlan_mask); in bnxt_dev_start_op()
2460 bnxt_vlan_offload_set_op(struct rte_eth_dev *dev, int mask) in bnxt_vlan_offload_set_op() function
3545 .vlan_offload_set = bnxt_vlan_offload_set_op,