| /Linux-v5.10/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00usb.c | 249 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 …]
|
| D | rt2x00mac.c | 20 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 673 struct data_queue *queue; in rt2x00mac_conf_tx() local 718 struct data_queue *queue; in rt2x00mac_flush() local 803 struct data_queue *queue; in rt2x00mac_get_ringparam() local 818 struct data_queue *queue; in rt2x00mac_tx_frames_pending() local
|
| D | rt2800mmio.c | 27 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.10/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_gfx.c | 39 int pipe, int queue) in amdgpu_gfx_mec_queue_to_bit() 52 int *mec, int *pipe, int *queue) in amdgpu_queue_mask_bit_to_mec_queue() 63 int mec, int pipe, int queue) in amdgpu_gfx_is_mec_queue_enabled() 70 int me, int pipe, int queue) in amdgpu_gfx_me_queue_to_bit() 83 int *me, int *pipe, int *queue) in amdgpu_gfx_bit_to_me_queue() 93 int me, int pipe, int queue) in amdgpu_gfx_is_me_queue_enabled() 196 int queue) in amdgpu_gfx_is_high_priority_compute_queue() 205 int i, queue, pipe; in amdgpu_gfx_compute_queue_acquire() local 232 int i, queue, me; in amdgpu_gfx_graphics_queue_acquire() local 256 int mec, pipe, queue; in amdgpu_gfx_kiq_acquire() local [all …]
|
| /Linux-v5.10/drivers/crypto/cavium/zip/ |
| D | zip_device.c | 57 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.10/net/core/ |
| D | net-sysfs.c | 692 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_show() local 704 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_store() local 718 static ssize_t show_rps_map(struct netdev_rx_queue *queue, char *buf) in show_rps_map() 740 static ssize_t store_rps_map(struct netdev_rx_queue *queue, in store_rps_map() 807 static ssize_t show_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in show_rps_dev_flow_table_cnt() 829 static ssize_t store_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in store_rps_dev_flow_table_cnt() 907 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_release() local 931 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_namespace() local 959 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_add_kobject() local 992 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_change_owner() local [all …]
|
| /Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac_main.c | 146 u32 queue; in stmmac_disable_all_queues() local 167 u32 queue; in stmmac_enable_all_queues() local 266 static inline u32 stmmac_tx_avail(struct stmmac_priv *priv, u32 queue) in stmmac_tx_avail() 284 static inline u32 stmmac_rx_dirty(struct stmmac_priv *priv, u32 queue) in stmmac_rx_dirty() 306 u32 queue; in stmmac_enable_eee_mode() local 1113 u32 queue; in stmmac_display_rx_rings() local 1135 u32 queue; in stmmac_display_tx_rings() local 1188 static void stmmac_clear_rx_descriptors(struct stmmac_priv *priv, u32 queue) in stmmac_clear_rx_descriptors() 1214 static void stmmac_clear_tx_descriptors(struct stmmac_priv *priv, u32 queue) in stmmac_clear_tx_descriptors() 1245 u32 queue; in stmmac_clear_descriptors() local [all …]
|
| /Linux-v5.10/drivers/staging/wfx/ |
| D | queue.c | 87 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.10/drivers/net/wireless/broadcom/b43legacy/ |
| D | pio.h | 43 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.10/drivers/gpu/drm/msm/ |
| D | msm_submitqueue.c | 12 struct msm_gpu_submitqueue *queue = container_of(kref, in msm_submitqueue_destroy() local 64 struct msm_gpu_submitqueue *queue; in msm_submitqueue_create() local 123 static int msm_submitqueue_query_faults(struct msm_gpu_submitqueue *queue, in msm_submitqueue_query_faults() 146 struct msm_gpu_submitqueue *queue; in msm_submitqueue_query() local
|
| /Linux-v5.10/drivers/net/ethernet/netronome/nfp/abm/ |
| D | ctrl.c | 50 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.10/drivers/net/ethernet/ibm/ehea/ |
| D | ehea_qmr.h | 196 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.10/drivers/net/ethernet/cadence/ |
| D | macb_main.c | 182 static struct macb_dma_desc *macb_tx_desc(struct macb_queue *queue, in macb_tx_desc() 190 static struct macb_tx_skb *macb_tx_skb(struct macb_queue *queue, in macb_tx_skb() 196 static dma_addr_t macb_tx_dma(struct macb_queue *queue, unsigned int index) in macb_tx_dma() 211 static struct macb_dma_desc *macb_rx_desc(struct macb_queue *queue, unsigned int index) in macb_rx_desc() 218 static void *macb_rx_buffer(struct macb_queue *queue, unsigned int index) in macb_rx_buffer() 439 struct macb_queue *queue; in macb_init_buffers() local 599 struct macb_queue *queue; in macb_mac_link_down() local 623 struct macb_queue *queue; in macb_mac_link_up() local 892 struct macb_queue *queue = container_of(work, struct macb_queue, in macb_tx_error_task() local 1000 static void macb_tx_interrupt(struct macb_queue *queue) in macb_tx_interrupt() [all …]
|
| /Linux-v5.10/drivers/net/wireless/ath/ath5k/ |
| D | dma.c | 130 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.10/drivers/net/fddi/skfp/ |
| D | hwmtm.c | 350 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.10/drivers/soc/ti/ |
| D | knav_qmss_acc.c | 28 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.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | rxmq.c | 96 int queue, struct ieee80211_sta *sta) in iwl_mvm_check_pn() 298 struct sk_buff *skb, int queue, in iwl_mvm_pass_packet_to_mac80211() 334 u32 pkt_flags, int queue, u8 *crypt_len) in iwl_mvm_rx_crypto() 457 static bool iwl_mvm_is_dup(struct ieee80211_sta *sta, int queue, in iwl_mvm_is_dup() 717 static void iwl_mvm_del_ba(struct iwl_mvm *mvm, int queue, in iwl_mvm_del_ba() 755 u8 baid, u16 nssn, int queue, in iwl_mvm_release_frames_from_notif() 791 struct napi_struct *napi, int queue, in iwl_mvm_nssn_sync() 800 struct iwl_rx_cmd_buffer *rxb, int queue) in iwl_mvm_rx_queue_notif() 837 u32 reorder, u32 gp2, int queue) in iwl_mvm_oldsn_workaround() 889 int queue, in iwl_mvm_reorder() [all …]
|
| D | sta.c | 316 static int iwl_mvm_invalidate_sta_queue(struct iwl_mvm *mvm, int queue, in iwl_mvm_invalidate_sta_queue() 365 int queue, u8 tid, u8 flags) in iwl_mvm_disable_txq() 429 static int iwl_mvm_get_queue_agg_tids(struct iwl_mvm *mvm, int queue) in iwl_mvm_get_queue_agg_tids() 469 static int iwl_mvm_remove_sta_queue_marking(struct iwl_mvm *mvm, int queue) in iwl_mvm_remove_sta_queue_marking() 528 static int iwl_mvm_free_inactive_queue(struct iwl_mvm *mvm, int queue, in iwl_mvm_free_inactive_queue() 577 int queue = 0; in iwl_mvm_get_shared_queue() local 648 static int iwl_mvm_redirect_queue(struct iwl_mvm *mvm, int queue, int tid, in iwl_mvm_redirect_queue() 762 int queue, size = max_t(u32, IWL_DEFAULT_QUEUE_SIZE, in iwl_mvm_tvqm_enable_txq() local 803 int queue = -1; in iwl_mvm_sta_alloc_queue_tvqm() local 829 int queue, u8 sta_id, u8 tid) in iwl_mvm_update_txq_mapping() [all …]
|
| /Linux-v5.10/drivers/nvme/target/ |
| D | loop.c | 23 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 218 struct nvme_loop_queue *queue = &ctrl->queues[hctx_idx + 1]; in nvme_loop_init_hctx() local 230 struct nvme_loop_queue *queue = &ctrl->queues[0]; in nvme_loop_init_admin_hctx() local
|
| /Linux-v5.10/crypto/ |
| D | cryptd.c | 37 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.10/drivers/gpu/drm/msm/adreno/ |
| D | a6xx_hfi.c | 27 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 528 struct a6xx_hfi_queue *queue = &gmu->queues[i]; in a6xx_hfi_stop() local 541 static void a6xx_hfi_queue_init(struct a6xx_hfi_queue *queue, in a6xx_hfi_queue_init()
|
| /Linux-v5.10/drivers/net/ |
| D | eql.c | 221 static void eql_kill_one_slave(slave_queue_t *queue, slave_t *slave) in eql_kill_one_slave() 230 static void eql_kill_slave_queue(slave_queue_t *queue) in eql_kill_slave_queue() 296 static slave_t *__eql_schedule_slaves(slave_queue_t *queue) in __eql_schedule_slaves() 362 static slave_t *__eql_find_slave_dev(slave_queue_t *queue, struct net_device *dev) in __eql_find_slave_dev() 377 static inline int eql_is_full(slave_queue_t *queue) in eql_is_full() 387 static int __eql_insert_slave(slave_queue_t *queue, slave_t *slave) in __eql_insert_slave()
|
| /Linux-v5.10/include/crypto/internal/ |
| D | aead.h | 111 static inline void aead_init_queue(struct aead_queue *queue, in aead_init_queue() 117 static inline int aead_enqueue_request(struct aead_queue *queue, in aead_enqueue_request() 124 struct aead_queue *queue) in aead_dequeue_request() 133 static inline struct aead_request *aead_get_backlog(struct aead_queue *queue) in aead_get_backlog()
|
| /Linux-v5.10/include/net/ |
| D | request_sock.h | 193 static inline bool reqsk_queue_empty(const struct request_sock_queue *queue) in reqsk_queue_empty() 198 static inline struct request_sock *reqsk_queue_remove(struct request_sock_queue *queue, in reqsk_queue_remove() 215 static inline void reqsk_queue_removed(struct request_sock_queue *queue, in reqsk_queue_removed() 223 static inline void reqsk_queue_added(struct request_sock_queue *queue) in reqsk_queue_added() 229 static inline int reqsk_queue_len(const struct request_sock_queue *queue) in reqsk_queue_len() 234 static inline int reqsk_queue_len_young(const struct request_sock_queue *queue) in reqsk_queue_len_young()
|
| /Linux-v5.10/drivers/usb/gadget/function/ |
| D | uvc_queue.h | 33 struct list_head queue; member 46 struct vb2_queue queue; member 57 static inline int uvc_queue_streaming(struct uvc_video_queue *queue) in uvc_queue_streaming()
|