Home
last modified time | relevance | path

Searched refs:max_occ (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer.sh61 local max_occ
64 max_occ=$(devlink sb -j occupancy show $dl_port \
67 if [[ "$max_occ" -ne "$exp_max_occ" ]]; then
71 echo $max_occ
80 local max_occ
83 max_occ=$(devlink sb -j occupancy show $dl_port \
86 if [[ "$max_occ" -ne "$exp_max_occ" ]]; then
90 echo $max_occ
99 local max_occ
102 max_occ=$(devlink sb -j occupancy show $dl_port \
[all …]
/openbmc/linux/drivers/misc/bcm-vk/
H A Dbcm_vk_msg.h126 u32 max_occ; /* max during a sampling period */ member