Check a packet can be isa dmad
int spans_boundary(struct sk_buff * skb);
skb
The buffer to check
Returns true if the buffer cross a DMA boundary on a PC. The poor thing can only DMA within a 64K block not across the edges of it.
Alan Cox <[email protected]>
Author.