Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dstex.c210 __le32 extra_offset; /* NEW */ member
327 u32 extra_offset; member
1000 if (hba->extra_offset) { in stex_common_handshake()
1001 h->extra_offset = cpu_to_le32(hba->extra_offset); in stex_common_handshake()
1002 h->extra_size = cpu_to_le32(hba->dma_size - hba->extra_offset); in stex_common_handshake()
1004 h->extra_offset = h->extra_size = 0; in stex_common_handshake()
1074 h->extra_offset = h->extra_size = 0; in stex_ss_handshake()
1570 hba->extra_offset = hba->dma_size; in stex_probe()
1582 hba->dma_size = hba->extra_offset in stex_probe()
/linux-4.4.14/drivers/net/wireless/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-4.4.14/fs/ext4/
Dinline.c1439 int dotdot_offset, dotdot_size, extra_offset, extra_size; in ext4_read_inline_dir() local
1479 extra_offset = dotdot_size - EXT4_INLINE_DOTDOT_SIZE; in ext4_read_inline_dir()
1480 extra_size = extra_offset + inline_size; in ext4_read_inline_dir()
1505 (dir_buf + i - extra_offset); in ext4_read_inline_dir()
1539 (dir_buf + ctx->pos - extra_offset); in ext4_read_inline_dir()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c602 int extra_offset = 0; in hist_browser__show_callchain() local
612 extra_offset = LEVEL_OFFSET_STEP; in hist_browser__show_callchain()
633 print(browser, chain, str, offset + extra_offset, row, arg); in hist_browser__show_callchain()
645 const int new_level = level + (extra_offset ? 2 : 1); in hist_browser__show_callchain()