/drivers/infiniband/hw/cxgb4/ |
D | restrack.c | 334 struct t4_cqe *cqes) in fill_hwcqes() argument 339 if (fill_cqe(msg, cqes, idx, "hwcq_idx")) in fill_hwcqes() 342 if (fill_cqe(msg, cqes + 1, idx, "hwcq_idx")) in fill_hwcqes() 351 struct t4_cqe *cqes) in fill_swcqes() argument 359 if (fill_cqe(msg, cqes, idx, "swcq_idx")) in fill_swcqes() 364 if (fill_cqe(msg, cqes + 1, idx, "swcq_idx")) in fill_swcqes()
|
/drivers/net/ethernet/fungible/funeth/ |
D | funeth_rx.c | 353 q->next_cqe_info = cqe_to_info(q->cqes); in advance_cq() 644 q->cqes = fun_alloc_ring_mem(q->dma_dev, ncqe, FUNETH_CQE_SIZE, 0, in fun_rxq_create_sw() 647 if (!q->cqes) in fun_rxq_create_sw() 665 dma_free_coherent(q->dma_dev, ncqe * FUNETH_CQE_SIZE, q->cqes, in fun_rxq_create_sw() 686 q->cqes, q->cq_dma_addr); in fun_rxq_free_sw() 722 q->next_cqe_info = cqe_to_info(q->cqes); in fun_rxq_create_dev()
|
D | funeth_txrx.h | 167 void *cqes; /* base of CQ descriptor ring */ member
|
/drivers/net/ethernet/fungible/funcore/ |
D | fun_queue.c | 295 cqe = funq->cqes + (funq->cq_head << funq->cqe_size_log2); in __fun_process_cq() 366 funq->cqes = fun_alloc_ring_mem(funq->fdev->dev, funq->cq_depth, in fun_alloc_cqes() 370 return funq->cqes ? 0 : -ENOMEM; in fun_alloc_cqes() 389 funq->cqes, funq->cq_dma_addr, NULL); in fun_free_queue()
|
D | fun_queue.h | 36 void *cqes; member
|
/drivers/net/ethernet/broadcom/ |
D | cnic.c | 1423 struct kcqe *cqes[], u32 num_cqes) in cnic_reply_bnx2x_kcqes() argument 1432 cqes, num_cqes); in cnic_reply_bnx2x_kcqes() 1550 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_init2() local 1580 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_init2() 1581 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_init2() 1879 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_ofld1() local 1932 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_ofld1() 1933 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_ofld1() 1997 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_destroy() local 2030 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_destroy() [all …]
|
D | cnic_if.h | 369 void (*indicate_kcqes)(void *ulp_ctx, struct kcqe *cqes[],
|
/drivers/nvme/host/ |
D | apple.c | 135 struct nvme_completion *cqes; member 571 struct nvme_completion *hcqe = &q->cqes[q->cq_head]; in apple_nvme_cqe_pending() 589 struct nvme_completion *cqe = &q->cqes[idx]; in apple_nvme_handle_cqe() 976 memset(q->cqes, 0, depth * sizeof(struct nvme_completion)); in apple_nvme_init_queue() 1299 q->cqes = dmam_alloc_coherent(anv->dev, in apple_nvme_queue_alloc() 1302 if (!q->cqes) in apple_nvme_queue_alloc()
|
D | pci.c | 195 struct nvme_completion *cqes; member 993 struct nvme_completion *hcqe = &nvmeq->cqes[nvmeq->cq_head]; in nvme_cqe_pending() 1017 struct nvme_completion *cqe = &nvmeq->cqes[idx]; in nvme_handle_cqe() 1411 (void *)nvmeq->cqes, nvmeq->cq_dma_addr); in nvme_free_queue() 1536 nvmeq->cqes = dma_alloc_coherent(dev->dev, CQ_SIZE(nvmeq), in nvme_alloc_queue() 1538 if (!nvmeq->cqes) in nvme_alloc_queue() 1556 dma_free_coherent(dev->dev, CQ_SIZE(nvmeq), (void *)nvmeq->cqes, in nvme_alloc_queue() 1585 memset((void *)nvmeq->cqes, 0, CQ_SIZE(nvmeq)); in nvme_init_queue()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.c | 282 s->tx_xdp_cqes += xdpsq_red_stats->cqes; in mlx5e_stats_grp_sw_update_stats_xdp_red() 294 s->rx_xdp_tx_cqe += xdpsq_stats->cqes; in mlx5e_stats_grp_sw_update_stats_xdpsq() 305 s->tx_xsk_cqes += xsksq_stats->cqes; in mlx5e_stats_grp_sw_update_stats_xsksq() 440 s->tx_cqes += sq_stats->cqes; in mlx5e_stats_grp_sw_update_stats_sq() 2067 { MLX5E_DECLARE_TX_STAT(struct mlx5e_sq_stats, cqes) }, 2079 { MLX5E_DECLARE_RQ_XDPSQ_STAT(struct mlx5e_xdpsq_stats, cqes) }, 2089 { MLX5E_DECLARE_XDPSQ_STAT(struct mlx5e_xdpsq_stats, cqes) }, 2119 { MLX5E_DECLARE_XSKSQ_STAT(struct mlx5e_xdpsq_stats, cqes) }, 2143 { MLX5E_DECLARE_PTP_TX_STAT(struct mlx5e_sq_stats, cqes) }, 2218 { MLX5E_DECLARE_QOS_TX_STAT(struct mlx5e_sq_stats, cqes) },
|
D | en_stats.h | 433 u64 cqes ____cacheline_aligned_in_smp; 446 u64 cqes ____cacheline_aligned_in_smp;
|
D | en_tx.c | 876 stats->cqes += i; in mlx5e_poll_tx_cq()
|
/drivers/nvme/target/ |
D | passthru.c | 134 id->cqes = min_t(__u8, ((0x4 << 4) | 0x4), id->cqes); in nvmet_passthru_override_id_ctrl()
|
D | admin-cmd.c | 428 id->cqes = (0x4 << 4) | 0x4; in nvmet_execute_identify_ctrl()
|
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | xdp.c | 743 sq->stats->cqes += i; in mlx5e_poll_xdpsq_cq()
|