Lines Matching refs:xcast_mode
1040 int xcast_mode; in fm10k_set_rx_mode() local
1047 xcast_mode = (dev->flags & IFF_PROMISC) ? FM10K_XCAST_MODE_PROMISC : in fm10k_set_rx_mode()
1055 if (interface->xcast_mode != xcast_mode) { in fm10k_set_rx_mode()
1057 if (xcast_mode == FM10K_XCAST_MODE_PROMISC) in fm10k_set_rx_mode()
1062 if (interface->xcast_mode == FM10K_XCAST_MODE_PROMISC) in fm10k_set_rx_mode()
1068 xcast_mode); in fm10k_set_rx_mode()
1071 interface->xcast_mode = xcast_mode; in fm10k_set_rx_mode()
1086 int xcast_mode, i; in fm10k_restore_rx_state() local
1094 xcast_mode = FM10K_XCAST_MODE_PROMISC; in fm10k_restore_rx_state()
1096 xcast_mode = FM10K_XCAST_MODE_ALLMULTI; in fm10k_restore_rx_state()
1098 xcast_mode = FM10K_XCAST_MODE_MULTI; in fm10k_restore_rx_state()
1100 xcast_mode = FM10K_XCAST_MODE_NONE; in fm10k_restore_rx_state()
1111 xcast_mode == FM10K_XCAST_MODE_PROMISC); in fm10k_restore_rx_state()
1143 hw->mac.ops.update_xcast_mode(hw, glort, xcast_mode); in fm10k_restore_rx_state()
1170 interface->xcast_mode = xcast_mode; in fm10k_restore_rx_state()
1200 interface->xcast_mode = FM10K_XCAST_MODE_NONE; in fm10k_reset_rx_state()