Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/synopsys/
Ddwc-xlgmac.h446 int (*update_vlan_hash_table)(struct xlgmac_pdata *pdata); member
Ddwc-xlgmac-net.c841 hw_ops->update_vlan_hash_table(pdata); in xlgmac_vlan_rx_add_vid()
854 hw_ops->update_vlan_hash_table(pdata); in xlgmac_vlan_rx_kill_vid()
Ddwc-xlgmac-hw.c3111 hw_ops->update_vlan_hash_table = xlgmac_update_vlan_hash_table; in xlgmac_init_hw_ops()
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/
Dxgbe.h772 int (*update_vlan_hash_table)(struct xgbe_prv_data *); member
Dxgbe-drv.c2114 hw_if->update_vlan_hash_table(pdata); in xgbe_vlan_rx_add_vid()
2130 hw_if->update_vlan_hash_table(pdata); in xgbe_vlan_rx_kill_vid()
Dxgbe-dev.c3610 hw_if->update_vlan_hash_table = xgbe_update_vlan_hash_table; in xgbe_init_function_ptrs_dev()