Searched refs:prod_index (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/mthca/ |
D | mthca_cq.c | 277 u32 prod_index; in mthca_cq_clean() local 289 for (prod_index = cq->cons_index; in mthca_cq_clean() 290 cqe_sw(get_cqe(cq, prod_index & cq->ibcq.cqe)); in mthca_cq_clean() 291 ++prod_index) in mthca_cq_clean() 292 if (prod_index == cq->cons_index + cq->ibcq.cqe) in mthca_cq_clean() 297 qpn, cq->cqn, cq->cons_index, prod_index); in mthca_cq_clean() 303 while ((int) --prod_index - (int) cq->cons_index >= 0) { in mthca_cq_clean() 304 cqe = get_cqe(cq, prod_index & cq->ibcq.cqe); in mthca_cq_clean() 310 memcpy(get_cqe(cq, (prod_index + nfreed) & cq->ibcq.cqe), in mthca_cq_clean()
|
/linux-6.1.9/drivers/infiniband/hw/mlx4/ |
D | cq.c | 917 u32 prod_index; in __mlx4_ib_cq_clean() local 930 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); ++prod_index) in __mlx4_ib_cq_clean() 931 if (prod_index == cq->mcq.cons_index + cq->ibcq.cqe) in __mlx4_ib_cq_clean() 938 while ((int) --prod_index - (int) cq->mcq.cons_index >= 0) { in __mlx4_ib_cq_clean() 939 cqe = get_cqe(cq, prod_index & cq->ibcq.cqe); in __mlx4_ib_cq_clean() 947 dest = get_cqe(cq, (prod_index + nfreed) & cq->ibcq.cqe); in __mlx4_ib_cq_clean()
|
/linux-6.1.9/drivers/infiniband/hw/mlx5/ |
D | cq.c | 1072 u32 prod_index; in __mlx5_ib_cq_clean() local 1085 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); prod_index++) in __mlx5_ib_cq_clean() 1086 if (prod_index == cq->mcq.cons_index + cq->ibcq.cqe) in __mlx5_ib_cq_clean() 1092 while ((int) --prod_index - (int) cq->mcq.cons_index >= 0) { in __mlx5_ib_cq_clean() 1093 cqe = get_cqe(cq, prod_index & cq->ibcq.cqe); in __mlx5_ib_cq_clean() 1100 dest = get_cqe(cq, (prod_index + nfreed) & cq->ibcq.cqe); in __mlx5_ib_cq_clean()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.h | 523 unsigned int prod_index; /* Tx ring producer index SW copy */ member
|
D | bcmgenet.c | 2155 ring->prod_index += nr_frags + 1; in bcmgenet_xmit() 2156 ring->prod_index &= DMA_P_INDEX_MASK; in bcmgenet_xmit() 2166 ring->prod_index, TDMA_PROD_INDEX); in bcmgenet_xmit() 2647 ring->prod_index = 0; in bcmgenet_init_tx_ring() 3530 ring->prod_index, p_index & DMA_P_INDEX_MASK, in bcmgenet_dump_tx_queue()
|
/linux-6.1.9/include/linux/qed/ |
D | common_hsi.h | 1330 __le32 prod_index; member
|
D | qed_if.h | 1429 prod = le32_to_cpu(sb_info->sb_virt->prod_index) & in qed_sb_update_sb_idx()
|
/linux-6.1.9/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v2.c | 3612 u32 prod_index; in __hns_roce_v2_cq_clean() local 3617 for (prod_index = hr_cq->cons_index; get_sw_cqe_v2(hr_cq, prod_index); in __hns_roce_v2_cq_clean() 3618 ++prod_index) { in __hns_roce_v2_cq_clean() 3619 if (prod_index > hr_cq->cons_index + hr_cq->ib_cq.cqe) in __hns_roce_v2_cq_clean() 3627 while ((int) --prod_index - (int) hr_cq->cons_index >= 0) { in __hns_roce_v2_cq_clean() 3628 cqe = get_cqe_v2(hr_cq, prod_index & hr_cq->ib_cq.cqe); in __hns_roce_v2_cq_clean() 3636 dest = get_cqe_v2(hr_cq, (prod_index + nfreed) & in __hns_roce_v2_cq_clean()
|
/linux-6.1.9/drivers/scsi/be2iscsi/ |
D | be_cmds.h | 639 u8 prod_index[14]; member
|
/linux-6.1.9/drivers/scsi/ |
D | hpsa.c | 7870 int prod_index, err; in hpsa_pci_init() local 7873 prod_index = hpsa_lookup_board_id(h->pdev, &h->board_id, &legacy_board); in hpsa_pci_init() 7874 if (prod_index < 0) in hpsa_pci_init() 7875 return prod_index; in hpsa_pci_init() 7876 h->product_name = products[prod_index].product_name; in hpsa_pci_init() 7877 h->access = *(products[prod_index].access); in hpsa_pci_init()
|
/linux-6.1.9/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 534 u8 prod_index[14]; member
|