Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dport_range_scale.sh57 offload_count=$(tc -j filter show dev $swp1 ingress |
59 ((offload_count == count))
H A Dtc_police_scale.sh63 offload_count=$(tc -j filter show dev $swp1 ingress |
65 ((offload_count == count))
H A Dtc_flower_scale.sh98 offload_count=$(tc -j -s filter show dev $h2 ingress |
101 [[ $((offload_count - 1)) -eq $count ]]
102 check_err_fail $should_fail $? "Attempt to offload $count rules (actual result $((offload_count - 1)))"
/linux/net/bridge/
H A Dbr_switchdev.c248 if (p->offload_count) { in nbp_switchdev_add()
263 p->offload_count++; in nbp_switchdev_add()
269 p->offload_count = 1; in nbp_switchdev_add()
285 if (WARN_ON(!p->offload_count)) in nbp_switchdev_del()
288 p->offload_count--; in nbp_switchdev_del()
290 if (p->offload_count) in nbp_switchdev_del()
/linux/drivers/mmc/host/
H A Dvub300.c328 u8 offload_count; member
531 u8 r = vub300->fn[func].offload_point + vub300->fn[func].offload_count; in __add_offloaded_reg_to_fifo()
534 vub300->fn[func].offload_count += 1; in __add_offloaded_reg_to_fifo()
1814 vub300->fn[Function].offload_count -= 1; in examine_cyclic_buffer()
1819 u8 register_count = vub300->fn[Function].offload_count - 1; in examine_cyclic_buffer()
1836 vub300->fn[Function].offload_count -= delta; in examine_cyclic_buffer()
1891 else if (vub300->fn[func].offload_count == 0) in satisfy_request_from_offloaded_data()
2187 vub300->fn[i].offload_count = 0; in vub300_probe()