| /Linux-v4.19/net/sctp/ |
| D | inqueue.c | 47 void sctp_inq_init(struct sctp_inq *queue) in sctp_inq_init() 57 void sctp_inq_free(struct sctp_inq *queue) in sctp_inq_free() 99 struct sctp_chunkhdr *sctp_inq_peek(struct sctp_inq *queue) in sctp_inq_peek() 122 struct sctp_chunk *sctp_inq_pop(struct sctp_inq *queue) in sctp_inq_pop()
|
| /Linux-v4.19/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00usb.c | 244 struct data_queue *queue; in rt2x00usb_work_txdone() local 422 void rt2x00usb_kick_queue(struct data_queue *queue) in rt2x00usb_kick_queue() 471 void rt2x00usb_flush_queue(struct data_queue *queue, bool drop) in rt2x00usb_flush_queue() 521 static void rt2x00usb_watchdog_tx_dma(struct data_queue *queue) in rt2x00usb_watchdog_tx_dma() 531 static int rt2x00usb_dma_timeout(struct data_queue *queue) in rt2x00usb_dma_timeout() 541 struct data_queue *queue; in rt2x00usb_watchdog() local 574 static void rt2x00usb_assign_endpoint(struct data_queue *queue, in rt2x00usb_assign_endpoint() 599 struct data_queue *queue = rt2x00dev->tx; in rt2x00usb_find_endpoints() local 644 static int rt2x00usb_alloc_entries(struct data_queue *queue) in rt2x00usb_alloc_entries() 677 static void rt2x00usb_free_entries(struct data_queue *queue) in rt2x00usb_free_entries() [all …]
|
| D | rt2800usb.c | 57 static void rt2800usb_start_queue(struct data_queue *queue) in rt2800usb_start_queue() 80 static void rt2800usb_stop_queue(struct data_queue *queue) in rt2800usb_stop_queue() 109 struct data_queue *queue; in rt2800usb_txstatus_pending() local 137 struct data_queue *queue; in rt2800usb_txstatus_timeout() local 547 struct data_queue *queue; in rt2800usb_txdone() local 583 struct data_queue *queue; in rt2800usb_txdone_nostatus() local 863 static void rt2800usb_queue_init(struct data_queue *queue) in rt2800usb_queue_init()
|
| D | rt2x00mac.c | 31 struct data_queue *queue, in rt2x00mac_tx_rts_cts() 107 struct data_queue *queue = NULL; in rt2x00mac_tx() local 199 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 799 struct data_queue *queue; in rt2x00mac_get_ringparam() local 814 struct data_queue *queue; in rt2x00mac_tx_frames_pending() local
|
| /Linux-v4.19/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-v4.19/net/core/ |
| D | net-sysfs.c | 670 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_show() local 682 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_store() local 696 static ssize_t show_rps_map(struct netdev_rx_queue *queue, char *buf) in show_rps_map() 718 static ssize_t store_rps_map(struct netdev_rx_queue *queue, in store_rps_map() 776 static ssize_t show_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in show_rps_dev_flow_table_cnt() 798 static ssize_t store_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in store_rps_dev_flow_table_cnt() 875 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_release() local 899 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_namespace() local 927 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_add_kobject() local 1007 struct netdev_queue *queue = to_netdev_queue(kobj); in netdev_queue_attr_show() local [all …]
|
| /Linux-v4.19/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() 138 void b43legacy_pio_rx(struct b43legacy_pioqueue *queue) in b43legacy_pio_rx() 142 void b43legacy_pio_tx_suspend(struct b43legacy_pioqueue *queue) in b43legacy_pio_tx_suspend() 146 void b43legacy_pio_tx_resume(struct b43legacy_pioqueue *queue) in b43legacy_pio_tx_resume()
|
| /Linux-v4.19/drivers/net/ethernet/cadence/ |
| D | macb_main.c | 169 static struct macb_dma_desc *macb_tx_desc(struct macb_queue *queue, in macb_tx_desc() 177 static struct macb_tx_skb *macb_tx_skb(struct macb_queue *queue, in macb_tx_skb() 183 static dma_addr_t macb_tx_dma(struct macb_queue *queue, unsigned int index) in macb_tx_dma() 198 static struct macb_dma_desc *macb_rx_desc(struct macb_queue *queue, unsigned int index) in macb_rx_desc() 205 static void *macb_rx_buffer(struct macb_queue *queue, unsigned int index) in macb_rx_buffer() 706 struct macb_queue *queue = container_of(work, struct macb_queue, in macb_tx_error_task() local 814 static void macb_tx_interrupt(struct macb_queue *queue) in macb_tx_interrupt() 892 static void gem_rx_refill(struct macb_queue *queue) in gem_rx_refill() 951 static void discard_partial_frame(struct macb_queue *queue, unsigned int begin, in discard_partial_frame() 971 static int gem_rx(struct macb_queue *queue, int budget) in gem_rx() [all …]
|
| /Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/falcon/ |
| D | msgqueue_0148cdec.c | 42 struct nvkm_msgqueue_queue queue[MSGQUEUE_0148CDEC_NUM_QUEUES]; member 48 msgqueue_0148cdec_cmd_queue(struct nvkm_msgqueue *queue, in msgqueue_0148cdec_cmd_queue() 57 msgqueue_0148cdec_process_msgs(struct nvkm_msgqueue *queue) in msgqueue_0148cdec_process_msgs() 75 init_gen_cmdline(struct nvkm_msgqueue *queue, void *buf) in init_gen_cmdline() 123 struct nvkm_msgqueue_queue *queue = &priv->queue[id]; in init_callback() local 235 msgqueue_0148cdec_dtor(struct nvkm_msgqueue *queue) in msgqueue_0148cdec_dtor() 251 struct nvkm_msgqueue **queue) in msgqueue_0148cdec_new()
|
| D | msgqueue_0137c63d.c | 41 struct nvkm_msgqueue_queue queue[MSGQUEUE_0137C63D_NUM_QUEUES]; member 56 msgqueue_0137c63d_cmd_queue(struct nvkm_msgqueue *queue, in msgqueue_0137c63d_cmd_queue() 74 msgqueue_0137c63d_process_msgs(struct nvkm_msgqueue *queue) in msgqueue_0137c63d_process_msgs() 91 init_gen_cmdline(struct nvkm_msgqueue *queue, void *buf) in init_gen_cmdline() 153 struct nvkm_msgqueue_queue *queue = &priv->queue[i]; in init_callback() local 196 acr_init_wpr_callback(struct nvkm_msgqueue *queue, in acr_init_wpr_callback() 216 acr_init_wpr(struct nvkm_msgqueue *queue) in acr_init_wpr() 343 struct msgqueue_0137bca5 *queue = msgqueue_0137bca5(priv); in acr_boot_multiple_falcons() local 375 msgqueue_0137c63d_dtor(struct nvkm_msgqueue *queue) in msgqueue_0137c63d_dtor() 391 struct nvkm_msgqueue **queue) in msgqueue_0137c63d_new() [all …]
|
| /Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_gfx.h | 64 int mec, int pipe, int queue) in amdgpu_gfx_queue_to_bit() 77 int *mec, int *pipe, int *queue) in amdgpu_gfx_bit_to_queue() 87 int mec, int pipe, int queue) in amdgpu_gfx_is_mec_queue_enabled()
|
| /Linux-v4.19/drivers/net/ethernet/ibm/ehea/ |
| D | ehea_qmr.h | 210 static inline void *hw_qeit_calc(struct hw_queue *queue, u64 q_offset) in hw_qeit_calc() 220 static inline void *hw_qeit_get(struct hw_queue *queue) in hw_qeit_get() 225 static inline void hw_qeit_inc(struct hw_queue *queue) in hw_qeit_inc() 235 static inline void *hw_qeit_get_inc(struct hw_queue *queue) in hw_qeit_get_inc() 242 static inline void *hw_qeit_get_inc_valid(struct hw_queue *queue) in hw_qeit_get_inc_valid() 259 static inline void *hw_qeit_get_valid(struct hw_queue *queue) in hw_qeit_get_valid() 275 static inline void *hw_qeit_reset(struct hw_queue *queue) in hw_qeit_reset() 281 static inline void *hw_qeit_eq_get_inc(struct hw_queue *queue) in hw_qeit_eq_get_inc() 295 static inline void *hw_eqit_eq_get_inc_valid(struct hw_queue *queue) in hw_eqit_eq_get_inc_valid() 309 struct hw_queue *queue; in ehea_get_next_rwqe() local [all …]
|
| /Linux-v4.19/arch/arm/mach-ixp4xx/ |
| D | ixp4xx_qmgr.c | 28 void qmgr_set_irq(unsigned int queue, int src, in qmgr_set_irq() 115 void qmgr_enable_irq(unsigned int queue) in qmgr_enable_irq() 127 void qmgr_disable_irq(unsigned int queue) in qmgr_disable_irq() 149 int qmgr_request_queue(unsigned int queue, unsigned int len /* dwords */, in qmgr_request_queue() 239 void qmgr_release_queue(unsigned int queue) in qmgr_release_queue()
|
| /Linux-v4.19/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-v4.19/drivers/net/fddi/skfp/ |
| D | hwmtm.c | 358 struct s_smt_tx_queue *queue ; in init_txd_ring() local 395 struct s_smt_rx_queue *queue ; in init_rxd_ring() local 586 static u_long repair_txd_ring(struct s_smc *smc, struct s_smt_tx_queue *queue) in repair_txd_ring() 638 static u_long repair_rxd_ring(struct s_smc *smc, struct s_smt_rx_queue *queue) in repair_rxd_ring() 1047 struct s_smt_rx_queue *queue ; /* points to the queue ctl struct */ in process_receive() local 1467 struct s_smt_rx_queue *queue ; in mac_drv_clear_rx_queue() local 1632 struct s_smt_tx_queue *queue ; in hwm_tx_frag() local 1816 struct s_smt_tx_queue *queue ; in smt_send_mbuf() local 1943 struct s_smt_tx_queue *queue ; in mac_drv_clear_txd() local 2034 struct s_smt_tx_queue *queue ; in mac_drv_clear_tx_queue() local
|
| /Linux-v4.19/drivers/gpu/drm/msm/adreno/ |
| D | a6xx_hfi.c | 21 static int a6xx_hfi_queue_read(struct a6xx_hfi_queue *queue, u32 *data, in a6xx_hfi_queue_read() 55 struct a6xx_hfi_queue *queue, u32 *data, u32 dwords) in a6xx_hfi_queue_write() 137 struct a6xx_hfi_queue *queue = &gmu->queues[HFI_RESPONSE_QUEUE]; in a6xx_hfi_task() local 165 struct a6xx_hfi_queue *queue = &gmu->queues[HFI_COMMAND_QUEUE]; in a6xx_hfi_send_msg() local 365 struct a6xx_hfi_queue *queue = &gmu->queues[i]; in a6xx_hfi_stop() local 378 static void a6xx_hfi_queue_init(struct a6xx_hfi_queue *queue, in a6xx_hfi_queue_init()
|
| /Linux-v4.19/drivers/soc/ti/ |
| D | knav_qmss_acc.c | 36 int range_base, queue; in __knav_acc_notify() local 95 int range_base, channel, queue = 0; in knav_acc_int_handler() local 204 int queue, bool enabled) in knav_range_setup_acc_irq() 311 int queue) in knav_acc_setup_cmd() 344 int queue) in knav_acc_stop() 362 int queue) in knav_acc_start() 385 int queue; in knav_acc_init_range() local
|
| /Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
| D | dwmac4_core.c | 69 u8 mode, u32 queue) in dwmac4_rx_queue_enable() 84 u32 prio, u32 queue) in dwmac4_rx_queue_priority() 101 u32 prio, u32 queue) in dwmac4_tx_queue_priority() 119 u8 packet, u32 queue) in dwmac4_rx_queue_routing() 198 u32 weight, u32 queue) in dwmac4_set_mtl_tx_queue_weight() 208 static void dwmac4_map_mtl_dma(struct mac_device_info *hw, u32 queue, u32 chan) in dwmac4_map_mtl_dma() 234 u32 high_credit, u32 low_credit, u32 queue) in dwmac4_config_cbs() 466 u32 queue = 0; in dwmac4_flow_ctrl() local 619 u32 queue; in dwmac4_debug() local
|
| /Linux-v4.19/include/net/ |
| D | request_sock.h | 184 static inline bool reqsk_queue_empty(const struct request_sock_queue *queue) in reqsk_queue_empty() 189 static inline struct request_sock *reqsk_queue_remove(struct request_sock_queue *queue, in reqsk_queue_remove() 206 static inline void reqsk_queue_removed(struct request_sock_queue *queue, in reqsk_queue_removed() 214 static inline void reqsk_queue_added(struct request_sock_queue *queue) in reqsk_queue_added() 220 static inline int reqsk_queue_len(const struct request_sock_queue *queue) in reqsk_queue_len() 225 static inline int reqsk_queue_len_young(const struct request_sock_queue *queue) in reqsk_queue_len_young()
|
| /Linux-v4.19/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-v4.19/drivers/nvme/target/ |
| D | loop.c | 31 struct nvme_loop_queue *queue; member 78 static inline int nvme_loop_queue_idx(struct nvme_loop_queue *queue) in nvme_loop_queue_idx() 92 static struct blk_mq_tags *nvme_loop_tagset(struct nvme_loop_queue *queue) in nvme_loop_tagset() 103 struct nvme_loop_queue *queue = in nvme_loop_queue_response() local 158 struct nvme_loop_queue *queue = hctx->driver_data; in nvme_loop_queue_rq() local 197 struct nvme_loop_queue *queue = &ctrl->queues[0]; in nvme_loop_submit_async_event() local 239 struct nvme_loop_queue *queue = &ctrl->queues[hctx_idx + 1]; in nvme_loop_init_hctx() local 251 struct nvme_loop_queue *queue = &ctrl->queues[0]; in nvme_loop_init_admin_hctx() local
|
| /Linux-v4.19/include/crypto/internal/ |
| D | aead.h | 131 static inline void aead_init_queue(struct aead_queue *queue, in aead_init_queue() 137 static inline int aead_enqueue_request(struct aead_queue *queue, in aead_enqueue_request() 144 struct aead_queue *queue) in aead_dequeue_request() 153 static inline struct aead_request *aead_get_backlog(struct aead_queue *queue) in aead_get_backlog()
|
| /Linux-v4.19/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()
|
| /Linux-v4.19/crypto/ |
| D | cryptd.c | 40 struct crypto_queue queue; member 50 struct cryptd_queue *queue; member 55 struct cryptd_queue *queue; member 60 struct cryptd_queue *queue; member 65 struct cryptd_queue *queue; member 107 static int cryptd_init_queue(struct cryptd_queue *queue, in cryptd_init_queue() 125 static void cryptd_fini_queue(struct cryptd_queue *queue) in cryptd_fini_queue() 137 static int cryptd_enqueue_request(struct cryptd_queue *queue, in cryptd_enqueue_request() 298 struct cryptd_queue *queue; in cryptd_blkcipher_enqueue() local 387 struct cryptd_queue *queue) in cryptd_create_blkcipher() [all …]
|
| /Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | rxmq.c | 70 int queue, struct ieee80211_sta *sta) in iwl_mvm_check_pn() 198 struct sk_buff *skb, int queue, in iwl_mvm_pass_packet_to_mac80211() 243 u32 pkt_flags, int queue, u8 *crypt_len) in iwl_mvm_rx_crypto() 337 static bool iwl_mvm_is_dup(struct ieee80211_sta *sta, int queue, in iwl_mvm_is_dup() 560 static void iwl_mvm_del_ba(struct iwl_mvm *mvm, int queue, in iwl_mvm_del_ba() 596 int queue) in iwl_mvm_rx_queue_notif() 632 int queue, in iwl_mvm_reorder() 860 struct iwl_rx_cmd_buffer *rxb, int queue) in iwl_mvm_rx_mpdu_mq() 1436 struct iwl_rx_cmd_buffer *rxb, int queue) in iwl_mvm_rx_frame_release()
|