Home
last modified time | relevance | path

Searched refs:last_printed (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/char/ipmi/
H A Dipmi_bt_sm.c74 #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() local
458 if ((bt_debug & BT_DEBUG_STATES) && (bt->state != last_printed)) { in bt_event()
464 last_printed = bt->state; in bt_event()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.h71 u64 last_printed; member
H A Di40e_main.c11188 if (vf->mdd_rx_events.count != vf->mdd_rx_events.last_printed) { in i40e_print_vfs_mdd_events()
11189 vf->mdd_rx_events.last_printed = vf->mdd_rx_events.count; in i40e_print_vfs_mdd_events()
11195 if (vf->mdd_tx_events.count != vf->mdd_tx_events.last_printed) { in i40e_print_vfs_mdd_events()
11196 vf->mdd_tx_events.last_printed = vf->mdd_tx_events.count; in i40e_print_vfs_mdd_events()