Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_hv_vf.c222 hw->mac.ops.update_xcast_mode = ixgbevf_hv_update_xcast_mode; in ixgbevf_hv_init_ops_vf()
H A Dixgbe_vf.c46 hw->mac.ops.update_xcast_mode = ixgbevf_update_xcast_mode; in ixgbe_init_ops_vf()
H A Dixgbe_type.h3992 s32 (*update_xcast_mode)(struct ixgbe_hw *, int); member
/f-stack/dpdk/drivers/net/fm10k/
H A Dfm10k_ethdev.c580 hw->mac.ops.update_xcast_mode(hw, hw->mac.dglort_map + i, in fm10k_dev_logic_port_update()
925 status = hw->mac.ops.update_xcast_mode(hw, hw->mac.dglort_map, in fm10k_dev_promiscuous_enable()
956 status = hw->mac.ops.update_xcast_mode(hw, hw->mac.dglort_map, in fm10k_dev_promiscuous_disable()
991 status = hw->mac.ops.update_xcast_mode(hw, hw->mac.dglort_map, in fm10k_dev_allmulticast_enable()
1023 status = hw->mac.ops.update_xcast_mode(hw, hw->mac.dglort_map, in fm10k_dev_allmulticast_disable()
2601 status_mbx = hw->mac.ops.update_xcast_mode(hw, in fm10k_dev_interrupt_handler_pf()
2719 status_mbx = hw->mac.ops.update_xcast_mode(hw, in fm10k_dev_interrupt_handler_vf()
3220 hw->mac.ops.update_xcast_mode(hw, hw->mac.dglort_map, in eth_fm10k_dev_init()
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_vf.c633 mac->ops.update_xcast_mode = &fm10k_update_xcast_mode_vf; in fm10k_init_ops_vf()
H A Dfm10k_type.h581 s32 (*update_xcast_mode)(struct fm10k_hw *, u16, u8); member
H A Dfm10k_pf.c2072 mac->ops.update_xcast_mode = &fm10k_update_xcast_mode_pf; in fm10k_init_ops_pf()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h510 s32 (*update_xcast_mode)(struct txgbe_hw *hw, int xcast_mode); member
H A Dtxgbe_dummy.h601 hw->mac.update_xcast_mode = txgbe_mac_update_xcast_mode_dummy; in txgbe_init_ops_dummy()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c7928 switch (hw->mac.ops.update_xcast_mode(hw, IXGBEVF_XCAST_MODE_PROMISC)) { in ixgbevf_dev_promiscuous_enable()
7949 switch (hw->mac.ops.update_xcast_mode(hw, IXGBEVF_XCAST_MODE_NONE)) { in ixgbevf_dev_promiscuous_disable()
7971 switch (hw->mac.ops.update_xcast_mode(hw, mode)) { in ixgbevf_dev_allmulticast_enable()
7992 switch (hw->mac.ops.update_xcast_mode(hw, IXGBEVF_XCAST_MODE_MULTI)) { in ixgbevf_dev_allmulticast_disable()