Searched refs:last_bytes (Results 1 – 6 of 6) sorted by relevance
701 u32 last_bytes; in rnandc_exec_op() local861 last_bytes = readl_relaxed(rnandc->regs + FIFO_DATA_REG); in rnandc_exec_op()862 memcpy(rop.buf + (words * sizeof(u32)), &last_bytes, in rnandc_exec_op()879 last_bytes = 0; in rnandc_exec_op()880 memcpy(&last_bytes, rop.buf + (words * sizeof(u32)), remainder); in rnandc_exec_op()881 writel_relaxed(last_bytes, rnandc->regs + FIFO_DATA_REG); in rnandc_exec_op()
1110 u64 last_bytes; in copy_partial_exec_reqs() local1122 last_bytes = resize; in copy_partial_exec_reqs()1124 if (last_bytes > le32_to_cpu(reqs[first_n].len)) in copy_partial_exec_reqs()1125 last_bytes -= le32_to_cpu(reqs[first_n].len); in copy_partial_exec_reqs()1158 last_req->len = cpu_to_le32((u32)last_bytes); in copy_partial_exec_reqs()1161 if (!last_bytes) in copy_partial_exec_reqs()
74 u64 last_bytes; member1041 *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()
143 unsigned long last_bytes; member
1132 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()
107 commit_id_t last_bytes[]; member111 #define journal_entry_tag(ic, je) ((__u8 *)&(je)->last_bytes[(ic)->sectors_per_block])136 …_SECTOR_DATA - JOURNAL_MAC_PER_SECTOR - offsetof(struct journal_entry, last_bytes[MAX_SECTORS_PER_…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()2790 js->commit_id = je->last_bytes[s]; in restore_last_bytes()3923 …ic->journal_entry_size = roundup(offsetof(struct journal_entry, last_bytes[ic->sectors_per_block])… in calculate_journal_section_size()
Completed in 35 milliseconds