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

/linux-master/net/core/
H A Dgen_estimator.c52 u64 last_bytes; member in struct:net_rate_estimator
87 brate = (b_bytes - est->last_bytes) << (10 - est->intvl_log);
98 est->last_bytes = b_bytes;
173 est->last_bytes = u64_stats_read(&b.bytes);
/linux-master/arch/arm64/lib/
H A Dmemcmp.S60 b.ls L(last_bytes)
93 L(last_bytes):
/linux-master/drivers/mtd/nand/raw/
H A Drenesas-nand-controller.c695 u32 last_bytes; local
855 last_bytes = readl_relaxed(rnandc->regs + FIFO_DATA_REG);
856 memcpy(rop.buf + (words * sizeof(u32)), &last_bytes,
873 last_bytes = 0;
874 memcpy(&last_bytes, rop.buf + (words * sizeof(u32)), remainder);
875 writel_relaxed(last_bytes, rnandc->regs + FIFO_DATA_REG);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl.c74 u64 last_bytes; member in struct:mlxsw_sp_acl_rule
1041 *bytes = current_bytes - rule->last_bytes;
1045 rule->last_bytes = current_bytes;
/linux-master/drivers/accel/qaic/
H A Dqaic_data.c1106 u64 last_bytes; local
1115 * transferred after resizing and last_bytes represents DMA size
1118 last_bytes = resize;
1120 if (last_bytes > le32_to_cpu(reqs[first_n].len))
1121 last_bytes -= le32_to_cpu(reqs[first_n].len);
1150 * last_bytes holds size of a DMA segment, maximum DMA segment size is
1151 * set to UINT_MAX by qaic and hence last_bytes can never exceed u32
1154 last_req->len = cpu_to_le32((u32)last_bytes);
1157 if (!last_bytes)
/linux-master/drivers/md/
H A Ddm-integrity.c103 commit_id_t last_bytes[]; member in struct:journal_entry
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]))
2060 *(commit_id_t *)(mem_ptr + JOURNAL_SECTOR_DATA) = je->last_bytes[s];
2113 je->last_bytes[s] = js[s].commit_id;
2515 js->commit_id = je->last_bytes[s];
3504 ic->journal_entry_size = roundup(offsetof(struct journal_entry, last_bytes[ic->sectors_per_block]) + ic->tag_size,
/linux-master/drivers/net/ethernet/
H A Djme.h143 unsigned long last_bytes; member in struct:dynpcc_info
H A Djme.c1134 if ((NET_STAT(jme).rx_bytes - dpi->last_bytes) > PCC_P3_THRESHOLD)
1155 dpi->last_bytes = NET_STAT(jme).rx_bytes;

Completed in 236 milliseconds