Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/sgi-xp/
Dxpnet.c94 struct xpnet_pending_msg { struct
359 struct xpnet_pending_msg *queued_msg = (struct xpnet_pending_msg *)__qm; in xpnet_send_completed()
376 xpnet_send(struct sk_buff *skb, struct xpnet_pending_msg *queued_msg, in xpnet_send()
427 struct xpnet_pending_msg *queued_msg; in xpnet_dev_hard_start_xmit()
447 queued_msg = kmalloc(sizeof(struct xpnet_pending_msg), GFP_ATOMIC); in xpnet_dev_hard_start_xmit()
450 "packet\n", sizeof(struct xpnet_pending_msg)); in xpnet_dev_hard_start_xmit()