Home
last modified time | relevance | path

Searched defs:send_queue (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/
H A Dvirtio_net.c281 struct send_queue { struct
283 struct virtqueue *vq;
286 struct scatterlist sg[MAX_SKB_FRAGS + 2];
289 char name[16];
291 struct virtnet_sq_stats stats;
293 struct virtnet_interrupt_coalesce intr_coal;
295 struct napi_struct napi;
298 bool reset;
300 struct xsk_buff_pool *xsk_pool;
302 dma_addr_t xsk_hdr_dma_addr;
/linux/drivers/infiniband/core/
H A Dmad_priv.h189 struct ib_mad_queue send_queue; member
H A Dmad.c2273 struct ib_mad_queue *send_queue; in ib_mad_send_done() local
/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c303 struct list_head send_queue; /* temp queue to hold packets */ in htc_try_send() local
/linux/fs/dlm/
H A Dmidcomms.c164 struct list_head send_queue; member
/linux/drivers/net/hamradio/
H A Dyam.c125 struct sk_buff_head send_queue; /* Packets awaiting transmission */ member
/linux/net/rxrpc/
H A Dar-internal.h700 struct rxrpc_txqueue *send_queue; /* Queue that sendmsg is writing into */ member