Searched defs:tailout_ignore (Results 1 - 1 of 1) sorted by relevance

/drivers/misc/sgi-xp/
H A Dxpnet.c39 * (tailout_ignore).
51 u8 tailout_ignore; /* #of bytes to ignore at the end */ member in struct:xpnet_message
164 msg->leadin_ignore, msg->tailout_ignore);
192 skb_put(skb, (msg->size - msg->leadin_ignore - msg->tailout_ignore));
398 msg->tailout_ignore = end_addr - (u64)skb_tail_pointer(skb);
403 "msg->leadin_ignore=%u, msg->tailout_ignore=%u\n",
405 msg->leadin_ignore, msg->tailout_ignore);

Completed in 28 milliseconds