Lines Matching +full:charge +full:- +full:ctrl +full:- +full:value
8 * Permission is hereby granted, free of charge, to any person obtaining a copy
60 * skb_shinfo(skb)->destructor_arg points to the first mapped slot's
82 /* Discriminate from any valid pending_idx value. */
94 #define NETBACK_INVALID_HANDLE -1
97 * the maximum slots a valid packet can use. Now this value is defined
103 /* Queue name is interface name with "-qNNN" appended */
106 /* IRQ name is queue name with "-tx" or "-rx" appended */
112 /* Stats fields to be updated per-queue.
138 struct xenvif_queue { /* Per-queue data for xenvif */
139 unsigned int id; /* Queue ID, 0-based */
140 char name[QUEUE_NAME_SIZE]; /* DEVNAME-qN */
145 * When feature-split-event-channels = 0, interrupt handler sets
159 /* When feature-split-event-channels = 0, tx_irq = rx_irq. */
161 /* Only used when feature-split-event-channels = 1 */
162 char tx_irq_name[IRQ_NAME_SIZE]; /* DEVNAME-qN-tx */
196 /* When feature-split-event-channels = 0, tx_irq = rx_irq. */
198 /* Only used when feature-split-event-channels = 1 */
199 char rx_irq_name[IRQ_NAME_SIZE]; /* DEVNAME-qN-rx */
298 /* headroom requested by xen-netfront */
327 struct xen_netif_ctrl_back_ring ctrl; member
339 #define XENVIF_RX_CB(skb) ((struct xenvif_rx_cb *)(skb)->cb)
343 return to_xenbus_device(vif->dev->dev.parent); in xenvif_to_xenbus_device()
409 return MAX_PENDING_REQS - in nr_pending_reqs()
410 queue->pending_prod + queue->pending_cons; in nr_pending_reqs()