Home
last modified time | relevance | path

Searched refs:last_printed (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_pf.h63 u16 last_printed; member
H A Dice_virtchnl_pf.c4121 if (vf->mdd_rx_events.count != vf->mdd_rx_events.last_printed) { in ice_print_vfs_mdd_events()
4122 vf->mdd_rx_events.last_printed = in ice_print_vfs_mdd_events()
4128 if (vf->mdd_tx_events.count != vf->mdd_tx_events.last_printed) { in ice_print_vfs_mdd_events()
4129 vf->mdd_tx_events.last_printed = in ice_print_vfs_mdd_events()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.h52 u16 last_printed; member
H A Dice_sriov.c1691 if (vf->mdd_rx_events.count != vf->mdd_rx_events.last_printed) { in ice_print_vfs_mdd_events()
1692 vf->mdd_rx_events.last_printed = in ice_print_vfs_mdd_events()
1698 if (vf->mdd_tx_events.count != vf->mdd_tx_events.last_printed) { in ice_print_vfs_mdd_events()
1699 vf->mdd_tx_events.last_printed = in ice_print_vfs_mdd_events()

Completed in 12 milliseconds