Searched refs:update_xcast_mode (Results 1 – 12 of 12) sorted by relevance
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_hv_vf.c | 223 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
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev_vf.c | 1181 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 D | fm10k_ethdev.c | 581 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 D | txgbe_vf.c | 38 mac->update_xcast_mode = txgbevf_update_xcast_mode; in txgbe_init_ops_vf()
|
| H A D | txgbe_dummy.h | 606 hw->mac.update_xcast_mode = txgbe_mac_update_xcast_mode_dummy; in txgbe_init_ops_dummy()
|
| H A D | txgbe_type.h | 581 s32 (*update_xcast_mode)(struct txgbe_hw *hw, int xcast_mode); member
|
| /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()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.c | 7734 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()
|