Home
last modified time | relevance | path

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

/linux/net/core/
H A Dgen_estimator.c52 u64 last_bytes; member
87 brate = (b_bytes - est->last_bytes) << (10 - est->intvl_log); in est_timer()
100 est->last_bytes = b_bytes; in est_timer()
175 est->last_bytes = u64_stats_read(&b.bytes); in gen_new_estimator()
/linux/arch/arm64/lib/
H A Dmemcmp.S60 b.ls L(last_bytes)
93 L(last_bytes):
/linux/drivers/accel/qaic/
H A Dqaic_data.c1158 u64 last_bytes; in copy_partial_exec_reqs() local
1170 last_bytes = resize; in copy_partial_exec_reqs()
1172 if (last_bytes > le32_to_cpu(reqs[first_n].len)) in copy_partial_exec_reqs()
1173 last_bytes -= le32_to_cpu(reqs[first_n].len); in copy_partial_exec_reqs()
1206 last_req->len = cpu_to_le32((u32)last_bytes); in copy_partial_exec_reqs()
1209 if (!last_bytes) in copy_partial_exec_reqs()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c74 u64 last_bytes; member
1041 *bytes = current_bytes - rule->last_bytes; in mlxsw_sp_acl_rule_get_stats()
1045 rule->last_bytes = current_bytes; in mlxsw_sp_acl_rule_get_stats()
/linux/drivers/net/ethernet/
H A Djme.h143 unsigned long last_bytes; member
H A Djme.c1132 if ((NET_STAT(jme).rx_bytes - dpi->last_bytes) > PCC_P3_THRESHOLD) in jme_dynamic_pcc()
1153 dpi->last_bytes = NET_STAT(jme).rx_bytes; in jme_start_pcc_timer()