/Linux-v4.19/drivers/media/usb/uvc/ |
D | uvc_queue.c | 41 uvc_queue_to_stream(struct uvc_video_queue *queue) in uvc_queue_to_stream() 56 static void uvc_queue_return_buffers(struct uvc_video_queue *queue, in uvc_queue_return_buffers() 81 struct uvc_video_queue *queue = vb2_get_drv_priv(vq); in uvc_queue_setup() local 112 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_prepare() local 139 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_queue() local 160 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_finish() local 170 struct uvc_video_queue *queue = vb2_get_drv_priv(vq); in uvc_start_streaming() local 190 struct uvc_video_queue *queue = vb2_get_drv_priv(vq); in uvc_stop_streaming() local 221 int uvc_queue_init(struct uvc_video_queue *queue, enum v4l2_buf_type type, in uvc_queue_init() 257 void uvc_queue_release(struct uvc_video_queue *queue) in uvc_queue_release() [all …]
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | uvc_queue.c | 44 struct uvc_video_queue *queue = vb2_get_drv_priv(vq); in uvc_queue_setup() local 59 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_prepare() local 85 struct uvc_video_queue *queue = vb2_get_drv_priv(vb->vb2_queue); in uvc_buffer_queue() local 113 int uvcg_queue_init(struct uvc_video_queue *queue, enum v4l2_buf_type type, in uvcg_queue_init() 141 void uvcg_free_buffers(struct uvc_video_queue *queue) in uvcg_free_buffers() 149 int uvcg_alloc_buffers(struct uvc_video_queue *queue, in uvcg_alloc_buffers() 159 int uvcg_query_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf) in uvcg_query_buffer() 164 int uvcg_queue_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf) in uvcg_queue_buffer() 184 int uvcg_dequeue_buffer(struct uvc_video_queue *queue, struct v4l2_buffer *buf, in uvcg_dequeue_buffer() 196 __poll_t uvcg_queue_poll(struct uvc_video_queue *queue, struct file *file, in uvcg_queue_poll() [all …]
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/ |
D | pio.c | 35 static void tx_start(struct b43legacy_pioqueue *queue) in tx_start() 41 static void tx_octet(struct b43legacy_pioqueue *queue, in tx_octet() 76 static void tx_data(struct b43legacy_pioqueue *queue, in tx_data() 102 static void tx_complete(struct b43legacy_pioqueue *queue, in tx_complete() 116 static u16 generate_cookie(struct b43legacy_pioqueue *queue, in generate_cookie() 154 struct b43legacy_pioqueue *queue = NULL; in parse_cookie() local 185 static int pio_tx_write_fragment(struct b43legacy_pioqueue *queue, in pio_tx_write_fragment() 218 struct b43legacy_pioqueue *queue = packet->queue; in free_txpacket() local 232 struct b43legacy_pioqueue *queue = packet->queue; in pio_tx_packet() local 282 struct b43legacy_pioqueue *queue = (struct b43legacy_pioqueue *)d; in tx_tasklet() local [all …]
|
/Linux-v4.19/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() 70 void xenvif_rx_queue_tail(struct xenvif_queue *queue, struct sk_buff *skb) in xenvif_rx_queue_tail() 88 static struct sk_buff *xenvif_rx_dequeue(struct xenvif_queue *queue) in xenvif_rx_dequeue() 110 static void xenvif_rx_queue_purge(struct xenvif_queue *queue) in xenvif_rx_queue_purge() 118 static void xenvif_rx_queue_drop_expired(struct xenvif_queue *queue) in xenvif_rx_queue_drop_expired() 133 static void xenvif_rx_copy_flush(struct xenvif_queue *queue) in xenvif_rx_copy_flush() 167 static void xenvif_rx_copy_add(struct xenvif_queue *queue, in xenvif_rx_copy_add() 226 static void xenvif_rx_next_skb(struct xenvif_queue *queue, in xenvif_rx_next_skb() 289 static void xenvif_rx_complete(struct xenvif_queue *queue, in xenvif_rx_complete() 316 static void xenvif_rx_next_chunk(struct xenvif_queue *queue, in xenvif_rx_next_chunk() [all …]
|
D | netback.c | 110 static inline unsigned long idx_to_pfn(struct xenvif_queue *queue, in idx_to_pfn() 116 static inline unsigned long idx_to_kaddr(struct xenvif_queue *queue, in idx_to_kaddr() 152 void xenvif_kick_thread(struct xenvif_queue *queue) in xenvif_kick_thread() 157 void xenvif_napi_schedule_or_enable_events(struct xenvif_queue *queue) in xenvif_napi_schedule_or_enable_events() 167 static void tx_add_credit(struct xenvif_queue *queue) in tx_add_credit() 188 struct xenvif_queue *queue = from_timer(queue, t, credit_timeout); in xenvif_tx_credit_callback() local 193 static void xenvif_tx_err(struct xenvif_queue *queue, in xenvif_tx_err() 222 static int xenvif_count_requests(struct xenvif_queue *queue, in xenvif_count_requests() 327 static inline void xenvif_tx_create_map_op(struct xenvif_queue *queue, in xenvif_tx_create_map_op() 360 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() 82 struct xenvif_queue *queue = dev_id; in xenvif_tx_interrupt() local 92 struct xenvif_queue *queue = in xenvif_poll() local 121 struct xenvif_queue *queue = dev_id; in xenvif_rx_interrupt() local 136 int xenvif_queue_stopped(struct xenvif_queue *queue) in xenvif_queue_stopped() 143 void xenvif_wake_queue(struct xenvif_queue *queue) in xenvif_wake_queue() 172 struct xenvif_queue *queue = NULL; in xenvif_start_xmit() local 233 struct xenvif_queue *queue = NULL; in xenvif_get_stats() local 265 struct xenvif_queue *queue = NULL; in xenvif_up() local [all …]
|
/Linux-v4.19/drivers/iio/buffer/ |
D | industrialio-buffer-dma.c | 168 struct iio_dma_buffer_queue *queue, size_t size) in iio_dma_buffer_alloc_block() 196 struct iio_dma_buffer_queue *queue = block->queue; in _iio_dma_buffer_block_done() local 217 struct iio_dma_buffer_queue *queue = block->queue; in iio_dma_buffer_block_done() local 239 void iio_dma_buffer_block_list_abort(struct iio_dma_buffer_queue *queue, in iio_dma_buffer_block_list_abort() 284 struct iio_dma_buffer_queue *queue = iio_buffer_to_queue(buffer); in iio_dma_buffer_request_update() local 361 static void iio_dma_buffer_submit_block(struct iio_dma_buffer_queue *queue, in iio_dma_buffer_submit_block() 405 struct iio_dma_buffer_queue *queue = iio_buffer_to_queue(buffer); in iio_dma_buffer_enable() local 431 struct iio_dma_buffer_queue *queue = iio_buffer_to_queue(buffer); in iio_dma_buffer_disable() local 444 static void iio_dma_buffer_enqueue(struct iio_dma_buffer_queue *queue, in iio_dma_buffer_enqueue() 458 struct iio_dma_buffer_queue *queue) in iio_dma_buffer_dequeue() [all …]
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/falcon/ |
D | msgqueue.c | 36 msg_queue_open(struct nvkm_msgqueue *priv, struct nvkm_msgqueue_queue *queue) in msg_queue_open() 48 msg_queue_close(struct nvkm_msgqueue *priv, struct nvkm_msgqueue_queue *queue, in msg_queue_close() 60 msg_queue_empty(struct nvkm_msgqueue *priv, struct nvkm_msgqueue_queue *queue) in msg_queue_empty() 72 msg_queue_pop(struct nvkm_msgqueue *priv, struct nvkm_msgqueue_queue *queue, in msg_queue_pop() 105 msg_queue_read(struct nvkm_msgqueue *priv, struct nvkm_msgqueue_queue *queue, in msg_queue_read() 155 cmd_queue_has_room(struct nvkm_msgqueue *priv, struct nvkm_msgqueue_queue *queue, in cmd_queue_has_room() 183 cmd_queue_push(struct nvkm_msgqueue *priv, struct nvkm_msgqueue_queue *queue, in cmd_queue_push() 196 cmd_queue_rewind(struct nvkm_msgqueue *priv, struct nvkm_msgqueue_queue *queue) in cmd_queue_rewind() 214 cmd_queue_open(struct nvkm_msgqueue *priv, struct nvkm_msgqueue_queue *queue, in cmd_queue_open() 238 cmd_queue_close(struct nvkm_msgqueue *priv, struct nvkm_msgqueue_queue *queue, in cmd_queue_close() [all …]
|
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_util.c | 42 int vchiu_queue_init(VCHIU_QUEUE_T *queue, int size) in vchiu_queue_init() 62 void vchiu_queue_delete(VCHIU_QUEUE_T *queue) in vchiu_queue_delete() 67 int vchiu_queue_is_empty(VCHIU_QUEUE_T *queue) in vchiu_queue_is_empty() 72 int vchiu_queue_is_full(VCHIU_QUEUE_T *queue) in vchiu_queue_is_full() 77 void vchiu_queue_push(VCHIU_QUEUE_T *queue, VCHIQ_HEADER_T *header) in vchiu_queue_push() 106 VCHIQ_HEADER_T *vchiu_queue_peek(VCHIU_QUEUE_T *queue) in vchiu_queue_peek() 124 VCHIQ_HEADER_T *vchiu_queue_pop(VCHIU_QUEUE_T *queue) in vchiu_queue_pop()
|
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00queue.c | 36 struct data_queue *queue = entry->queue; in rt2x00queue_alloc_rxskb() local 538 struct data_queue *queue = entry->queue; in rt2x00queue_write_tx_descriptor() local 549 static void rt2x00queue_kick_tx_queue(struct data_queue *queue, in rt2x00queue_kick_tx_queue() 608 int rt2x00queue_write_tx_frame(struct data_queue *queue, struct sk_buff *skb, in rt2x00queue_write_tx_frame() 793 bool rt2x00queue_for_each_entry(struct data_queue *queue, in rt2x00queue_for_each_entry() 848 struct queue_entry *rt2x00queue_get_entry(struct data_queue *queue, in rt2x00queue_get_entry() 872 struct data_queue *queue = entry->queue; in rt2x00queue_index_inc() local 899 static void rt2x00queue_pause_queue_nocheck(struct data_queue *queue) in rt2x00queue_pause_queue_nocheck() 916 void rt2x00queue_pause_queue(struct data_queue *queue) in rt2x00queue_pause_queue() 927 void rt2x00queue_unpause_queue(struct data_queue *queue) in rt2x00queue_unpause_queue() [all …]
|
D | rt2x00mmio.c | 62 struct data_queue *queue = rt2x00dev->rx; in rt2x00mmio_rxdone() local 99 void rt2x00mmio_flush_queue(struct data_queue *queue, bool drop) in rt2x00mmio_flush_queue() 112 struct data_queue *queue) in rt2x00mmio_alloc_queue_dma() 141 struct data_queue *queue) in rt2x00mmio_free_queue_dma() 155 struct data_queue *queue; in rt2x00mmio_initialize() local 191 struct data_queue *queue; in rt2x00mmio_uninitialize() local
|
/Linux-v4.19/net/sunrpc/ |
D | sched.c | 66 __rpc_disable_timer(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_disable_timer() 78 rpc_set_queue_timer(struct rpc_wait_queue *queue, unsigned long expires) in rpc_set_queue_timer() 88 __rpc_add_timer(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_add_timer() 102 static void rpc_rotate_queue_owner(struct rpc_wait_queue *queue) in rpc_rotate_queue_owner() 114 static void rpc_set_waitqueue_priority(struct rpc_wait_queue *queue, int priority) in rpc_set_waitqueue_priority() 123 static void rpc_set_waitqueue_owner(struct rpc_wait_queue *queue, pid_t pid) in rpc_set_waitqueue_owner() 129 static void rpc_reset_waitqueue_priority(struct rpc_wait_queue *queue) in rpc_reset_waitqueue_priority() 138 static void __rpc_add_wait_queue_priority(struct rpc_wait_queue *queue, in __rpc_add_wait_queue_priority() 168 static void __rpc_add_wait_queue(struct rpc_wait_queue *queue, in __rpc_add_wait_queue() 210 static void __rpc_remove_wait_queue(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_remove_wait_queue() [all …]
|
/Linux-v4.19/arch/arm/mach-ixp4xx/include/mach/ |
D | qmgr.h | 78 #define qmgr_request_queue(queue, len, nearly_empty_watermark, \ argument 87 static inline void qmgr_put_entry(unsigned int queue, u32 val) in qmgr_put_entry() 99 static inline u32 qmgr_get_entry(unsigned int queue) in qmgr_get_entry() 113 static inline int __qmgr_get_stat1(unsigned int queue) in __qmgr_get_stat1() 120 static inline int __qmgr_get_stat2(unsigned int queue) in __qmgr_get_stat2() 134 static inline int qmgr_stat_empty(unsigned int queue) in qmgr_stat_empty() 146 static inline int qmgr_stat_below_low_watermark(unsigned int queue) in qmgr_stat_below_low_watermark() 161 static inline int qmgr_stat_above_high_watermark(unsigned int queue) in qmgr_stat_above_high_watermark() 173 static inline int qmgr_stat_full(unsigned int queue) in qmgr_stat_full() 188 static inline int qmgr_stat_underflow(unsigned int queue) in qmgr_stat_underflow() [all …]
|
/Linux-v4.19/drivers/misc/genwqe/ |
D | card_ddcb.c | 91 static int queue_empty(struct ddcb_queue *queue) in queue_empty() 96 static int queue_enqueued_ddcbs(struct ddcb_queue *queue) in queue_enqueued_ddcbs() 104 static int queue_free_ddcbs(struct ddcb_queue *queue) in queue_free_ddcbs() 172 static void print_ddcb_info(struct genwqe_dev *cd, struct ddcb_queue *queue) in print_ddcb_info() 274 static int enqueue_ddcb(struct genwqe_dev *cd, struct ddcb_queue *queue, in enqueue_ddcb() 339 struct ddcb_queue *queue = req->queue; in copy_ddcb_results() local 372 struct ddcb_queue *queue) in genwqe_check_ddcb_queue() 487 struct ddcb_queue *queue; in __genwqe_wait_ddcb() local 512 struct ddcb_queue *queue = req->queue; in __genwqe_wait_ddcb() local 572 struct ddcb_queue *queue, in get_next_ddcb() [all …]
|
/Linux-v4.19/drivers/net/wireless/st/cw1200/ |
D | queue.c | 29 static inline void __cw1200_queue_lock(struct cw1200_queue *queue) in __cw1200_queue_lock() 39 static inline void __cw1200_queue_unlock(struct cw1200_queue *queue) in __cw1200_queue_unlock() 92 static void __cw1200_queue_gc(struct cw1200_queue *queue, in __cw1200_queue_gc() 136 struct cw1200_queue *queue = in cw1200_queue_gc() local 165 int cw1200_queue_init(struct cw1200_queue *queue, in cw1200_queue_init() 203 int cw1200_queue_clear(struct cw1200_queue *queue) in cw1200_queue_clear() 245 void cw1200_queue_deinit(struct cw1200_queue *queue) in cw1200_queue_deinit() 257 size_t cw1200_queue_get_num_queued(struct cw1200_queue *queue, in cw1200_queue_get_num_queued() 281 int cw1200_queue_put(struct cw1200_queue *queue, in cw1200_queue_put() 333 int cw1200_queue_get(struct cw1200_queue *queue, in cw1200_queue_get() [all …]
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_marker.c | 37 void vmw_marker_queue_init(struct vmw_marker_queue *queue) in vmw_marker_queue_init() 45 void vmw_marker_queue_takedown(struct vmw_marker_queue *queue) in vmw_marker_queue_takedown() 56 int vmw_marker_push(struct vmw_marker_queue *queue, in vmw_marker_push() 73 int vmw_marker_pull(struct vmw_marker_queue *queue, in vmw_marker_pull() 107 static u64 vmw_fifo_lag(struct vmw_marker_queue *queue) in vmw_fifo_lag() 120 static bool vmw_lag_lt(struct vmw_marker_queue *queue, in vmw_lag_lt() 129 struct vmw_marker_queue *queue, uint32_t us) in vmw_wait_lag()
|
/Linux-v4.19/drivers/scsi/arm/ |
D | queue.c | 58 int queue_initialise (Queue_t *queue) in queue_initialise() 90 void queue_free (Queue_t *queue) in queue_free() 106 int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head) in __queue_add() 137 static struct scsi_cmnd *__queue_remove(Queue_t *queue, struct list_head *ent) in __queue_remove() 161 struct scsi_cmnd *queue_remove_exclude(Queue_t *queue, unsigned long *exclude) in queue_remove_exclude() 187 struct scsi_cmnd *queue_remove(Queue_t *queue) in queue_remove() 209 struct scsi_cmnd *queue_remove_tgtluntag(Queue_t *queue, int target, int lun, in queue_remove_tgtluntag() 237 void queue_remove_all_target(Queue_t *queue, int target) in queue_remove_all_target() 260 int queue_probetgtlun (Queue_t *queue, int target, int lun) in queue_probetgtlun() 286 int queue_remove_cmd(Queue_t *queue, struct scsi_cmnd *SCpnt) in queue_remove_cmd()
|
/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/drivers/nvme/target/ |
D | rdma.c | 48 struct nvmet_rdma_queue *queue; member 62 struct nvmet_rdma_queue *queue; member 172 nvmet_rdma_get_rsp(struct nvmet_rdma_queue *queue) in nvmet_rdma_get_rsp() 400 nvmet_rdma_alloc_rsps(struct nvmet_rdma_queue *queue) in nvmet_rdma_alloc_rsps() 435 static void nvmet_rdma_free_rsps(struct nvmet_rdma_queue *queue) in nvmet_rdma_free_rsps() 469 static void nvmet_rdma_process_wr_wait_list(struct nvmet_rdma_queue *queue) in nvmet_rdma_process_wr_wait_list() 495 struct nvmet_rdma_queue *queue = rsp->queue; in nvmet_rdma_release_rsp() local 514 static void nvmet_rdma_error_comp(struct nvmet_rdma_queue *queue) in nvmet_rdma_error_comp() 579 struct nvmet_rdma_queue *queue = cq->cq_context; in nvmet_rdma_read_data_done() local 714 struct nvmet_rdma_queue *queue = rsp->queue; in nvmet_rdma_execute_command() local [all …]
|
/Linux-v4.19/drivers/net/ |
D | xen-netfront.c | 205 static struct sk_buff *xennet_get_rx_skb(struct netfront_queue *queue, in xennet_get_rx_skb() 214 static grant_ref_t xennet_get_rx_ref(struct netfront_queue *queue, in xennet_get_rx_ref() 235 struct netfront_queue *queue = from_timer(queue, t, rx_refill_timer); in rx_refill_timeout() local 239 static int netfront_tx_slot_available(struct netfront_queue *queue) in netfront_tx_slot_available() 245 static void xennet_maybe_wake_tx(struct netfront_queue *queue) in xennet_maybe_wake_tx() 257 static struct sk_buff *xennet_alloc_one_rx_buffer(struct netfront_queue *queue) in xennet_alloc_one_rx_buffer() 283 static void xennet_alloc_rx_buffers(struct netfront_queue *queue) in xennet_alloc_rx_buffers() 352 struct netfront_queue *queue = NULL; in xennet_open() local 376 static void xennet_tx_buf_gc(struct netfront_queue *queue) in xennet_tx_buf_gc() 423 struct netfront_queue *queue; member [all …]
|
/Linux-v4.19/drivers/nvme/host/ |
D | rdma.c | 72 struct nvme_rdma_queue *queue; member 160 static inline int nvme_rdma_queue_idx(struct nvme_rdma_queue *queue) in nvme_rdma_queue_idx() 165 static inline size_t nvme_rdma_inline_data_size(struct nvme_rdma_queue *queue) in nvme_rdma_inline_data_size() 234 static int nvme_rdma_wait_for_cm(struct nvme_rdma_queue *queue) in nvme_rdma_wait_for_cm() 241 static int nvme_rdma_create_qp(struct nvme_rdma_queue *queue, const int factor) in nvme_rdma_create_qp() 272 struct nvme_rdma_queue *queue = &ctrl->queues[queue_idx]; in nvme_rdma_exit_request() local 286 struct nvme_rdma_queue *queue = &ctrl->queues[queue_idx]; in nvme_rdma_init_request() local 306 struct nvme_rdma_queue *queue = &ctrl->queues[hctx_idx + 1]; in nvme_rdma_init_hctx() local 318 struct nvme_rdma_queue *queue = &ctrl->queues[0]; in nvme_rdma_init_admin_hctx() local 396 static void nvme_rdma_destroy_queue_ib(struct nvme_rdma_queue *queue) in nvme_rdma_destroy_queue_ib() [all …]
|
/Linux-v4.19/drivers/visorbus/ |
D | visorchannel.c | 169 #define SIG_WRITE_FIELD(channel, queue, sig_hdr, FIELD) \ argument 176 static int sig_read_header(struct visorchannel *channel, u32 queue, in sig_read_header() 188 static int sig_read_data(struct visorchannel *channel, u32 queue, in sig_read_data() 199 static int sig_write_data(struct visorchannel *channel, u32 queue, in sig_write_data() 210 static int signalremove_inner(struct visorchannel *channel, u32 queue, in signalremove_inner() 250 int visorchannel_signalremove(struct visorchannel *channel, u32 queue, in visorchannel_signalremove() 268 static bool queue_empty(struct visorchannel *channel, u32 queue) in queue_empty() 286 bool visorchannel_signalempty(struct visorchannel *channel, u32 queue) in visorchannel_signalempty() 300 static int signalinsert_inner(struct visorchannel *channel, u32 queue, in signalinsert_inner() 418 int visorchannel_signalinsert(struct visorchannel *channel, u32 queue, in visorchannel_signalinsert()
|
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_main.c | 153 u32 queue; in stmmac_disable_all_queues() local 171 u32 queue; in stmmac_enable_all_queues() local 187 u32 queue; in stmmac_stop_all_queues() local 200 u32 queue; in stmmac_start_all_queues() local 293 static inline u32 stmmac_tx_avail(struct stmmac_priv *priv, u32 queue) in stmmac_tx_avail() 311 static inline u32 stmmac_rx_dirty(struct stmmac_priv *priv, u32 queue) in stmmac_rx_dirty() 348 u32 queue; in stmmac_enable_eee_mode() local 1033 u32 queue; in stmmac_display_rx_rings() local 1055 u32 queue; in stmmac_display_tx_rings() local 1104 static void stmmac_clear_rx_descriptors(struct stmmac_priv *priv, u32 queue) in stmmac_clear_rx_descriptors() [all …]
|