Searched defs:send_queue (Results 1 – 7 of 7) sorted by relevance
49 struct mlx5hws_send_engine *send_queue; member
223 struct mlx5hws_send_engine *send_queue; in hws_debug_dump_context_send_engine() local
302 struct send_queue { struct304 struct virtqueue *vq;307 struct scatterlist sg[MAX_SKB_FRAGS + 2];310 char name[16];312 struct virtnet_sq_stats stats;314 struct virtnet_interrupt_coalesce intr_coal;316 struct napi_struct napi;319 bool reset;321 struct xsk_buff_pool *xsk_pool;323 dma_addr_t xsk_hdr_dma_addr;
256 struct ib_mad_queue send_queue; member
2508 struct ib_mad_queue *send_queue; in ib_mad_send_done() local
303 struct list_head send_queue; /* temp queue to hold packets */ in htc_try_send() local
125 struct sk_buff_head send_queue; /* Packets awaiting transmission */ member
Completed in 32 milliseconds