Home
last modified time | relevance | path

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

/drivers/scsi/
A Dstex.c228 __le32 extra_offset; /* NEW */ member
344 u32 extra_offset; member
1068 if (hba->extra_offset) { in stex_common_handshake()
1069 h->extra_offset = cpu_to_le32(hba->extra_offset); in stex_common_handshake()
1070 h->extra_size = cpu_to_le32(hba->dma_size - hba->extra_offset); in stex_common_handshake()
1072 h->extra_offset = h->extra_size = 0; in stex_common_handshake()
1159 h->extra_offset = h->extra_size = 0; in stex_ss_handshake()
1734 hba->extra_offset = hba->dma_size; in stex_probe()
1746 hba->dma_size = hba->extra_offset in stex_probe()
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A Ddma.c1031 uint extra_offset = 0; in dma_rxfill() local
1050 extra_offset = di->rxextrahdrroom; in dma_rxfill()
1057 p = brcmu_pkt_buf_get_skb(di->rxbufsize + extra_offset); in dma_rxfill()
1071 if (extra_offset) in dma_rxfill()
1072 skb_pull(p, extra_offset); in dma_rxfill()

Completed in 10 milliseconds