Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/drivers/net/mlxsw/
Dport_range_scale.sh57 offload_count=$(tc -j filter show dev $swp1 ingress |
59 ((offload_count == count))
Dtc_police_scale.sh63 offload_count=$(tc -j filter show dev $swp1 ingress |
65 ((offload_count == count))
Dtc_flower_scale.sh98 offload_count=$(tc -j -s filter show dev $h2 ingress |
101 [[ $((offload_count - 1)) -eq $count ]]
/Linux-v6.6/net/bridge/
Dbr_switchdev.c245 if (p->offload_count) { in nbp_switchdev_add()
260 p->offload_count++; in nbp_switchdev_add()
266 p->offload_count = 1; in nbp_switchdev_add()
282 if (WARN_ON(!p->offload_count)) in nbp_switchdev_del()
285 p->offload_count--; in nbp_switchdev_del()
287 if (p->offload_count) in nbp_switchdev_del()
Dbr_private.h434 int offload_count; member
/Linux-v6.6/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()
1816 vub300->fn[Function].offload_count -= 1; in examine_cyclic_buffer()
1821 u8 register_count = vub300->fn[Function].offload_count - 1; in examine_cyclic_buffer()
1838 vub300->fn[Function].offload_count -= delta; in examine_cyclic_buffer()
1893 else if (vub300->fn[func].offload_count == 0) in satisfy_request_from_offloaded_data()
2189 vub300->fn[i].offload_count = 0; in vub300_probe()