Lines Matching refs:notify
383 int slave_state, bool notify) in bond_set_slave_state() argument
389 if (notify) { in bond_set_slave_state()
567 bool notify) in bond_set_slave_inactive_flags() argument
570 bond_set_slave_state(slave, BOND_STATE_BACKUP, notify); in bond_set_slave_inactive_flags()
578 bool notify) in bond_set_slave_tx_disabled_flags() argument
580 bond_set_slave_state(slave, BOND_STATE_BACKUP, notify); in bond_set_slave_tx_disabled_flags()
584 bool notify) in bond_set_slave_active_flags() argument
586 bond_set_slave_state(slave, BOND_STATE_ACTIVE, notify); in bond_set_slave_active_flags()
593 bool notify) in bond_set_slave_rx_enabled_flags() argument
613 static inline void bond_commit_link_state(struct slave *slave, bool notify) in bond_commit_link_state() argument
619 if (notify) { in bond_commit_link_state()
632 bool notify) in bond_set_slave_link_state() argument
635 bond_commit_link_state(slave, notify); in bond_set_slave_link_state()