/Linux-v5.15/drivers/media/usb/uvc/ |
D | uvc_queue.c | 45 static void uvc_queue_return_buffers(struct uvc_video_queue *queue, in uvc_queue_return_buffers() 70 struct uvc_video_queue *queue = vb2_get_drv_priv(vq); in uvc_queue_setup() local 101 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_prepare() local 129 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_queue() local 151 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_finish() local 161 struct uvc_video_queue *queue = vb2_get_drv_priv(vq); in uvc_start_streaming() local 182 struct uvc_video_queue *queue = vb2_get_drv_priv(vq); in uvc_stop_streaming() local 214 int uvc_queue_init(struct uvc_video_queue *queue, enum v4l2_buf_type type, in uvc_queue_init() 250 void uvc_queue_release(struct uvc_video_queue *queue) in uvc_queue_release() 261 int uvc_request_buffers(struct uvc_video_queue *queue, in uvc_request_buffers() [all …]
|
/Linux-v5.15/drivers/usb/gadget/function/ |
D | uvc_queue.c | 45 struct uvc_video_queue *queue = vb2_get_drv_priv(vq); in uvc_queue_setup() local 66 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_prepare() local 97 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_queue() local 125 int uvcg_queue_init(struct uvc_video_queue *queue, struct device *dev, enum v4l2_buf_type type, in uvcg_queue_init() 163 void uvcg_free_buffers(struct uvc_video_queue *queue) in uvcg_free_buffers() 171 int uvcg_alloc_buffers(struct uvc_video_queue *queue, in uvcg_alloc_buffers() 181 int uvcg_query_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf) in uvcg_query_buffer() 186 int uvcg_queue_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf) in uvcg_queue_buffer() 206 int uvcg_dequeue_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf, in uvcg_dequeue_buffer() 218 __poll_t uvcg_queue_poll(struct uvc_video_queue *queue, struct file *file, in uvcg_queue_poll() [all …]
|
/Linux-v5.15/drivers/net/wireless/broadcom/b43legacy/ |
D | pio.c | 22 static void tx_start(struct b43legacy_pioqueue *queue) in tx_start() 28 static void tx_octet(struct b43legacy_pioqueue *queue, in tx_octet() 63 static void tx_data(struct b43legacy_pioqueue *queue, in tx_data() 89 static void tx_complete(struct b43legacy_pioqueue *queue, in tx_complete() 103 static u16 generate_cookie(struct b43legacy_pioqueue *queue, in generate_cookie() 141 struct b43legacy_pioqueue *queue = NULL; in parse_cookie() local 172 static int pio_tx_write_fragment(struct b43legacy_pioqueue *queue, in pio_tx_write_fragment() 205 struct b43legacy_pioqueue *queue = packet->queue; in free_txpacket() local 219 struct b43legacy_pioqueue *queue = packet->queue; in pio_tx_packet() local 269 struct b43legacy_pioqueue *queue = from_tasklet(queue, t, txtask); in tx_tasklet() local [all …]
|
/Linux-v5.15/drivers/net/xen-netback/ |
D | rx.c | 36 static bool xenvif_rx_ring_slots_available(struct xenvif_queue *queue) in xenvif_rx_ring_slots_available() 77 void xenvif_rx_queue_tail(struct xenvif_queue *queue, struct sk_buff *skb) in xenvif_rx_queue_tail() 95 static struct sk_buff *xenvif_rx_dequeue(struct xenvif_queue *queue) in xenvif_rx_dequeue() 117 static void xenvif_rx_queue_purge(struct xenvif_queue *queue) in xenvif_rx_queue_purge() 125 static void xenvif_rx_queue_drop_expired(struct xenvif_queue *queue) in xenvif_rx_queue_drop_expired() 140 static void xenvif_rx_copy_flush(struct xenvif_queue *queue) in xenvif_rx_copy_flush() 174 static void xenvif_rx_copy_add(struct xenvif_queue *queue, in xenvif_rx_copy_add() 233 static void xenvif_rx_next_skb(struct xenvif_queue *queue, in xenvif_rx_next_skb() 309 static void xenvif_rx_complete(struct xenvif_queue *queue, in xenvif_rx_complete() 336 static void xenvif_rx_next_chunk(struct xenvif_queue *queue, in xenvif_rx_next_chunk() [all …]
|
D | netback.c | 117 static inline unsigned long idx_to_pfn(struct xenvif_queue *queue, in idx_to_pfn() 123 static inline unsigned long idx_to_kaddr(struct xenvif_queue *queue, in idx_to_kaddr() 159 void xenvif_kick_thread(struct xenvif_queue *queue) in xenvif_kick_thread() 164 void xenvif_napi_schedule_or_enable_events(struct xenvif_queue *queue) in xenvif_napi_schedule_or_enable_events() 178 static void tx_add_credit(struct xenvif_queue *queue) in tx_add_credit() 199 struct xenvif_queue *queue = from_timer(queue, t, credit_timeout); in xenvif_tx_credit_callback() local 204 static void xenvif_tx_err(struct xenvif_queue *queue, in xenvif_tx_err() 233 static int xenvif_count_requests(struct xenvif_queue *queue, in xenvif_count_requests() 338 static inline void xenvif_tx_create_map_op(struct xenvif_queue *queue, in xenvif_tx_create_map_op() 371 static struct gnttab_map_grant_ref *xenvif_get_requests(struct xenvif_queue *queue, in xenvif_get_requests() [all …]
|
D | interface.c | 55 void xenvif_skb_zerocopy_prepare(struct xenvif_queue *queue, in xenvif_skb_zerocopy_prepare() 62 void xenvif_skb_zerocopy_complete(struct xenvif_queue *queue) in xenvif_skb_zerocopy_complete() 80 static bool xenvif_handle_tx_interrupt(struct xenvif_queue *queue) in xenvif_handle_tx_interrupt() 92 struct xenvif_queue *queue = dev_id; in xenvif_tx_interrupt() local 108 struct xenvif_queue *queue = in xenvif_poll() local 135 static bool xenvif_handle_rx_interrupt(struct xenvif_queue *queue) in xenvif_handle_rx_interrupt() 147 struct xenvif_queue *queue = dev_id; in xenvif_rx_interrupt() local 163 struct xenvif_queue *queue = dev_id; in xenvif_interrupt() local 181 int xenvif_queue_stopped(struct xenvif_queue *queue) in xenvif_queue_stopped() 188 void xenvif_wake_queue(struct xenvif_queue *queue) in xenvif_wake_queue() [all …]
|
/Linux-v5.15/drivers/iio/buffer/ |
D | industrialio-buffer-dma.c | 166 struct iio_dma_buffer_queue *queue, size_t size) in iio_dma_buffer_alloc_block() 194 struct iio_dma_buffer_queue *queue = block->queue; in _iio_dma_buffer_block_done() local 215 struct iio_dma_buffer_queue *queue = block->queue; in iio_dma_buffer_block_done() local 237 void iio_dma_buffer_block_list_abort(struct iio_dma_buffer_queue *queue, in iio_dma_buffer_block_list_abort() 282 struct iio_dma_buffer_queue *queue = iio_buffer_to_queue(buffer); in iio_dma_buffer_request_update() local 359 static void iio_dma_buffer_submit_block(struct iio_dma_buffer_queue *queue, in iio_dma_buffer_submit_block() 403 struct iio_dma_buffer_queue *queue = iio_buffer_to_queue(buffer); in iio_dma_buffer_enable() local 429 struct iio_dma_buffer_queue *queue = iio_buffer_to_queue(buffer); in iio_dma_buffer_disable() local 442 static void iio_dma_buffer_enqueue(struct iio_dma_buffer_queue *queue, in iio_dma_buffer_enqueue() 456 struct iio_dma_buffer_queue *queue) in iio_dma_buffer_dequeue() [all …]
|
/Linux-v5.15/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00queue.c | 25 struct data_queue *queue = entry->queue; in rt2x00queue_alloc_rxskb() local 532 struct data_queue *queue = entry->queue; in rt2x00queue_write_tx_descriptor() local 543 static void rt2x00queue_kick_tx_queue(struct data_queue *queue, in rt2x00queue_kick_tx_queue() 602 int rt2x00queue_write_tx_frame(struct data_queue *queue, struct sk_buff *skb, in rt2x00queue_write_tx_frame() 787 bool rt2x00queue_for_each_entry(struct data_queue *queue, in rt2x00queue_for_each_entry() 842 struct queue_entry *rt2x00queue_get_entry(struct data_queue *queue, in rt2x00queue_get_entry() 866 struct data_queue *queue = entry->queue; in rt2x00queue_index_inc() local 893 static void rt2x00queue_pause_queue_nocheck(struct data_queue *queue) in rt2x00queue_pause_queue_nocheck() 910 void rt2x00queue_pause_queue(struct data_queue *queue) in rt2x00queue_pause_queue() 921 void rt2x00queue_unpause_queue(struct data_queue *queue) in rt2x00queue_unpause_queue() [all …]
|
D | rt2x00mmio.c | 51 struct data_queue *queue = rt2x00dev->rx; in rt2x00mmio_rxdone() local 88 void rt2x00mmio_flush_queue(struct data_queue *queue, bool drop) in rt2x00mmio_flush_queue() 101 struct data_queue *queue) in rt2x00mmio_alloc_queue_dma() 130 struct data_queue *queue) in rt2x00mmio_free_queue_dma() 144 struct data_queue *queue; in rt2x00mmio_initialize() local 180 struct data_queue *queue; in rt2x00mmio_uninitialize() local
|
/Linux-v5.15/drivers/nvme/target/ |
D | tcp.c | 66 struct nvmet_tcp_queue *queue; member 170 static inline u16 nvmet_tcp_cmd_tag(struct nvmet_tcp_queue *queue, in nvmet_tcp_cmd_tag() 206 nvmet_tcp_get_cmd(struct nvmet_tcp_queue *queue) in nvmet_tcp_get_cmd() 232 static inline int queue_cpu(struct nvmet_tcp_queue *queue) in queue_cpu() 237 static inline u8 nvmet_tcp_hdgst_len(struct nvmet_tcp_queue *queue) in nvmet_tcp_hdgst_len() 242 static inline u8 nvmet_tcp_ddgst_len(struct nvmet_tcp_queue *queue) in nvmet_tcp_ddgst_len() 257 static int nvmet_tcp_verify_hdgst(struct nvmet_tcp_queue *queue, in nvmet_tcp_verify_hdgst() 283 static int nvmet_tcp_check_ddgst(struct nvmet_tcp_queue *queue, void *pdu) in nvmet_tcp_check_ddgst() 340 static void nvmet_tcp_fatal_error(struct nvmet_tcp_queue *queue) in nvmet_tcp_fatal_error() 349 static void nvmet_tcp_socket_error(struct nvmet_tcp_queue *queue, int status) in nvmet_tcp_socket_error() [all …]
|
D | rdma.c | 47 struct nvmet_rdma_queue *queue; member 62 struct nvmet_rdma_queue *queue; member 209 nvmet_rdma_get_rsp(struct nvmet_rdma_queue *queue) in nvmet_rdma_get_rsp() 451 nvmet_rdma_alloc_rsps(struct nvmet_rdma_queue *queue) in nvmet_rdma_alloc_rsps() 486 static void nvmet_rdma_free_rsps(struct nvmet_rdma_queue *queue) in nvmet_rdma_free_rsps() 520 static void nvmet_rdma_process_wr_wait_list(struct nvmet_rdma_queue *queue) in nvmet_rdma_process_wr_wait_list() 669 struct nvmet_rdma_queue *queue = rsp->queue; in nvmet_rdma_release_rsp() local 685 static void nvmet_rdma_error_comp(struct nvmet_rdma_queue *queue) in nvmet_rdma_error_comp() 703 struct nvmet_rdma_queue *queue = wc->qp->qp_context; in nvmet_rdma_send_done() local 756 struct nvmet_rdma_queue *queue = wc->qp->qp_context; in nvmet_rdma_read_data_done() local [all …]
|
/Linux-v5.15/net/sunrpc/ |
D | sched.c | 80 __rpc_disable_timer(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_disable_timer() 91 rpc_set_queue_timer(struct rpc_wait_queue *queue, unsigned long expires) in rpc_set_queue_timer() 106 __rpc_add_timer(struct rpc_wait_queue *queue, struct rpc_task *task, in __rpc_add_timer() 115 static void rpc_set_waitqueue_priority(struct rpc_wait_queue *queue, int priority) in rpc_set_waitqueue_priority() 123 static void rpc_reset_waitqueue_priority(struct rpc_wait_queue *queue) in rpc_reset_waitqueue_priority() 178 static void __rpc_add_wait_queue_priority(struct rpc_wait_queue *queue, in __rpc_add_wait_queue_priority() 195 static void __rpc_add_wait_queue(struct rpc_wait_queue *queue, in __rpc_add_wait_queue() 225 static void __rpc_remove_wait_queue(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_remove_wait_queue() 235 static void __rpc_init_priority_wait_queue(struct rpc_wait_queue *queue, const char *qname, unsigne… in __rpc_init_priority_wait_queue() 251 void rpc_init_priority_wait_queue(struct rpc_wait_queue *queue, const char *qname) in rpc_init_priority_wait_queue() [all …]
|
/Linux-v5.15/drivers/nvme/host/ |
D | tcp.c | 43 struct nvme_tcp_queue *queue; member 147 static inline int nvme_tcp_queue_id(struct nvme_tcp_queue *queue) in nvme_tcp_queue_id() 152 static inline struct blk_mq_tags *nvme_tcp_tagset(struct nvme_tcp_queue *queue) in nvme_tcp_tagset() 161 static inline u8 nvme_tcp_hdgst_len(struct nvme_tcp_queue *queue) in nvme_tcp_hdgst_len() 166 static inline u8 nvme_tcp_ddgst_len(struct nvme_tcp_queue *queue) in nvme_tcp_ddgst_len() 171 static inline size_t nvme_tcp_inline_data_size(struct nvme_tcp_queue *queue) in nvme_tcp_inline_data_size() 267 static inline void nvme_tcp_send_all(struct nvme_tcp_queue *queue) in nvme_tcp_send_all() 277 static inline bool nvme_tcp_queue_more(struct nvme_tcp_queue *queue) in nvme_tcp_queue_more() 286 struct nvme_tcp_queue *queue = req->queue; in nvme_tcp_queue_request() local 309 static void nvme_tcp_process_req_list(struct nvme_tcp_queue *queue) in nvme_tcp_process_req_list() [all …]
|
D | rdma.c | 73 struct nvme_rdma_queue *queue; member 159 static inline int nvme_rdma_queue_idx(struct nvme_rdma_queue *queue) in nvme_rdma_queue_idx() 164 static bool nvme_rdma_poll_queue(struct nvme_rdma_queue *queue) in nvme_rdma_poll_queue() 171 static inline size_t nvme_rdma_inline_data_size(struct nvme_rdma_queue *queue) in nvme_rdma_inline_data_size() 246 static int nvme_rdma_wait_for_cm(struct nvme_rdma_queue *queue) in nvme_rdma_wait_for_cm() 260 static int nvme_rdma_create_qp(struct nvme_rdma_queue *queue, const int factor) in nvme_rdma_create_qp() 303 struct nvme_rdma_queue *queue = &ctrl->queues[queue_idx]; in nvme_rdma_init_request() local 326 struct nvme_rdma_queue *queue = &ctrl->queues[hctx_idx + 1]; in nvme_rdma_init_hctx() local 338 struct nvme_rdma_queue *queue = &ctrl->queues[0]; in nvme_rdma_init_admin_hctx() local 416 static void nvme_rdma_free_cq(struct nvme_rdma_queue *queue) in nvme_rdma_free_cq() [all …]
|
/Linux-v5.15/drivers/net/wireguard/ |
D | queueing.c | 24 int wg_packet_queue_init(struct crypt_queue *queue, work_func_t function, in wg_packet_queue_init() 41 void wg_packet_queue_free(struct crypt_queue *queue) in wg_packet_queue_free() 49 #define STUB(queue) ((struct sk_buff *)&queue->empty) argument 51 void wg_prev_queue_init(struct prev_queue *queue) in wg_prev_queue_init() 64 static void __wg_prev_queue_enqueue(struct prev_queue *queue, struct sk_buff *skb) in __wg_prev_queue_enqueue() 70 bool wg_prev_queue_enqueue(struct prev_queue *queue, struct sk_buff *skb) in wg_prev_queue_enqueue() 78 struct sk_buff *wg_prev_queue_dequeue(struct prev_queue *queue) in wg_prev_queue_dequeue()
|
/Linux-v5.15/drivers/soc/ixp4xx/ |
D | ixp4xx-qmgr.c | 29 void qmgr_put_entry(unsigned int queue, u32 val) in qmgr_put_entry() 40 u32 qmgr_get_entry(unsigned int queue) in qmgr_get_entry() 53 static int __qmgr_get_stat1(unsigned int queue) in __qmgr_get_stat1() 59 static int __qmgr_get_stat2(unsigned int queue) in __qmgr_get_stat2() 72 int qmgr_stat_empty(unsigned int queue) in qmgr_stat_empty() 84 int qmgr_stat_below_low_watermark(unsigned int queue) in qmgr_stat_below_low_watermark() 98 int qmgr_stat_full(unsigned int queue) in qmgr_stat_full() 112 int qmgr_stat_overflow(unsigned int queue) in qmgr_stat_overflow() 117 void qmgr_set_irq(unsigned int queue, int src, in qmgr_set_irq() 205 void qmgr_enable_irq(unsigned int queue) in qmgr_enable_irq() [all …]
|
/Linux-v5.15/drivers/misc/genwqe/ |
D | card_ddcb.c | 82 static int queue_empty(struct ddcb_queue *queue) in queue_empty() 87 static int queue_enqueued_ddcbs(struct ddcb_queue *queue) in queue_enqueued_ddcbs() 95 static int queue_free_ddcbs(struct ddcb_queue *queue) in queue_free_ddcbs() 163 static void print_ddcb_info(struct genwqe_dev *cd, struct ddcb_queue *queue) in print_ddcb_info() 265 static int enqueue_ddcb(struct genwqe_dev *cd, struct ddcb_queue *queue, in enqueue_ddcb() 332 struct ddcb_queue *queue = req->queue; in copy_ddcb_results() local 366 struct ddcb_queue *queue) in genwqe_check_ddcb_queue() 481 struct ddcb_queue *queue; in __genwqe_wait_ddcb() local 506 struct ddcb_queue *queue = req->queue; in __genwqe_wait_ddcb() local 568 struct ddcb_queue *queue, in get_next_ddcb() [all …]
|
/Linux-v5.15/drivers/net/wireless/st/cw1200/ |
D | queue.c | 26 static inline void __cw1200_queue_lock(struct cw1200_queue *queue) in __cw1200_queue_lock() 36 static inline void __cw1200_queue_unlock(struct cw1200_queue *queue) in __cw1200_queue_unlock() 88 static void __cw1200_queue_gc(struct cw1200_queue *queue, in __cw1200_queue_gc() 132 struct cw1200_queue *queue = in cw1200_queue_gc() local 161 int cw1200_queue_init(struct cw1200_queue *queue, in cw1200_queue_init() 199 int cw1200_queue_clear(struct cw1200_queue *queue) in cw1200_queue_clear() 241 void cw1200_queue_deinit(struct cw1200_queue *queue) in cw1200_queue_deinit() 253 size_t cw1200_queue_get_num_queued(struct cw1200_queue *queue, in cw1200_queue_get_num_queued() 277 int cw1200_queue_put(struct cw1200_queue *queue, in cw1200_queue_put() 328 int cw1200_queue_get(struct cw1200_queue *queue, in cw1200_queue_get() [all …]
|
/Linux-v5.15/drivers/scsi/arm/ |
D | queue.c | 55 int queue_initialise (Queue_t *queue) in queue_initialise() 87 void queue_free (Queue_t *queue) in queue_free() 103 int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head) in __queue_add() 134 static struct scsi_cmnd *__queue_remove(Queue_t *queue, struct list_head *ent) in __queue_remove() 158 struct scsi_cmnd *queue_remove_exclude(Queue_t *queue, unsigned long *exclude) in queue_remove_exclude() 184 struct scsi_cmnd *queue_remove(Queue_t *queue) in queue_remove() 206 struct scsi_cmnd *queue_remove_tgtluntag(Queue_t *queue, int target, int lun, in queue_remove_tgtluntag() 234 void queue_remove_all_target(Queue_t *queue, int target) in queue_remove_all_target() 257 int queue_probetgtlun (Queue_t *queue, int target, int lun) in queue_probetgtlun() 283 int queue_remove_cmd(Queue_t *queue, struct scsi_cmnd *SCpnt) in queue_remove_cmd()
|
/Linux-v5.15/drivers/crypto/hisilicon/sec/ |
D | sec_drv.c | 227 static int sec_queue_map_io(struct sec_queue *queue) in sec_queue_map_io() 247 static void sec_queue_unmap_io(struct sec_queue *queue) in sec_queue_unmap_io() 252 static int sec_queue_ar_pkgattr(struct sec_queue *queue, u32 ar_pkg) in sec_queue_ar_pkgattr() 267 static int sec_queue_aw_pkgattr(struct sec_queue *queue, u32 aw_pkg) in sec_queue_aw_pkgattr() 519 static void sec_queue_ar_alloc(struct sec_queue *queue, u32 alloc) in sec_queue_ar_alloc() 536 static void sec_queue_aw_alloc(struct sec_queue *queue, u32 alloc) in sec_queue_aw_alloc() 553 static void sec_queue_reorder(struct sec_queue *queue, bool reorder) in sec_queue_reorder() 566 static void sec_queue_depth(struct sec_queue *queue, u32 depth) in sec_queue_depth() 578 static void sec_queue_cmdbase_addr(struct sec_queue *queue, u64 addr) in sec_queue_cmdbase_addr() 584 static void sec_queue_outorder_addr(struct sec_queue *queue, u64 addr) in sec_queue_outorder_addr() [all …]
|
/Linux-v5.15/include/drm/ |
D | spsc_queue.h | 48 static inline void spsc_queue_init(struct spsc_queue *queue) in spsc_queue_init() 55 static inline struct spsc_node *spsc_queue_peek(struct spsc_queue *queue) in spsc_queue_peek() 60 static inline int spsc_queue_count(struct spsc_queue *queue) in spsc_queue_count() 65 static inline bool spsc_queue_push(struct spsc_queue *queue, struct spsc_node *node) in spsc_queue_push() 89 static inline struct spsc_node *spsc_queue_pop(struct spsc_queue *queue) in spsc_queue_pop()
|
/Linux-v5.15/drivers/net/wireless/ath/ath5k/ |
D | qcu.c | 63 ath5k_hw_num_tx_pending(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_num_tx_pending() 94 ath5k_hw_release_tx_queue(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_release_tx_queue() 138 ath5k_hw_get_tx_queueprops(struct ath5k_hw *ah, int queue, in ath5k_hw_get_tx_queueprops() 154 ath5k_hw_set_tx_queueprops(struct ath5k_hw *ah, int queue, in ath5k_hw_set_tx_queueprops() 206 unsigned int queue; in ath5k_hw_setup_tx_queue() local 282 unsigned int queue) in ath5k_hw_set_tx_retry_limits() 324 ath5k_hw_reset_tx_queue(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_reset_tx_queue()
|
/Linux-v5.15/drivers/net/ |
D | xen-netfront.c | 210 static struct sk_buff *xennet_get_rx_skb(struct netfront_queue *queue, in xennet_get_rx_skb() 219 static grant_ref_t xennet_get_rx_ref(struct netfront_queue *queue, in xennet_get_rx_ref() 240 struct netfront_queue *queue = from_timer(queue, t, rx_refill_timer); in rx_refill_timeout() local 244 static int netfront_tx_slot_available(struct netfront_queue *queue) in netfront_tx_slot_available() 250 static void xennet_maybe_wake_tx(struct netfront_queue *queue) in xennet_maybe_wake_tx() 262 static struct sk_buff *xennet_alloc_one_rx_buffer(struct netfront_queue *queue) in xennet_alloc_one_rx_buffer() 288 static void xennet_alloc_rx_buffers(struct netfront_queue *queue) in xennet_alloc_rx_buffers() 355 struct netfront_queue *queue = NULL; in xennet_open() local 379 static void xennet_tx_buf_gc(struct netfront_queue *queue) in xennet_tx_buf_gc() 452 struct netfront_queue *queue; member [all …]
|
/Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 195 u32 queue; in __stmmac_disable_all_queues() local 221 u32 queue; in stmmac_disable_all_queues() local 244 u32 queue; in stmmac_enable_all_queues() local 349 static inline u32 stmmac_tx_avail(struct stmmac_priv *priv, u32 queue) in stmmac_tx_avail() 367 static inline u32 stmmac_rx_dirty(struct stmmac_priv *priv, u32 queue) in stmmac_rx_dirty() 399 u32 queue; in stmmac_enable_eee_mode() local 1262 u32 queue; in stmmac_display_rx_rings() local 1289 u32 queue; in stmmac_display_tx_rings() local 1347 static void stmmac_clear_rx_descriptors(struct stmmac_priv *priv, u32 queue) in stmmac_clear_rx_descriptors() 1373 static void stmmac_clear_tx_descriptors(struct stmmac_priv *priv, u32 queue) in stmmac_clear_tx_descriptors() [all …]
|
/Linux-v5.15/drivers/iommu/ |
D | iommu-sva-lib.h | 37 static inline int iopf_queue_add_device(struct iopf_queue *queue, in iopf_queue_add_device() 43 static inline int iopf_queue_remove_device(struct iopf_queue *queue, in iopf_queue_remove_device() 59 static inline void iopf_queue_free(struct iopf_queue *queue) in iopf_queue_free() 63 static inline int iopf_queue_discard_partial(struct iopf_queue *queue) in iopf_queue_discard_partial()
|