Home
last modified time | relevance | path

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

/drivers/net/ethernet/synopsys/
Ddwc-xlgmac.h445 int (*update_vlan_hash_table)(struct xlgmac_pdata *pdata); member
Ddwc-xlgmac-net.c843 hw_ops->update_vlan_hash_table(pdata); in xlgmac_vlan_rx_add_vid()
856 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()
/drivers/net/ethernet/amd/xgbe/
Dxgbe.h738 int (*update_vlan_hash_table)(struct xgbe_prv_data *); member
Dxgbe-drv.c2157 hw_if->update_vlan_hash_table(pdata); in xgbe_vlan_rx_add_vid()
2173 hw_if->update_vlan_hash_table(pdata); in xgbe_vlan_rx_kill_vid()
Dxgbe-dev.c3553 hw_if->update_vlan_hash_table = xgbe_update_vlan_hash_table; in xgbe_init_function_ptrs_dev()