Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/
Dtc_police_scale.sh63 offload_count=$(tc filter show dev $swp1 ingress | grep in_hw | wc -l)
64 ((offload_count == count))
Dtc_flower_scale.sh97 offload_count=$(tc -j -s filter show dev $h2 ingress |
100 [[ $((offload_count - 1)) -eq $count ]]
/Linux-v5.10/drivers/mmc/host/
Dvub300.c328 u8 offload_count; member
533 u8 r = vub300->fn[func].offload_point + vub300->fn[func].offload_count; in __add_offloaded_reg_to_fifo()
536 vub300->fn[func].offload_count += 1; in __add_offloaded_reg_to_fifo()
1815 vub300->fn[Function].offload_count -= 1; in examine_cyclic_buffer()
1820 u8 register_count = vub300->fn[Function].offload_count - 1; in examine_cyclic_buffer()
1837 vub300->fn[Function].offload_count -= delta; in examine_cyclic_buffer()
1892 else if (vub300->fn[func].offload_count == 0) in satisfy_request_from_offloaded_data()
2186 vub300->fn[i].offload_count = 0; in vub300_probe()