Lines Matching refs:xcast_mode
1154 int xcast_mode; in fm10k_set_rx_mode() local
1161 xcast_mode = (dev->flags & IFF_PROMISC) ? FM10K_XCAST_MODE_PROMISC : in fm10k_set_rx_mode()
1169 if (interface->xcast_mode != xcast_mode) { in fm10k_set_rx_mode()
1171 if (xcast_mode == FM10K_XCAST_MODE_PROMISC) in fm10k_set_rx_mode()
1176 if (interface->xcast_mode == FM10K_XCAST_MODE_PROMISC) in fm10k_set_rx_mode()
1182 xcast_mode); in fm10k_set_rx_mode()
1185 interface->xcast_mode = xcast_mode; in fm10k_set_rx_mode()
1200 int xcast_mode, i; in fm10k_restore_rx_state() local
1208 xcast_mode = FM10K_XCAST_MODE_PROMISC; in fm10k_restore_rx_state()
1210 xcast_mode = FM10K_XCAST_MODE_ALLMULTI; in fm10k_restore_rx_state()
1212 xcast_mode = FM10K_XCAST_MODE_MULTI; in fm10k_restore_rx_state()
1214 xcast_mode = FM10K_XCAST_MODE_NONE; in fm10k_restore_rx_state()
1225 xcast_mode == FM10K_XCAST_MODE_PROMISC); in fm10k_restore_rx_state()
1257 hw->mac.ops.update_xcast_mode(hw, glort, xcast_mode); in fm10k_restore_rx_state()
1284 interface->xcast_mode = xcast_mode; in fm10k_restore_rx_state()
1314 interface->xcast_mode = FM10K_XCAST_MODE_NONE; in fm10k_reset_rx_state()