Home
last modified time | relevance | path

Searched defs:queue (Results 26 – 50 of 744) sorted by relevance

12345678910>>...30

/Linux-v5.15/drivers/visorbus/
Dvisorchannel.c169 #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-v5.15/drivers/net/wireless/ralink/rt2x00/
Drt2x00usb.c249 struct data_queue *queue; in rt2x00usb_work_txdone() local
424 void rt2x00usb_kick_queue(struct data_queue *queue) in rt2x00usb_kick_queue()
473 void rt2x00usb_flush_queue(struct data_queue *queue, bool drop) in rt2x00usb_flush_queue()
523 static void rt2x00usb_watchdog_tx_dma(struct data_queue *queue) in rt2x00usb_watchdog_tx_dma()
533 static int rt2x00usb_dma_timeout(struct data_queue *queue) in rt2x00usb_dma_timeout()
543 struct data_queue *queue; in rt2x00usb_watchdog() local
576 static void rt2x00usb_assign_endpoint(struct data_queue *queue, in rt2x00usb_assign_endpoint()
601 struct data_queue *queue = rt2x00dev->tx; in rt2x00usb_find_endpoints() local
646 static int rt2x00usb_alloc_entries(struct data_queue *queue) in rt2x00usb_alloc_entries()
679 static void rt2x00usb_free_entries(struct data_queue *queue) in rt2x00usb_free_entries()
[all …]
Drt2x00mac.c20 struct data_queue *queue, in rt2x00mac_tx_rts_cts()
96 struct data_queue *queue = NULL; in rt2x00mac_tx() local
208 struct data_queue *queue = rt2x00dev->bcn; in rt2x00mac_add_interface() local
672 struct data_queue *queue; in rt2x00mac_conf_tx() local
717 struct data_queue *queue; in rt2x00mac_flush() local
802 struct data_queue *queue; in rt2x00mac_get_ringparam() local
817 struct data_queue *queue; in rt2x00mac_tx_frames_pending() local
Drt2800mmio.c27 unsigned int rt2800mmio_get_dma_done(struct data_queue *queue) in rt2800mmio_get_dma_done()
424 void rt2800mmio_start_queue(struct data_queue *queue) in rt2800mmio_start_queue()
455 void rt2800mmio_kick_queue(struct data_queue *queue) in rt2800mmio_kick_queue()
483 void rt2800mmio_flush_queue(struct data_queue *queue, bool drop) in rt2800mmio_flush_queue()
527 void rt2800mmio_stop_queue(struct data_queue *queue) in rt2800mmio_stop_queue()
564 void rt2800mmio_queue_init(struct data_queue *queue) in rt2800mmio_queue_init()
/Linux-v5.15/net/sctp/
Dinqueue.c32 void sctp_inq_init(struct sctp_inq *queue) in sctp_inq_init()
42 void sctp_inq_free(struct sctp_inq *queue) in sctp_inq_free()
84 struct sctp_chunkhdr *sctp_inq_peek(struct sctp_inq *queue) in sctp_inq_peek()
107 struct sctp_chunk *sctp_inq_pop(struct sctp_inq *queue) in sctp_inq_pop()
/Linux-v5.15/net/core/
Dnet-sysfs.c732 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_show() local
744 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_store() local
758 static ssize_t show_rps_map(struct netdev_rx_queue *queue, char *buf) in show_rps_map()
780 static ssize_t store_rps_map(struct netdev_rx_queue *queue, in store_rps_map()
847 static ssize_t show_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in show_rps_dev_flow_table_cnt()
869 static ssize_t store_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in store_rps_dev_flow_table_cnt()
947 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_release() local
971 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_namespace() local
999 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_add_kobject() local
1032 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_change_owner() local
[all …]
/Linux-v5.15/drivers/crypto/cavium/zip/
Dzip_device.c57 static inline u32 zip_cmd_queue_consumed(struct zip_device *zip_dev, int queue) in zip_cmd_queue_consumed()
81 u32 queue = 0; in zip_load_instr() local
175 void zip_update_cmd_bufs(struct zip_device *zip_dev, u32 queue) in zip_update_cmd_bufs()
/Linux-v5.15/drivers/net/wireless/broadcom/b43legacy/
Dpio.h43 struct b43legacy_pioqueue *queue; member
84 u16 b43legacy_pio_read(struct b43legacy_pioqueue *queue, in b43legacy_pio_read()
91 void b43legacy_pio_write(struct b43legacy_pioqueue *queue, in b43legacy_pio_write()
137 void b43legacy_pio_rx(struct b43legacy_pioqueue *queue) in b43legacy_pio_rx()
141 void b43legacy_pio_tx_suspend(struct b43legacy_pioqueue *queue) in b43legacy_pio_tx_suspend()
145 void b43legacy_pio_tx_resume(struct b43legacy_pioqueue *queue) in b43legacy_pio_tx_resume()
/Linux-v5.15/drivers/staging/wfx/
Dqueue.c87 bool wfx_tx_queue_empty(struct wfx_vif *wvif, struct wfx_queue *queue) in wfx_tx_queue_empty()
106 void wfx_tx_queue_drop(struct wfx_vif *wvif, struct wfx_queue *queue, in wfx_tx_queue_drop()
116 struct wfx_queue *queue = &wvif->tx_queue[skb_get_queue_mapping(skb)]; in wfx_tx_queues_put() local
127 struct wfx_queue *queue; in wfx_pending_drop() local
149 struct wfx_queue *queue; in wfx_pending_get() local
227 static int wfx_tx_queue_get_weight(struct wfx_queue *queue) in wfx_tx_queue_get_weight()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gfx.c41 int pipe, int queue) in amdgpu_gfx_mec_queue_to_bit()
54 int *mec, int *pipe, int *queue) in amdgpu_queue_mask_bit_to_mec_queue()
65 int mec, int pipe, int queue) in amdgpu_gfx_is_mec_queue_enabled()
72 int me, int pipe, int queue) in amdgpu_gfx_me_queue_to_bit()
85 int *me, int *pipe, int *queue) in amdgpu_gfx_bit_to_me_queue()
95 int me, int pipe, int queue) in amdgpu_gfx_is_me_queue_enabled()
212 int i, queue, pipe; in amdgpu_gfx_compute_queue_acquire() local
239 int i, queue, me; in amdgpu_gfx_graphics_queue_acquire() local
263 int mec, pipe, queue; in amdgpu_gfx_kiq_acquire() local
491 int mec, pipe, queue; in amdgpu_queue_mask_bit_to_set_resource_bit() local
/Linux-v5.15/drivers/net/ethernet/cadence/
Dmacb_main.c185 static struct macb_dma_desc *macb_tx_desc(struct macb_queue *queue, in macb_tx_desc()
193 static struct macb_tx_skb *macb_tx_skb(struct macb_queue *queue, in macb_tx_skb()
199 static dma_addr_t macb_tx_dma(struct macb_queue *queue, unsigned int index) in macb_tx_dma()
214 static struct macb_dma_desc *macb_rx_desc(struct macb_queue *queue, unsigned int index) in macb_rx_desc()
221 static void *macb_rx_buffer(struct macb_queue *queue, unsigned int index) in macb_rx_buffer()
442 struct macb_queue *queue; in macb_init_buffers() local
721 struct macb_queue *queue; in macb_mac_link_down() local
745 struct macb_queue *queue; in macb_mac_link_up() local
1050 struct macb_queue *queue = container_of(work, struct macb_queue, in macb_tx_error_task() local
1158 static void macb_tx_interrupt(struct macb_queue *queue) in macb_tx_interrupt()
[all …]
/Linux-v5.15/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.h196 static inline void *hw_qeit_calc(struct hw_queue *queue, u64 q_offset) in hw_qeit_calc()
206 static inline void *hw_qeit_get(struct hw_queue *queue) in hw_qeit_get()
211 static inline void hw_qeit_inc(struct hw_queue *queue) in hw_qeit_inc()
221 static inline void *hw_qeit_get_inc(struct hw_queue *queue) in hw_qeit_get_inc()
228 static inline void *hw_qeit_get_inc_valid(struct hw_queue *queue) in hw_qeit_get_inc_valid()
245 static inline void *hw_qeit_get_valid(struct hw_queue *queue) in hw_qeit_get_valid()
261 static inline void *hw_qeit_reset(struct hw_queue *queue) in hw_qeit_reset()
267 static inline void *hw_qeit_eq_get_inc(struct hw_queue *queue) in hw_qeit_eq_get_inc()
281 static inline void *hw_eqit_eq_get_inc_valid(struct hw_queue *queue) in hw_eqit_eq_get_inc_valid()
295 struct hw_queue *queue; in ehea_get_next_rwqe() local
[all …]
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/abm/
Dctrl.c50 unsigned int queue, bool is_u64, u64 *res) in nfp_abm_ctrl_stat()
99 unsigned int queue, u32 val) in nfp_abm_ctrl_set_q_lvl()
132 unsigned int queue, enum nfp_abm_q_action act) in nfp_abm_ctrl_set_q_act()
141 u64 nfp_abm_ctrl_stat_non_sto(struct nfp_abm_link *alink, unsigned int queue) in nfp_abm_ctrl_stat_non_sto()
157 u64 nfp_abm_ctrl_stat_sto(struct nfp_abm_link *alink, unsigned int queue) in nfp_abm_ctrl_stat_sto()
175 unsigned int queue, unsigned int off, u64 *val) in nfp_abm_ctrl_stat_basic()
196 unsigned int queue, struct nfp_alink_stats *stats) in nfp_abm_ctrl_read_q_stats()
234 unsigned int band, unsigned int queue, in nfp_abm_ctrl_read_q_xstats()
/Linux-v5.15/drivers/iommu/
Dio-pgfault.c38 struct iopf_queue *queue; member
304 int iopf_queue_discard_partial(struct iopf_queue *queue) in iopf_queue_discard_partial()
332 int iopf_queue_add_device(struct iopf_queue *queue, struct device *dev) in iopf_queue_add_device()
375 int iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev) in iopf_queue_remove_device()
416 struct iopf_queue *queue; in iopf_queue_alloc() local
448 void iopf_queue_free(struct iopf_queue *queue) in iopf_queue_free()
/Linux-v5.15/drivers/net/fddi/skfp/
Dhwmtm.c350 struct s_smt_tx_queue *queue ; in init_txd_ring() local
387 struct s_smt_rx_queue *queue ; in init_rxd_ring() local
578 static u_long repair_txd_ring(struct s_smc *smc, struct s_smt_tx_queue *queue) in repair_txd_ring()
630 static u_long repair_rxd_ring(struct s_smc *smc, struct s_smt_rx_queue *queue) in repair_rxd_ring()
1039 struct s_smt_rx_queue *queue ; /* points to the queue ctl struct */ in process_receive() local
1459 struct s_smt_rx_queue *queue ; in mac_drv_clear_rx_queue() local
1624 struct s_smt_tx_queue *queue ; in hwm_tx_frag() local
1808 struct s_smt_tx_queue *queue ; in smt_send_mbuf() local
1935 struct s_smt_tx_queue *queue ; in mac_drv_clear_txd() local
2026 struct s_smt_tx_queue *queue ; in mac_drv_clear_tx_queue() local
/Linux-v5.15/drivers/net/wireless/ath/ath5k/
Ddma.c130 ath5k_hw_start_tx_dma(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_start_tx_dma()
188 ath5k_hw_stop_tx_dma(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_stop_tx_dma()
328 ath5k_hw_stop_beacon_queue(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_stop_beacon_queue()
353 ath5k_hw_get_txdp(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_get_txdp()
396 ath5k_hw_set_txdp(struct ath5k_hw *ah, unsigned int queue, u32 phys_addr) in ath5k_hw_set_txdp()
/Linux-v5.15/drivers/net/ethernet/microsoft/mana/
Dgdma_main.c152 struct gdma_queue *queue) in mana_gd_create_hw_eq()
186 static int mana_gd_disable_queue(struct gdma_queue *queue) in mana_gd_disable_queue()
268 void mana_gd_wq_ring_doorbell(struct gdma_context *gc, struct gdma_queue *queue) in mana_gd_wq_ring_doorbell()
382 static int mana_gd_register_irq(struct gdma_queue *queue, in mana_gd_register_irq()
428 static void mana_gd_deregiser_irq(struct gdma_queue *queue) in mana_gd_deregiser_irq()
505 struct gdma_queue *queue) in mana_gd_destroy_eq()
523 bool create_hwq, struct gdma_queue *queue) in mana_gd_create_eq()
569 struct gdma_queue *queue) in mana_gd_create_cq()
580 struct gdma_queue *queue) in mana_gd_destroy_cq()
599 struct gdma_queue *queue; in mana_gd_create_hwc_queue() local
[all …]
/Linux-v5.15/drivers/soc/ti/
Dknav_qmss_acc.c28 int range_base, queue; in __knav_acc_notify() local
87 int range_base, channel, queue = 0; in knav_acc_int_handler() local
196 int queue, bool enabled) in knav_range_setup_acc_irq()
303 int queue) in knav_acc_setup_cmd()
336 int queue) in knav_acc_stop()
354 int queue) in knav_acc_start()
377 int queue; in knav_acc_init_range() local
/Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_xdp.c10 struct xsk_buff_pool *pool, u16 queue) in stmmac_xdp_enable_pool()
58 static int stmmac_xdp_disable_pool(struct stmmac_priv *priv, u16 queue) in stmmac_xdp_disable_pool()
96 u16 queue) in stmmac_xdp_setup_pool()
/Linux-v5.15/drivers/nvme/target/
Dloop.c23 struct nvme_loop_queue *queue; member
69 static inline int nvme_loop_queue_idx(struct nvme_loop_queue *queue) in nvme_loop_queue_idx()
82 static struct blk_mq_tags *nvme_loop_tagset(struct nvme_loop_queue *queue) in nvme_loop_tagset()
93 struct nvme_loop_queue *queue = in nvme_loop_queue_response() local
135 struct nvme_loop_queue *queue = hctx->driver_data; in nvme_loop_queue_rq() local
176 struct nvme_loop_queue *queue = &ctrl->queues[0]; in nvme_loop_submit_async_event() local
222 struct nvme_loop_queue *queue = &ctrl->queues[hctx_idx + 1]; in nvme_loop_init_hctx() local
242 struct nvme_loop_queue *queue = &ctrl->queues[0]; in nvme_loop_init_admin_hctx() local
/Linux-v5.15/crypto/
Dcryptd.c37 struct crypto_queue queue; member
47 struct cryptd_queue *queue; member
52 struct cryptd_queue *queue; member
57 struct cryptd_queue *queue; member
62 struct cryptd_queue *queue; member
95 static int cryptd_init_queue(struct cryptd_queue *queue, in cryptd_init_queue()
113 static void cryptd_fini_queue(struct cryptd_queue *queue) in cryptd_fini_queue()
125 static int cryptd_enqueue_request(struct cryptd_queue *queue, in cryptd_enqueue_request()
316 struct cryptd_queue *queue; in cryptd_skcipher_enqueue() local
371 struct cryptd_queue *queue) in cryptd_create_skcipher()
[all …]
/Linux-v5.15/drivers/gpu/drm/msm/
Dmsm_submitqueue.c30 struct msm_gpu_submitqueue *queue = container_of(kref, in msm_submitqueue_destroy() local
120 struct msm_gpu_submitqueue *queue; in msm_submitqueue_create() local
194 static int msm_submitqueue_query_faults(struct msm_gpu_submitqueue *queue, in msm_submitqueue_query_faults()
217 struct msm_gpu_submitqueue *queue; in msm_submitqueue_query() local
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Drxmq.c40 int queue, struct ieee80211_sta *sta) in iwl_mvm_check_pn()
242 struct sk_buff *skb, int queue, in iwl_mvm_pass_packet_to_mac80211()
359 u32 pkt_flags, int queue, u8 *crypt_len) in iwl_mvm_rx_crypto()
488 static bool iwl_mvm_is_dup(struct ieee80211_sta *sta, int queue, in iwl_mvm_is_dup()
716 static void iwl_mvm_del_ba(struct iwl_mvm *mvm, int queue, in iwl_mvm_del_ba()
754 u8 baid, u16 nssn, int queue, in iwl_mvm_release_frames_from_notif()
790 struct napi_struct *napi, int queue, in iwl_mvm_nssn_sync()
799 struct iwl_rx_cmd_buffer *rxb, int queue) in iwl_mvm_rx_queue_notif()
856 u32 reorder, u32 gp2, int queue) in iwl_mvm_oldsn_workaround()
908 int queue, in iwl_mvm_reorder()
[all …]
/Linux-v5.15/drivers/net/
Deql.c223 static void eql_kill_one_slave(slave_queue_t *queue, slave_t *slave) in eql_kill_one_slave()
232 static void eql_kill_slave_queue(slave_queue_t *queue) in eql_kill_slave_queue()
302 static slave_t *__eql_schedule_slaves(slave_queue_t *queue) in __eql_schedule_slaves()
368 static slave_t *__eql_find_slave_dev(slave_queue_t *queue, struct net_device *dev) in __eql_find_slave_dev()
383 static inline int eql_is_full(slave_queue_t *queue) in eql_is_full()
393 static int __eql_insert_slave(slave_queue_t *queue, slave_t *slave) in __eql_insert_slave()
/Linux-v5.15/drivers/gpu/drm/msm/adreno/
Da6xx_hfi.c27 struct a6xx_hfi_queue *queue, u32 *data, u32 dwords) in a6xx_hfi_queue_read()
63 struct a6xx_hfi_queue *queue, u32 *data, u32 dwords) in a6xx_hfi_queue_write()
99 struct a6xx_hfi_queue *queue = &gmu->queues[HFI_RESPONSE_QUEUE]; in a6xx_hfi_wait_for_ack() local
168 struct a6xx_hfi_queue *queue = &gmu->queues[HFI_COMMAND_QUEUE]; in a6xx_hfi_send_msg() local
593 struct a6xx_hfi_queue *queue = &gmu->queues[i]; in a6xx_hfi_stop() local
606 static void a6xx_hfi_queue_init(struct a6xx_hfi_queue *queue, in a6xx_hfi_queue_init()

12345678910>>...30