Home
last modified time | relevance | path

Searched refs:xpnet_pending_msg (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/misc/sgi-xp/
H A Dxpnet.c95 struct xpnet_pending_msg { struct
346 struct xpnet_pending_msg *queued_msg = (struct xpnet_pending_msg *)__qm; in xpnet_send_completed()
363 xpnet_send(struct sk_buff *skb, struct xpnet_pending_msg *queued_msg, in xpnet_send()
414 struct xpnet_pending_msg *queued_msg; in xpnet_dev_hard_start_xmit()
434 queued_msg = kmalloc(sizeof(struct xpnet_pending_msg), GFP_ATOMIC); in xpnet_dev_hard_start_xmit()
437 "packet\n", sizeof(struct xpnet_pending_msg)); in xpnet_dev_hard_start_xmit()