Searched refs:last_printed (Results 1 – 4 of 4) sorted by relevance
74 #define BT_SI_SM_RETURN(Y) { last_printed = BT_STATE_PRINTME; return Y; }453 static enum bt_states last_printed = BT_STATE_PRINTME; in bt_event() local458 if ((bt_debug & BT_DEBUG_STATES) && (bt->state != last_printed)) { in bt_event()464 last_printed = bt->state; in bt_event()
53 u16 last_printed; member
1929 if (vf->mdd_rx_events.count != vf->mdd_rx_events.last_printed) { in ice_print_vfs_mdd_events()1930 vf->mdd_rx_events.last_printed = in ice_print_vfs_mdd_events()1936 if (vf->mdd_tx_events.count != vf->mdd_tx_events.last_printed) { in ice_print_vfs_mdd_events()1937 vf->mdd_tx_events.last_printed = in ice_print_vfs_mdd_events()
11223 if (vf->mdd_rx_events.count != vf->mdd_rx_events.last_printed) { in i40e_print_vfs_mdd_events()11224 vf->mdd_rx_events.last_printed = vf->mdd_rx_events.count; in i40e_print_vfs_mdd_events()11230 if (vf->mdd_tx_events.count != vf->mdd_tx_events.last_printed) { in i40e_print_vfs_mdd_events()11231 vf->mdd_tx_events.last_printed = vf->mdd_tx_events.count; in i40e_print_vfs_mdd_events()