Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/fpga/
Dintel-m10-bmc-sec-update.c448 u32 blk_size, doorbell, extra_offset; in m10bmc_sec_write() local
478 extra_offset = offset + ALIGN_DOWN(blk_size, stride); in m10bmc_sec_write()
479 memcpy(&extra, (u8 *)(data + extra_offset), blk_size % stride); in m10bmc_sec_write()
481 M10BMC_STAGING_BASE + extra_offset, extra); in m10bmc_sec_write()
/linux-6.1.9/drivers/scsi/
Dstex.c224 __le32 extra_offset; /* NEW */ member
341 u32 extra_offset; member
1065 if (hba->extra_offset) { in stex_common_handshake()
1066 h->extra_offset = cpu_to_le32(hba->extra_offset); in stex_common_handshake()
1067 h->extra_size = cpu_to_le32(hba->dma_size - hba->extra_offset); in stex_common_handshake()
1069 h->extra_offset = h->extra_size = 0; in stex_common_handshake()
1156 h->extra_offset = h->extra_size = 0; in stex_ss_handshake()
1731 hba->extra_offset = hba->dma_size; in stex_probe()
1743 hba->dma_size = hba->extra_offset in stex_probe()
/linux-6.1.9/arch/arm64/kernel/
Dsignal.c60 unsigned long extra_offset; member
102 !user->extra_offset && in __sigframe_alloc()
107 ret = __sigframe_alloc(user, &user->extra_offset, in __sigframe_alloc()
829 if (err == 0 && user->extra_offset) { in setup_sigframe()
832 apply_user_offset(user, user->extra_offset); in setup_sigframe()
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Ddma.c1032 uint extra_offset = 0; in dma_rxfill() local
1051 extra_offset = di->rxextrahdrroom; in dma_rxfill()
1058 p = brcmu_pkt_buf_get_skb(di->rxbufsize + extra_offset); in dma_rxfill()
1072 if (extra_offset) in dma_rxfill()
1073 skb_pull(p, extra_offset); in dma_rxfill()
/linux-6.1.9/tools/perf/ui/browsers/
Dhists.c939 int extra_offset = 0; in hist_browser__show_callchain_flat() local
947 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain_flat()
954 offset + extra_offset, in hist_browser__show_callchain_flat()
970 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain_flat()
977 offset + extra_offset, in hist_browser__show_callchain_flat()
1132 int extra_offset = 0; in hist_browser__show_callchain_graph() local
1140 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain_graph()
1147 offset + extra_offset, in hist_browser__show_callchain_graph()
1158 const int new_level = level + (extra_offset ? 2 : 1); in hist_browser__show_callchain_graph()
/linux-6.1.9/fs/ext4/
Dinline.c1477 int dotdot_offset, dotdot_size, extra_offset, extra_size; in ext4_read_inline_dir() local
1517 extra_offset = dotdot_size - EXT4_INLINE_DOTDOT_SIZE; in ext4_read_inline_dir()
1518 extra_size = extra_offset + inline_size; in ext4_read_inline_dir()
1543 (dir_buf + i - extra_offset); in ext4_read_inline_dir()
1577 (dir_buf + ctx->pos - extra_offset); in ext4_read_inline_dir()