| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_utils.c | 11 bool gve_tx_was_added_to_block(struct gve_priv *priv, int queue_idx) in gve_tx_was_added_to_block() argument 14 &priv->ntfy_blocks[gve_tx_idx_to_ntfy(priv, queue_idx)]; in gve_tx_was_added_to_block() 19 void gve_tx_remove_from_block(struct gve_priv *priv, int queue_idx) in gve_tx_remove_from_block() argument 22 &priv->ntfy_blocks[gve_tx_idx_to_ntfy(priv, queue_idx)]; in gve_tx_remove_from_block() 27 void gve_tx_add_to_block(struct gve_priv *priv, int queue_idx) in gve_tx_add_to_block() argument 31 int ntfy_idx = gve_tx_idx_to_ntfy(priv, queue_idx); in gve_tx_add_to_block() 33 struct gve_tx_ring *tx = &priv->tx[queue_idx]; in gve_tx_add_to_block() 38 queue_idx); in gve_tx_add_to_block() 41 bool gve_rx_was_added_to_block(struct gve_priv *priv, int queue_idx) in gve_rx_was_added_to_block() argument 44 &priv->ntfy_blocks[gve_rx_idx_to_ntfy(priv, queue_idx)]; in gve_rx_was_added_to_block() [all …]
|
| H A D | gve_utils.h | 14 bool gve_tx_was_added_to_block(struct gve_priv *priv, int queue_idx); 15 void gve_tx_remove_from_block(struct gve_priv *priv, int queue_idx); 16 void gve_tx_add_to_block(struct gve_priv *priv, int queue_idx); 18 bool gve_rx_was_added_to_block(struct gve_priv *priv, int queue_idx); 19 void gve_rx_remove_from_block(struct gve_priv *priv, int queue_idx); 20 void gve_rx_add_to_block(struct gve_priv *priv, int queue_idx);
|
| H A D | gve.h | 1091 static inline u32 gve_tx_idx_to_ntfy(struct gve_priv *priv, u32 queue_idx) in gve_tx_idx_to_ntfy() argument 1093 return queue_idx; in gve_tx_idx_to_ntfy() 1098 static inline u32 gve_rx_idx_to_ntfy(struct gve_priv *priv, u32 queue_idx) in gve_rx_idx_to_ntfy() argument 1100 return (priv->num_ntfy_blks / 2) + queue_idx; in gve_rx_idx_to_ntfy()
|
| H A D | gve_rx_dqo.c | 308 void gve_rx_write_doorbell_dqo(const struct gve_priv *priv, int queue_idx) in gve_rx_write_doorbell_dqo() argument 310 const struct gve_rx_ring *rx = &priv->rx[queue_idx]; in gve_rx_write_doorbell_dqo() 781 u32 desc_idx, int queue_idx) in gve_rx_dqo() argument
|
| /linux/drivers/dma/fsl-dpaa2-qdma/ |
| H A D | dpdmai.c | 30 u8 queue_idx; member 256 int dpdmai_set_rx_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8 queue_idx, in dpdmai_set_rx_queue() argument 273 cmd_params->queue_idx = queue_idx; in dpdmai_set_rx_queue() 292 int dpdmai_get_rx_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8 queue_idx, in dpdmai_get_rx_queue() argument 305 cmd_params->queue_idx = queue_idx; in dpdmai_get_rx_queue() 336 u16 token, u8 queue_idx, u8 priority, struct dpdmai_tx_queue_attr *attr) in dpdmai_get_tx_queue() argument 349 cmd_params->queue_idx = queue_idx; in dpdmai_get_tx_queue()
|
| /linux/drivers/net/ethernet/atheros/alx/ |
| H A D | alx.h | 68 u16 queue_idx; member 83 u16 queue_idx; member
|
| /linux/drivers/staging/rtl8723bs/hal/ |
| H A D | hal_sdio.c | 78 u32 rtw_hal_get_sdio_tx_max_length(struct adapter *padapter, u8 queue_idx) in rtw_hal_get_sdio_tx_max_length() argument 85 deviceId = ffaddr2deviceId(pdvobjpriv, queue_idx); in rtw_hal_get_sdio_tx_max_length()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_sched.c | 812 u32 queue_idx; member 1127 (group->blocked_queues & BIT(job->queue_idx)) && in queue_suspend_timeout_locked() 2580 static int panthor_queue_eval_syncwait(struct panthor_group *group, u8 queue_idx) in panthor_queue_eval_syncwait() argument 2582 struct panthor_queue *queue = group->queues[queue_idx]; in panthor_queue_eval_syncwait() 2993 struct panthor_queue *queue = group->queues[job->queue_idx]; in update_fdinfo_stats() 3040 (job->queue_idx * sizeof(*syncobj)); in queue_check_job_completion() 3083 u32 queue_idx; in group_sync_upd_work() local 3087 for (queue_idx = 0; queue_idx < group->queue_count; queue_idx++) { in group_sync_upd_work() 3088 struct panthor_queue *queue = group->queues[queue_idx]; in group_sync_upd_work() 3156 struct panthor_queue *queue = group->queues[job->queue_idx]; in get_job_cs_params() [all …]
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | hal_sdio.h | 16 u32 rtw_hal_get_sdio_tx_max_length(struct adapter *padapter, u8 queue_idx);
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | health.h | 58 int queue_idx, char *lbl);
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00mac.c | 680 unsigned int link_id, u16 queue_idx, in rt2x00mac_conf_tx() argument 686 queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt2x00mac_conf_tx() 709 queue_idx, queue->cw_min, queue->cw_max, queue->aifs, in rt2x00mac_conf_tx()
|
| H A D | rt73usb.c | 2222 unsigned int link_id, u16 queue_idx, in rt73usb_conf_tx() argument 2238 retval = rt2x00mac_conf_tx(hw, vif, link_id, queue_idx, params); in rt73usb_conf_tx() 2246 if (queue_idx >= 4) in rt73usb_conf_tx() 2249 queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt73usb_conf_tx() 2252 offset = AC_TXOP_CSR0 + (sizeof(u32) * (!!(queue_idx & 2))); in rt73usb_conf_tx() 2253 field.bit_offset = (queue_idx & 1) * 16; in rt73usb_conf_tx() 2261 field.bit_offset = queue_idx * 4; in rt73usb_conf_tx()
|
| H A D | rt61pci.c | 2803 unsigned int link_id, u16 queue_idx, in rt61pci_conf_tx() argument 2819 retval = rt2x00mac_conf_tx(hw, vif, link_id, queue_idx, params); in rt61pci_conf_tx() 2827 if (queue_idx >= 4) in rt61pci_conf_tx() 2830 queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt61pci_conf_tx() 2833 offset = AC_TXOP_CSR0 + (sizeof(u32) * (!!(queue_idx & 2))); in rt61pci_conf_tx() 2834 field.bit_offset = (queue_idx & 1) * 16; in rt61pci_conf_tx() 2842 field.bit_offset = queue_idx * 4; in rt61pci_conf_tx()
|
| H A D | rt2400pci.c | 1266 const enum data_queue_qid queue_idx) in rt2400pci_txdone() argument 1268 struct data_queue *queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt2400pci_txdone()
|
| H A D | rt2500pci.c | 1394 const enum data_queue_qid queue_idx) in rt2500pci_txdone() argument 1396 struct data_queue *queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt2500pci_txdone()
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | hw_queue.c | 918 int sob, reserved_mon_idx, queue_idx; in sync_stream_queue_init() local 952 queue_idx = hdev->sync_stream_queue_idx++; in sync_stream_queue_init() 955 (queue_idx * HL_RSVD_SOBS); in sync_stream_queue_init() 957 (queue_idx * HL_RSVD_MONS); in sync_stream_queue_init()
|
| /linux/include/net/page_pool/ |
| H A D | types.h | 91 unsigned int queue_idx;
|
| /linux/drivers/remoteproc/ |
| H A D | remoteproc_virtio.c | 188 int i, ret, queue_idx = 0; in rproc_virtio_find_vqs() local 198 vqs[i] = rp_find_vq(vdev, queue_idx++, vqi->callback, in rproc_virtio_find_vqs()
|
| /linux/drivers/virtio/ |
| H A D | virtio_vdpa.c | 339 int i, err, queue_idx = 0; in virtio_vdpa_find_vqs() local 355 vqs[i] = virtio_vdpa_setup_vq(vdev, queue_idx++, vqi->callback, in virtio_vdpa_find_vqs()
|
| H A D | virtio_mmio.c | 453 int i, err, queue_idx = 0; in vm_find_vqs() local 474 vqs[i] = vm_setup_vq(vdev, queue_idx++, vqi->callback, in vm_find_vqs()
|
| /linux/drivers/s390/virtio/ |
| H A D | virtio_ccw.c | 305 int i, j, queue_idx, highest_queue_idx = -1; in get_airq_indicator() local 334 for (j = 0, queue_idx = 0; j < nvqs; j++) { in get_airq_indicator() 337 airq_iv_set_ptr(info->aiv, bit + queue_idx++, in get_airq_indicator() 707 int ret, i, queue_idx = 0; in virtio_ccw_find_vqs() local 723 vqs[i] = virtio_ccw_setup_vq(vdev, queue_idx++, vqi->callback, in virtio_ccw_find_vqs()
|
| /linux/drivers/nvme/host/ |
| H A D | tcp.c | 256 u32 queue_idx = nvme_tcp_queue_id(queue); in nvme_tcp_tagset() local 258 if (queue_idx == 0) in nvme_tcp_tagset() 259 return queue->ctrl->admin_tag_set.tags[queue_idx]; in nvme_tcp_tagset() 260 return queue->ctrl->tag_set.tags[queue_idx - 1]; in nvme_tcp_tagset() 555 int queue_idx = (set == &ctrl->tag_set) ? hctx_idx + 1 : 0; in nvme_tcp_init_request() local 556 struct nvme_tcp_queue *queue = &ctrl->queues[queue_idx]; in nvme_tcp_init_request()
|
| /linux/net/core/ |
| H A D | page_pool_user.c | 370 if (pool->slow.queue_idx == get_netdev_rx_queue_index(rxq)) { in page_pool_check_memory_provider()
|
| /linux/drivers/net/ethernet/amazon/ena/ |
| H A D | ena_admin_defs.h | 400 u16 queue_idx; member
|
| /linux/arch/um/drivers/ |
| H A D | virtio_uml.c | 1039 int i, queue_idx = 0, rc; in vu_find_vqs() local 1060 vqs[i] = vu_setup_vq(vdev, queue_idx++, vqi->callback, in vu_find_vqs()
|