/drivers/media/v4l2-core/ |
D | videobuf-core.c | 50 #define CALL(q, f, arg...) \ argument 52 #define CALLPTR(q, f, arg...) \ argument 55 struct videobuf_buffer *videobuf_alloc_vb(struct videobuf_queue *q) in videobuf_alloc_vb() 76 static int state_neither_active_nor_queued(struct videobuf_queue *q, in state_neither_active_nor_queued() 88 int videobuf_waiton(struct videobuf_queue *q, struct videobuf_buffer *vb, in videobuf_waiton() 121 int videobuf_iolock(struct videobuf_queue *q, struct videobuf_buffer *vb, in videobuf_iolock() 131 void *videobuf_queue_to_vaddr(struct videobuf_queue *q, in videobuf_queue_to_vaddr() 143 void videobuf_queue_core_init(struct videobuf_queue *q, in videobuf_queue_core_init() 185 int videobuf_queue_is_busy(struct videobuf_queue *q) in videobuf_queue_is_busy() 230 static int __videobuf_free(struct videobuf_queue *q) in __videobuf_free() [all …]
|
/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 37 #define dprintk(q, level, fmt, arg...) \ argument 93 #define log_qop(q, op) \ argument 97 #define call_qop(q, op, args...) \ argument 108 #define call_void_qop(q, op, args...) \ argument 157 #define call_qop(q, op, args...) \ argument 160 #define call_void_qop(q, op, args...) \ argument 177 #define call_bufop(q, op, args...) \ argument 185 #define call_void_bufop(q, op, args...) \ argument 216 struct vb2_queue *q = vb->vb2_queue; in __vb2_buf_mem_alloc() local 357 struct vb2_queue *q = vb->vb2_queue; in __setup_offsets() local [all …]
|
D | videobuf2-v4l2.c | 39 #define dprintk(q, level, fmt, arg...) \ argument 145 struct vb2_queue *q = vb->vb2_queue; in __copy_timestamp() local 178 struct vb2_queue *q = vb->vb2_queue; in vb2_fill_vb2_v4l2_buffer() local 344 static void set_buffer_cache_hints(struct vb2_queue *q, in set_buffer_cache_hints() 366 static int vb2_queue_or_prepare_buf(struct vb2_queue *q, struct media_device *mdev, in vb2_queue_or_prepare_buf() 496 struct vb2_queue *q = vb->vb2_queue; in __fill_v4l2_buffer() local 628 struct vb2_buffer *vb2_find_buffer(struct vb2_queue *q, u64 timestamp) in vb2_find_buffer() 653 int vb2_querybuf(struct vb2_queue *q, struct v4l2_buffer *b) in vb2_querybuf() 675 static void fill_buf_caps(struct vb2_queue *q, u32 *caps) in fill_buf_caps() 694 static void validate_memory_flags(struct vb2_queue *q, in validate_memory_flags() [all …]
|
/drivers/net/ethernet/fungible/funeth/ |
D | funeth_tx.c | 56 static void *txq_end(const struct funeth_txq *q) in txq_end() 64 static unsigned int txq_to_end(const struct funeth_txq *q, void *p) in txq_to_end() 78 static struct fun_dataop_gl *fun_write_gl(const struct funeth_txq *q, in fun_write_gl() 107 static struct sk_buff *fun_tls_tx(struct sk_buff *skb, struct funeth_txq *q, in fun_tls_tx() 149 static unsigned int write_pkt_desc(struct sk_buff *skb, struct funeth_txq *q, in write_pkt_desc() 311 static unsigned int fun_txq_avail(const struct funeth_txq *q) in fun_txq_avail() 317 static void fun_tx_check_stop(struct funeth_txq *q) in fun_tx_check_stop() 338 static bool fun_txq_may_restart(struct funeth_txq *q) in fun_txq_may_restart() 347 struct funeth_txq *q = fp->txqs[qid]; in fun_start_xmit() local 385 static u16 txq_hw_head(const struct funeth_txq *q) in txq_hw_head() [all …]
|
D | funeth_rx.c | 50 static void cache_offer(struct funeth_rxq *q, const struct funeth_rxbuf *buf) in cache_offer() 67 static bool cache_get(struct funeth_rxq *q, struct funeth_rxbuf *rb) in cache_get() 98 static int funeth_alloc_page(struct funeth_rxq *q, struct funeth_rxbuf *rb, in funeth_alloc_page() 127 static void funeth_free_page(struct funeth_rxq *q, struct funeth_rxbuf *rb) in funeth_free_page() 141 static void *fun_run_xdp(struct funeth_rxq *q, skb_frag_t *frags, void *buf_va, in fun_run_xdp() 256 get_buf(struct funeth_rxq *q, struct funeth_rxbuf *buf, unsigned int len) in get_buf() 296 static int fun_gather_pkt(struct funeth_rxq *q, unsigned int tot_len, in fun_gather_pkt() 348 static void advance_cq(struct funeth_rxq *q) in advance_cq() 365 static void fun_handle_cqe_pkt(struct funeth_rxq *q, struct funeth_txq *xdp_q) in fun_handle_cqe_pkt() 479 static int fun_process_cqes(struct funeth_rxq *q, int budget) in fun_process_cqes() [all …]
|
/drivers/net/ |
D | tap.c | 35 static inline bool tap_legacy_is_little_endian(struct tap_queue *q) in tap_legacy_is_little_endian() 41 static long tap_get_vnet_be(struct tap_queue *q, int __user *sp) in tap_get_vnet_be() 51 static long tap_set_vnet_be(struct tap_queue *q, int __user *sp) in tap_set_vnet_be() 66 static inline bool tap_legacy_is_little_endian(struct tap_queue *q) in tap_legacy_is_little_endian() 71 static long tap_get_vnet_be(struct tap_queue *q, int __user *argp) in tap_get_vnet_be() 76 static long tap_set_vnet_be(struct tap_queue *q, int __user *argp) in tap_set_vnet_be() 82 static inline bool tap_is_little_endian(struct tap_queue *q) in tap_is_little_endian() 88 static inline u16 tap16_to_cpu(struct tap_queue *q, __virtio16 val) in tap16_to_cpu() 93 static inline __virtio16 cpu_to_tap16(struct tap_queue *q, u16 val) in cpu_to_tap16() 147 struct tap_queue *q) in tap_enable_queue() [all …]
|
/drivers/net/wireless/broadcom/b43/ |
D | pio.c | 24 static u16 generate_cookie(struct b43_pio_txqueue *q, in generate_cookie() 49 struct b43_pio_txqueue *q = NULL; in parse_cookie() local 126 struct b43_pio_txqueue *q; in b43_setup_pioqueue_tx() local 162 struct b43_pio_rxqueue *q; in b43_setup_pioqueue_rx() local 178 static void b43_pio_cancel_tx_packets(struct b43_pio_txqueue *q) in b43_pio_cancel_tx_packets() 192 static void b43_destroy_pioqueue_tx(struct b43_pio_txqueue *q, in b43_destroy_pioqueue_tx() 201 static void b43_destroy_pioqueue_rx(struct b43_pio_rxqueue *q, in b43_destroy_pioqueue_rx() 290 struct b43_pio_txqueue *q; in select_queue_by_priority() local 317 static u16 tx_write_2byte_queue(struct b43_pio_txqueue *q, in tx_write_2byte_queue() 352 struct b43_pio_txqueue *q = pack->queue; in pio_tx_frame_2byte_queue() local [all …]
|
/drivers/spi/ |
D | spi-fsl-qspi.c | 277 static inline int needs_swap_endian(struct fsl_qspi *q) in needs_swap_endian() 282 static inline int needs_4x_clock(struct fsl_qspi *q) in needs_4x_clock() 287 static inline int needs_fill_txfifo(struct fsl_qspi *q) in needs_fill_txfifo() 292 static inline int needs_wakeup_wait_mode(struct fsl_qspi *q) in needs_wakeup_wait_mode() 297 static inline int needs_amba_base_offset(struct fsl_qspi *q) in needs_amba_base_offset() 302 static inline int needs_tdh_setting(struct fsl_qspi *q) in needs_tdh_setting() 311 static inline u32 fsl_qspi_endian_xchg(struct fsl_qspi *q, u32 a) in fsl_qspi_endian_xchg() 323 static void qspi_writel(struct fsl_qspi *q, u32 val, void __iomem *addr) in qspi_writel() 331 static u32 qspi_readl(struct fsl_qspi *q, void __iomem *addr) in qspi_readl() 341 struct fsl_qspi *q = dev_id; in fsl_qspi_irq_handler() local [all …]
|
/drivers/infiniband/sw/rxe/ |
D | rxe_queue.h | 95 static inline u32 queue_next_index(struct rxe_queue *q, int index) in queue_next_index() 100 static inline u32 queue_get_producer(const struct rxe_queue *q, in queue_get_producer() 127 static inline u32 queue_get_consumer(const struct rxe_queue *q, in queue_get_consumer() 154 static inline int queue_empty(struct rxe_queue *q, enum queue_type type) in queue_empty() 162 static inline int queue_full(struct rxe_queue *q, enum queue_type type) in queue_full() 170 static inline u32 queue_count(const struct rxe_queue *q, in queue_count() 179 static inline void queue_advance_producer(struct rxe_queue *q, in queue_advance_producer() 215 static inline void queue_advance_consumer(struct rxe_queue *q, in queue_advance_consumer() 250 static inline void *queue_producer_addr(struct rxe_queue *q, in queue_producer_addr() 258 static inline void *queue_consumer_addr(struct rxe_queue *q, in queue_consumer_addr() [all …]
|
/drivers/accel/habanalabs/common/ |
D | hw_queue.c | 31 static inline int queue_free_slots(struct hl_hw_queue *q, u32 queue_len) in queue_free_slots() 44 struct hl_hw_queue *q; in hl_hw_queue_update_ci() local 83 void hl_hw_queue_submit_bd(struct hl_device *hdev, struct hl_hw_queue *q, in hl_hw_queue_submit_bd() 117 struct hl_hw_queue *q, int num_of_entries, in ext_queue_sanity_checks() 166 struct hl_hw_queue *q, in int_queue_sanity_checks() 200 static int hw_queue_sanity_checks(struct hl_device *hdev, struct hl_hw_queue *q, in hw_queue_sanity_checks() 231 struct hl_hw_queue *q = &hdev->kernel_queues[hw_queue_id]; in hl_hw_queue_send_cb_no_cmpl() local 271 struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id]; in ext_queue_schedule_job() local 336 struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id]; in int_queue_schedule_job() local 372 struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id]; in hw_queue_schedule_job() local [all …]
|
/drivers/net/ethernet/pensando/ionic/ |
D | ionic_txrx.c | 13 static inline void ionic_txq_post(struct ionic_queue *q, bool ring_dbell, in ionic_txq_post() 19 static inline void ionic_rxq_post(struct ionic_queue *q, bool ring_dbell, in ionic_rxq_post() 25 bool ionic_txq_poke_doorbell(struct ionic_queue *q) in ionic_txq_poke_doorbell() 57 bool ionic_rxq_poke_doorbell(struct ionic_queue *q) in ionic_rxq_poke_doorbell() 86 static inline struct netdev_queue *q_to_ndq(struct ionic_queue *q) in q_to_ndq() 91 static int ionic_rx_page_alloc(struct ionic_queue *q, in ionic_rx_page_alloc() 132 static void ionic_rx_page_free(struct ionic_queue *q, in ionic_rx_page_free() 152 static bool ionic_rx_buf_recycle(struct ionic_queue *q, in ionic_rx_buf_recycle() 175 static struct sk_buff *ionic_rx_frags(struct ionic_queue *q, in ionic_rx_frags() 236 static struct sk_buff *ionic_rx_copybreak(struct ionic_queue *q, in ionic_rx_copybreak() [all …]
|
/drivers/s390/cio/ |
D | qdio_main.c | 116 static int qdio_do_eqbs(struct qdio_q *q, unsigned char *state, in qdio_do_eqbs() 166 static int qdio_do_sqbs(struct qdio_q *q, unsigned char state, int start, in qdio_do_sqbs() 205 static inline int get_buf_states(struct qdio_q *q, unsigned int bufnr, in get_buf_states() 235 static inline int get_buf_state(struct qdio_q *q, unsigned int bufnr, in get_buf_state() 242 static inline int set_buf_states(struct qdio_q *q, int bufnr, in set_buf_states() 264 static inline int set_buf_state(struct qdio_q *q, int bufnr, in set_buf_state() 273 struct qdio_q *q; in qdio_init_buf_states() local 284 static inline int qdio_siga_sync(struct qdio_q *q, unsigned int output, in qdio_siga_sync() 305 static inline int qdio_sync_input_queue(struct qdio_q *q) in qdio_sync_input_queue() 310 static inline int qdio_sync_output_queue(struct qdio_q *q) in qdio_sync_output_queue() [all …]
|
/drivers/scsi/arm/ |
D | queue.c | 43 #define SET_MAGIC(q,m) ((q)->magic = (m)) argument 44 #define BAD_MAGIC(q,m) ((q)->magic != (m)) argument 46 #define SET_MAGIC(q,m) do { } while (0) argument 47 #define BAD_MAGIC(q,m) (0) argument 62 QE_t *q; in queue_initialise() local 111 QE_t *q; in __queue_add() local 140 QE_t *q; in __queue_remove() local 170 QE_t *q = list_entry(l, QE_t, list); in queue_remove_exclude() local 219 QE_t *q = list_entry(l, QE_t, list); in queue_remove_tgtluntag() local 245 QE_t *q = list_entry(l, QE_t, list); in queue_remove_all_target() local [all …]
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 169 static inline struct sge_qset *rspq_to_qset(const struct sge_rspq *q) in rspq_to_qset() 174 static inline struct sge_qset *txq_to_qset(const struct sge_txq *q, int qidx) in txq_to_qset() 189 const struct sge_rspq *q, unsigned int credits) in refill_rspq() 233 static inline void unmap_skb(struct sk_buff *skb, struct sge_txq *q, in unmap_skb() 282 static void free_tx_desc(struct adapter *adapter, struct sge_txq *q, in free_tx_desc() 322 struct sge_txq *q, in reclaim_completed_tx() 342 static inline int should_restart_tx(const struct sge_txq *q) in should_restart_tx() 349 static void clear_rx_desc(struct pci_dev *pdev, const struct sge_fl *q, in clear_rx_desc() 376 static void free_rx_bufs(struct pci_dev *pdev, struct sge_fl *q) in free_rx_bufs() 438 static int alloc_pg_chunk(struct adapter *adapter, struct sge_fl *q, in alloc_pg_chunk() [all …]
|
/drivers/net/wireless/mediatek/mt76/ |
D | dma.c | 184 mt76_dma_sync_idx(struct mt76_dev *dev, struct mt76_queue *q) in mt76_dma_sync_idx() 193 mt76_dma_queue_reset(struct mt76_dev *dev, struct mt76_queue *q) in mt76_dma_queue_reset() 210 mt76_dma_add_rx_buf(struct mt76_dev *dev, struct mt76_queue *q, in mt76_dma_add_rx_buf() 255 mt76_dma_add_buf(struct mt76_dev *dev, struct mt76_queue *q, in mt76_dma_add_buf() 317 mt76_dma_tx_cleanup_idx(struct mt76_dev *dev, struct mt76_queue *q, int idx, in mt76_dma_tx_cleanup_idx() 338 mt76_dma_kick_queue(struct mt76_dev *dev, struct mt76_queue *q) in mt76_dma_kick_queue() 345 mt76_dma_tx_cleanup(struct mt76_dev *dev, struct mt76_queue *q, bool flush) in mt76_dma_tx_cleanup() 385 mt76_dma_get_buf(struct mt76_dev *dev, struct mt76_queue *q, int idx, in mt76_dma_get_buf() 439 mt76_dma_dequeue(struct mt76_dev *dev, struct mt76_queue *q, bool flush, in mt76_dma_dequeue() 460 mt76_dma_tx_queue_skb_raw(struct mt76_dev *dev, struct mt76_queue *q, in mt76_dma_tx_queue_skb_raw() [all …]
|
/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_device_queue_manager.c | 188 static int add_queue_mes(struct device_queue_manager *dqm, struct queue *q, in add_queue_mes() 256 static int remove_queue_mes(struct device_queue_manager *dqm, struct queue *q, in remove_queue_mes() 288 struct queue *q; in remove_all_queues_mes() local 312 struct queue *q) in increment_queue_count() 327 struct queue *q) in decrement_queue_count() 345 struct queue *q, in allocate_doorbell() 416 struct queue *q) in deallocate_doorbell() 445 struct queue *q) in allocate_vmid() 512 struct queue *q) in deallocate_vmid() 530 struct queue *q, in create_queue_nocpsch() [all …]
|
D | kfd_mqd_manager_vi.c | 73 static void set_priority(struct vi_mqd *m, struct queue_properties *q) in set_priority() 80 struct queue_properties *q) in allocate_mqd() 93 struct queue_properties *q) in init_mqd() 171 struct queue_properties *q, struct mqd_update_info *minfo, in __update_mqd() 248 struct queue_properties *q, in update_mqd() 255 struct queue_properties *q, in get_wave_state() 321 struct queue_properties *q) in init_mqd_hiq() 334 struct queue_properties *q, in update_mqd_hiq() 342 struct queue_properties *q) in init_mqd_sdma() 358 struct queue_properties *q, in update_mqd_sdma()
|
D | kfd_mqd_manager_cik.c | 70 static void set_priority(struct cik_mqd *m, struct queue_properties *q) in set_priority() 77 struct queue_properties *q) in allocate_mqd() 90 struct queue_properties *q) in init_mqd() 144 struct queue_properties *q) in init_mqd_sdma() 173 struct queue_properties *q, struct mqd_update_info *minfo, in __update_mqd() 217 struct queue_properties *q, in update_mqd() 224 struct queue_properties *q, in update_mqd_sdma() 330 struct queue_properties *q) in init_mqd_hiq() 336 struct queue_properties *q, in update_mqd_hiq()
|
/drivers/s390/crypto/ |
D | vfio_ap_ops.c | 189 static inline void get_update_locks_for_queue(struct vfio_ap_queue *q) in get_update_locks_for_queue() 210 struct vfio_ap_queue *q; in vfio_ap_mdev_get_queue() local 269 static void vfio_ap_free_aqic_resources(struct vfio_ap_queue *q) in vfio_ap_free_aqic_resources() 302 static struct ap_queue_status vfio_ap_irq_disable(struct vfio_ap_queue *q) in vfio_ap_irq_disable() 405 static struct ap_queue_status vfio_ap_irq_enable(struct vfio_ap_queue *q, in vfio_ap_irq_enable() 571 struct vfio_ap_queue *q; in handle_pqap() local 687 struct vfio_ap_queue *q; in vfio_ap_mdev_filter_matrix() local 779 struct vfio_ap_queue *q) in vfio_ap_mdev_link_queue() 789 struct vfio_ap_queue *q; in vfio_ap_mdev_link_apqn() local 795 static void vfio_ap_unlink_queue_fr_mdev(struct vfio_ap_queue *q) in vfio_ap_unlink_queue_fr_mdev() [all …]
|
/drivers/net/wireless/ath/ath9k/ |
D | mac.c | 46 u32 ath9k_hw_gettxbuf(struct ath_hw *ah, u32 q) in ath9k_hw_gettxbuf() 52 void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp) in ath9k_hw_puttxbuf() 58 void ath9k_hw_txstart(struct ath_hw *ah, u32 q) in ath9k_hw_txstart() 65 u32 ath9k_hw_numtxpending(struct ath_hw *ah, u32 q) in ath9k_hw_numtxpending() 137 int i, q; in ath9k_hw_abort_tx_dma() local 170 bool ath9k_hw_stop_dma_queue(struct ath_hw *ah, u32 q) in ath9k_hw_stop_dma_queue() 196 bool ath9k_hw_set_txq_props(struct ath_hw *ah, int q, in ath9k_hw_set_txq_props() 261 bool ath9k_hw_get_txq_props(struct ath_hw *ah, int q, in ath9k_hw_get_txq_props() 298 int q; in ath9k_hw_setuptxqueue() local 337 static void ath9k_hw_clear_queue_interrupts(struct ath_hw *ah, u32 q) in ath9k_hw_clear_queue_interrupts() [all …]
|
/drivers/firewire/ |
D | core-topology.c | 24 #define SELF_ID_PHY_ID(q) (((q) >> 24) & 0x3f) argument 25 #define SELF_ID_EXTENDED(q) (((q) >> 23) & 0x01) argument 26 #define SELF_ID_LINK_ON(q) (((q) >> 22) & 0x01) argument 27 #define SELF_ID_GAP_COUNT(q) (((q) >> 16) & 0x3f) argument 28 #define SELF_ID_PHY_SPEED(q) (((q) >> 14) & 0x03) argument 29 #define SELF_ID_CONTENDER(q) (((q) >> 11) & 0x01) argument 30 #define SELF_ID_PHY_INITIATOR(q) (((q) >> 1) & 0x01) argument 31 #define SELF_ID_MORE_PACKETS(q) (((q) >> 0) & 0x01) argument 33 #define SELF_ID_EXT_SEQUENCE(q) (((q) >> 20) & 0x07) argument 42 u32 q; in count_ports() local [all …]
|
/drivers/misc/uacce/ |
D | uacce.c | 18 static bool uacce_queue_is_valid(struct uacce_queue *q) in uacce_queue_is_valid() 23 static int uacce_start_queue(struct uacce_queue *q) in uacce_start_queue() 40 static int uacce_put_queue(struct uacce_queue *q) in uacce_put_queue() 59 struct uacce_queue *q = filep->private_data; in uacce_fops_unl_ioctl() local 103 static int uacce_bind_queue(struct uacce_device *uacce, struct uacce_queue *q) in uacce_bind_queue() 126 static void uacce_unbind_queue(struct uacce_queue *q) in uacce_unbind_queue() 137 struct uacce_queue *q; in uacce_fops_open() local 187 struct uacce_queue *q = filep->private_data; in uacce_fops_release() local 202 struct uacce_queue *q = vma->vm_private_data; in uacce_vma_close() local 220 struct uacce_queue *q = filep->private_data; in uacce_fops_mmap() local [all …]
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci.c | 98 struct mlxsw_pci_queue *q; member 133 static void mlxsw_pci_queue_tasklet_schedule(struct mlxsw_pci_queue *q) in mlxsw_pci_queue_tasklet_schedule() 138 static char *__mlxsw_pci_queue_elem_get(struct mlxsw_pci_queue *q, in __mlxsw_pci_queue_elem_get() 145 mlxsw_pci_queue_elem_info_get(struct mlxsw_pci_queue *q, int elem_index) in mlxsw_pci_queue_elem_info_get() 151 mlxsw_pci_queue_elem_info_producer_get(struct mlxsw_pci_queue *q) in mlxsw_pci_queue_elem_info_producer_get() 161 mlxsw_pci_queue_elem_info_consumer_get(struct mlxsw_pci_queue *q) in mlxsw_pci_queue_elem_info_consumer_get() 168 static char *mlxsw_pci_queue_elem_get(struct mlxsw_pci_queue *q, int elem_index) in mlxsw_pci_queue_elem_get() 173 static bool mlxsw_pci_elem_hw_owned(struct mlxsw_pci_queue *q, bool owner_bit) in mlxsw_pci_elem_hw_owned() 238 struct mlxsw_pci_queue *q, in __mlxsw_pci_queue_doorbell_set() 248 struct mlxsw_pci_queue *q, in __mlxsw_pci_queue_doorbell_arm_set() [all …]
|
/drivers/media/pci/intel/ipu3/ |
D | ipu3-cio2.c | 229 static int cio2_fbpt_init(struct cio2_device *cio2, struct cio2_queue *q) in cio2_fbpt_init() 241 static void cio2_fbpt_exit(struct cio2_queue *q, struct device *dev) in cio2_fbpt_exit() 306 static int cio2_csi2_calc_timing(struct cio2_device *cio2, struct cio2_queue *q, in cio2_csi2_calc_timing() 347 static int cio2_hw_init(struct cio2_device *cio2, struct cio2_queue *q) in cio2_hw_init() 509 static void cio2_hw_exit(struct cio2_device *cio2, struct cio2_queue *q) in cio2_hw_exit() 542 struct cio2_queue *q = cio2->cur_queue; in cio2_buffer_done() local 588 static void cio2_queue_event_sof(struct cio2_device *cio2, struct cio2_queue *q) in cio2_queue_event_sof() 781 static void cio2_vb2_return_all_buffers(struct cio2_queue *q, in cio2_vb2_return_all_buffers() 804 struct cio2_queue *q = vb2q_to_cio2_queue(vq); in cio2_vb2_queue_setup() local 892 struct cio2_queue *q = in cio2_vb2_buf_queue() local [all …]
|
/drivers/net/ethernet/mediatek/ |
D | mtk_wed_wo.c | 91 mtk_wed_wo_queue_kick(struct mtk_wed_wo *wo, struct mtk_wed_wo_queue *q, in mtk_wed_wo_queue_kick() 99 mtk_wed_wo_dequeue(struct mtk_wed_wo *wo, struct mtk_wed_wo_queue *q, u32 *len, in mtk_wed_wo_dequeue() 134 mtk_wed_wo_queue_refill(struct mtk_wed_wo *wo, struct mtk_wed_wo_queue *q, in mtk_wed_wo_queue_refill() 185 mtk_wed_wo_rx_run_queue(struct mtk_wed_wo *wo, struct mtk_wed_wo_queue *q) in mtk_wed_wo_rx_run_queue() 256 mtk_wed_wo_queue_alloc(struct mtk_wed_wo *wo, struct mtk_wed_wo_queue *q, in mtk_wed_wo_queue_alloc() 278 mtk_wed_wo_queue_free(struct mtk_wed_wo *wo, struct mtk_wed_wo_queue *q) in mtk_wed_wo_queue_free() 286 mtk_wed_wo_queue_tx_clean(struct mtk_wed_wo *wo, struct mtk_wed_wo_queue *q) in mtk_wed_wo_queue_tx_clean() 312 mtk_wed_wo_queue_rx_clean(struct mtk_wed_wo *wo, struct mtk_wed_wo_queue *q) in mtk_wed_wo_queue_rx_clean() 334 mtk_wed_wo_queue_reset(struct mtk_wed_wo *wo, struct mtk_wed_wo_queue *q) in mtk_wed_wo_queue_reset() 341 int mtk_wed_wo_queue_tx_skb(struct mtk_wed_wo *wo, struct mtk_wed_wo_queue *q, in mtk_wed_wo_queue_tx_skb()
|