Searched refs:update_xcast_mode (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_hv_vf.c | 222 hw->mac.ops.update_xcast_mode = ixgbevf_hv_update_xcast_mode; in ixgbevf_hv_init_ops_vf()
|
| H A D | ixgbe_vf.c | 46 hw->mac.ops.update_xcast_mode = ixgbevf_update_xcast_mode; in ixgbe_init_ops_vf()
|
| H A D | ixgbe_type.h | 3992 s32 (*update_xcast_mode)(struct ixgbe_hw *, int); member
|
| /f-stack/dpdk/drivers/net/fm10k/ |
| H A D | fm10k_ethdev.c | 580 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 D | fm10k_vf.c | 633 mac->ops.update_xcast_mode = &fm10k_update_xcast_mode_vf; in fm10k_init_ops_vf()
|
| H A D | fm10k_type.h | 581 s32 (*update_xcast_mode)(struct fm10k_hw *, u16, u8); member
|
| H A D | fm10k_pf.c | 2072 mac->ops.update_xcast_mode = &fm10k_update_xcast_mode_pf; in fm10k_init_ops_pf()
|
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_type.h | 510 s32 (*update_xcast_mode)(struct txgbe_hw *hw, int xcast_mode); member
|
| H A D | txgbe_dummy.h | 601 hw->mac.update_xcast_mode = txgbe_mac_update_xcast_mode_dummy; in txgbe_init_ops_dummy()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 7928 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()
|