Home
last modified time | relevance | path

Searched refs:last_bytes (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dgen_estimator.c52 u64 last_bytes; member
83 brate = (b.bytes - est->last_bytes) << (10 - est->intvl_log); in est_timer()
94 est->last_bytes = b.bytes; in est_timer()
167 est->last_bytes = b.bytes; in gen_new_estimator()
/kernel/linux/linux-6.6/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()
98 est->last_bytes = b_bytes; in est_timer()
173 est->last_bytes = u64_stats_read(&b.bytes); in gen_new_estimator()
/kernel/linux/linux-6.6/arch/arm64/lib/
H A Dmemcmp.S60 b.ls L(last_bytes)
93 L(last_bytes):
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c68 u64 last_bytes; member
919 *bytes = current_bytes - rule->last_bytes; in mlxsw_sp_acl_rule_get_stats()
923 rule->last_bytes = current_bytes; in mlxsw_sp_acl_rule_get_stats()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Drenesas-nand-controller.c695 u32 last_bytes; in rnandc_exec_op() local
855 last_bytes = readl_relaxed(rnandc->regs + FIFO_DATA_REG); in rnandc_exec_op()
856 memcpy(rop.buf + (words * sizeof(u32)), &last_bytes, in rnandc_exec_op()
873 last_bytes = 0; in rnandc_exec_op()
874 memcpy(&last_bytes, rop.buf + (words * sizeof(u32)), remainder); in rnandc_exec_op()
875 writel_relaxed(last_bytes, rnandc->regs + FIFO_DATA_REG); in rnandc_exec_op()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c73 u64 last_bytes; member
1040 *bytes = current_bytes - rule->last_bytes; in mlxsw_sp_acl_rule_get_stats()
1044 rule->last_bytes = current_bytes; in mlxsw_sp_acl_rule_get_stats()
/kernel/linux/linux-6.6/drivers/accel/qaic/
H A Dqaic_data.c1081 * entries and the last entry, with last_bytes to send from the last entry.
1092 u64 last_bytes; in copy_partial_exec_reqs() local
1118 last_bytes = i ? resize + le32_to_cpu(reqs[i].len) - total_bytes : resize; in copy_partial_exec_reqs()
1146 * last_bytes holds size of a DMA segment, maximum DMA segment size is in copy_partial_exec_reqs()
1147 * set to UINT_MAX by qaic and hence last_bytes can never exceed u32 in copy_partial_exec_reqs()
1150 last_req->len = cpu_to_le32((u32)last_bytes); in copy_partial_exec_reqs()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-integrity.c95 commit_id_t last_bytes[]; member
99 #define journal_entry_tag(ic, je) ((__u8 *)&(je)->last_bytes[(ic)->sectors_per_block])
122 #define MAX_TAG_SIZE (JOURNAL_SECTOR_DATA - JOURNAL_MAC_PER_SECTOR - offsetof(struct journal_entry, last_bytes[MAX_SECTORS_PER_BLOCK]))
1879 *(commit_id_t *)(mem_ptr + JOURNAL_SECTOR_DATA) = je->last_bytes[s]; in __journal_read_write()
1929 je->last_bytes[s] = js[s].commit_id; in __journal_read_write()
2320 js->commit_id = je->last_bytes[s]; in restore_last_bytes()
3233 ic->journal_entry_size = roundup(offsetof(struct journal_entry, last_bytes[ic->sectors_per_block]) + ic->tag_size, in calculate_journal_section_size()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-integrity.c103 commit_id_t last_bytes[]; member
107 #define journal_entry_tag(ic, je) ((__u8 *)&(je)->last_bytes[(ic)->sectors_per_block])
132 #define MAX_TAG_SIZE (JOURNAL_SECTOR_DATA - JOURNAL_MAC_PER_SECTOR - offsetof(struct journal_entry, last_bytes[MAX_SECTORS_PER_BLOCK]))
2070 *(commit_id_t *)(mem_ptr + JOURNAL_SECTOR_DATA) = je->last_bytes[s]; in __journal_read_write()
2123 je->last_bytes[s] = js[s].commit_id; in __journal_read_write()
2525 js->commit_id = je->last_bytes[s]; in restore_last_bytes()
3513 ic->journal_entry_size = roundup(offsetof(struct journal_entry, last_bytes[ic->sectors_per_block]) + ic->tag_size, in calculate_journal_section_size()
/kernel/linux/linux-5.10/drivers/net/ethernet/
H A Djme.h143 unsigned long last_bytes; member
H A Djme.c1139 if ((NET_STAT(jme).rx_bytes - dpi->last_bytes) > PCC_P3_THRESHOLD) in jme_dynamic_pcc()
1160 dpi->last_bytes = NET_STAT(jme).rx_bytes; in jme_start_pcc_timer()
/kernel/linux/linux-6.6/drivers/net/ethernet/
H A Djme.h143 unsigned long last_bytes; member
H A Djme.c1134 if ((NET_STAT(jme).rx_bytes - dpi->last_bytes) > PCC_P3_THRESHOLD) in jme_dynamic_pcc()
1155 dpi->last_bytes = NET_STAT(jme).rx_bytes; in jme_start_pcc_timer()

Completed in 34 milliseconds