Lines Matching refs:xcast_mode
959 int xcast_mode; in fm10k_set_rx_mode() local
966 xcast_mode = (dev->flags & IFF_PROMISC) ? FM10K_XCAST_MODE_PROMISC : in fm10k_set_rx_mode()
974 if (interface->xcast_mode != xcast_mode) { in fm10k_set_rx_mode()
976 if (xcast_mode == FM10K_XCAST_MODE_PROMISC) in fm10k_set_rx_mode()
978 if (interface->xcast_mode == FM10K_XCAST_MODE_PROMISC) in fm10k_set_rx_mode()
982 hw->mac.ops.update_xcast_mode(hw, interface->glort, xcast_mode); in fm10k_set_rx_mode()
985 interface->xcast_mode = xcast_mode; in fm10k_set_rx_mode()
989 if (xcast_mode != FM10K_XCAST_MODE_PROMISC) { in fm10k_set_rx_mode()
991 if (xcast_mode != FM10K_XCAST_MODE_ALLMULTI) in fm10k_set_rx_mode()
1002 int xcast_mode; in fm10k_restore_rx_state() local
1025 xcast_mode = FM10K_XCAST_MODE_PROMISC; in fm10k_restore_rx_state()
1027 xcast_mode = FM10K_XCAST_MODE_ALLMULTI; in fm10k_restore_rx_state()
1029 xcast_mode = FM10K_XCAST_MODE_MULTI; in fm10k_restore_rx_state()
1031 xcast_mode = FM10K_XCAST_MODE_NONE; in fm10k_restore_rx_state()
1040 xcast_mode == FM10K_XCAST_MODE_PROMISC); in fm10k_restore_rx_state()
1055 hw->mac.ops.update_xcast_mode(hw, glort, xcast_mode); in fm10k_restore_rx_state()
1058 if (xcast_mode != FM10K_XCAST_MODE_PROMISC) { in fm10k_restore_rx_state()
1060 if (xcast_mode != FM10K_XCAST_MODE_ALLMULTI) in fm10k_restore_rx_state()
1067 interface->xcast_mode = xcast_mode; in fm10k_restore_rx_state()
1087 interface->xcast_mode = FM10K_XCAST_MODE_NONE; in fm10k_reset_rx_state()