Lines Matching defs:offset
166 * The original TOS driver for these cards reserves the area from offset
169 * The reserved area isn't touch by packet buffers. Furthermore, offset 0xfffe
686 unsigned offset;
692 offset = offsetof( struct lance_memory, packet_area );
694 /* If the packet buffer at offset 'o' would conflict with the reserved area
706 CHECK_OFFSET(offset);
707 MEM->tx_head[i].base = offset;
712 offset += PKT_BUF_SZ;
716 CHECK_OFFSET(offset);
717 MEM->rx_head[i].base = offset;
722 offset += PKT_BUF_SZ;