1SPANS_BOUNDARY(9) Internal Functions SPANS_BOUNDARY(9)
23
4
NAME
6spans_boundary - Check a packet can be ISA DMA'd
7
SYNOPSIS
9int spans_boundary(struct sk_buff * skb);
10
ARGUMENTS
12skb
13The buffer to check
14
DESCRIPTION
16Returns true if the buffer cross a DMA boundary on a PC. The poor thing
17can only DMA within a 64K block not across the edges of it.
18
AUTHOR
20Alan Cox <alan@lxorguk.ukuu.org.uk>
21Author.
22
COPYRIGHT
24Kernel Hackers Manual 3.10 June 2019 SPANS_BOUNDARY(9)