Searched refs:leadin_ignore (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/ |
H A D | xpnet.c | 38 * byte of the skb (leadin_ignore) and the number of bytes from the 51 u8 leadin_ignore; /* #of bytes to ignore at the beginning */ member 167 msg->leadin_ignore, msg->tailout_ignore); in xpnet_receive() 189 msg->leadin_ignore)); in xpnet_receive() 195 skb_put(skb, (msg->size - msg->leadin_ignore - msg->tailout_ignore)); in xpnet_receive() 384 msg->leadin_ignore = (u64)skb->data - start_addr; in xpnet_send() 390 "msg->leadin_ignore=%u, msg->tailout_ignore=%u\n", in xpnet_send() 392 msg->leadin_ignore, msg->tailout_ignore); in xpnet_send()
|
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/ |
H A D | xpnet.c | 38 * byte of the skb (leadin_ignore) and the number of bytes from the 51 u8 leadin_ignore; /* #of bytes to ignore at the beginning */ member 167 msg->leadin_ignore, msg->tailout_ignore); in xpnet_receive() 189 msg->leadin_ignore)); in xpnet_receive() 195 skb_put(skb, (msg->size - msg->leadin_ignore - msg->tailout_ignore)); in xpnet_receive() 384 msg->leadin_ignore = (u64)skb->data - start_addr; in xpnet_send() 390 "msg->leadin_ignore=%u, msg->tailout_ignore=%u\n", in xpnet_send() 392 msg->leadin_ignore, msg->tailout_ignore); in xpnet_send()
|
Completed in 2 milliseconds