Searched defs:send_queue (Results 1 – 11 of 11) sorted by relevance
123 struct send_queue { struct125 struct virtqueue *vq;128 struct scatterlist sg[MAX_SKB_FRAGS + 2];131 char name[40];133 struct virtnet_sq_stats stats;135 struct napi_struct napi;
144 struct send_queue { struct146 struct virtqueue *vq;149 struct scatterlist sg[MAX_SKB_FRAGS + 2];152 char name[16];154 struct virtnet_sq_stats stats;156 struct virtnet_interrupt_coalesce intr_coal;158 struct napi_struct napi;161 bool reset;
190 struct ib_mad_queue send_queue; member
2283 struct ib_mad_queue *send_queue; in ib_mad_send_done() local
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