Home
last modified time | relevance | path

Searched refs:steps_right (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/lib/dim/
H A Ddim.c15 return (dim->steps_left > 1) && (dim->steps_right == 1); in dim_on_top()
17 return (dim->steps_right > 1) && (dim->steps_left == 1); in dim_on_top()
34 dim->steps_right = 0; in dim_turn()
42 dim->steps_right = 0; in dim_park_on_top()
51 dim->steps_right = 0; in dim_park_tired()
H A Drdma_dim.c14 dim->steps_right++; in rdma_dim_step()
H A Dnet_dim.c117 dim->steps_right++; in net_dim_step()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_debugfs.c44 dim->steps_right, in debugfs_dim_read()
/openbmc/linux/include/linux/
H A Ddim.h112 u8 steps_right; member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_trace.h80 __entry->dim->steps_right,
107 __entry->dim->steps_right,
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_debugfs.c512 sprintf(result[j++], "%u", dim->steps_right); in hns3_get_coal_info()