Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_hv_vf.c223 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
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev_vf.c1181 switch (hw->mac.update_xcast_mode(hw, TXGBEVF_XCAST_MODE_PROMISC)) { in txgbevf_dev_promiscuous_enable()
1202 switch (hw->mac.update_xcast_mode(hw, TXGBEVF_XCAST_MODE_NONE)) { in txgbevf_dev_promiscuous_disable()
1223 switch (hw->mac.update_xcast_mode(hw, TXGBEVF_XCAST_MODE_ALLMULTI)) { in txgbevf_dev_allmulticast_enable()
1244 switch (hw->mac.update_xcast_mode(hw, TXGBEVF_XCAST_MODE_MULTI)) { in txgbevf_dev_allmulticast_disable()
/dpdk/drivers/net/fm10k/
H A Dfm10k_ethdev.c581 hw->mac.ops.update_xcast_mode(hw, hw->mac.dglort_map + i, in fm10k_dev_logic_port_update()
926 status = hw->mac.ops.update_xcast_mode(hw, hw->mac.dglort_map, in fm10k_dev_promiscuous_enable()
957 status = hw->mac.ops.update_xcast_mode(hw, hw->mac.dglort_map, in fm10k_dev_promiscuous_disable()
992 status = hw->mac.ops.update_xcast_mode(hw, hw->mac.dglort_map, in fm10k_dev_allmulticast_enable()
1024 status = hw->mac.ops.update_xcast_mode(hw, hw->mac.dglort_map, in fm10k_dev_allmulticast_disable()
2602 status_mbx = hw->mac.ops.update_xcast_mode(hw, in fm10k_dev_interrupt_handler_pf()
2720 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()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_vf.c38 mac->update_xcast_mode = txgbevf_update_xcast_mode; in txgbe_init_ops_vf()
H A Dtxgbe_dummy.h606 hw->mac.update_xcast_mode = txgbe_mac_update_xcast_mode_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_type.h581 s32 (*update_xcast_mode)(struct txgbe_hw *hw, int xcast_mode); member
/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()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c7734 switch (hw->mac.ops.update_xcast_mode(hw, IXGBEVF_XCAST_MODE_PROMISC)) { in ixgbevf_dev_promiscuous_enable()
7755 switch (hw->mac.ops.update_xcast_mode(hw, IXGBEVF_XCAST_MODE_NONE)) { in ixgbevf_dev_promiscuous_disable()
7777 switch (hw->mac.ops.update_xcast_mode(hw, mode)) { in ixgbevf_dev_allmulticast_enable()
7798 switch (hw->mac.ops.update_xcast_mode(hw, IXGBEVF_XCAST_MODE_MULTI)) { in ixgbevf_dev_allmulticast_disable()