Searched defs:send_queue (Results 1 – 6 of 6) sorted by relevance
145 struct send_queue { struct147 struct virtqueue *vq;150 struct scatterlist sg[MAX_SKB_FRAGS + 2];153 char name[16];155 struct virtnet_sq_stats stats;157 struct virtnet_interrupt_coalesce intr_coal;159 struct napi_struct napi;162 bool reset;
189 struct ib_mad_queue send_queue; member
2273 struct ib_mad_queue *send_queue; in ib_mad_send_done() local
304 struct list_head send_queue; /* temp queue to hold packets */ in htc_try_send() local
164 struct list_head send_queue; member
125 struct sk_buff_head send_queue; /* Packets awaiting transmission */ member