Home
last modified time | relevance | path

Searched refs:prod_index (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c277 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()
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dcq.c917 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()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c1075 u32 prod_index; in __mlx5_ib_cq_clean() local
1088 for (prod_index = cq->mcq.cons_index; get_sw_cqe(cq, prod_index); prod_index++) in __mlx5_ib_cq_clean()
1089 if (prod_index == cq->mcq.cons_index + cq->ibcq.cqe) in __mlx5_ib_cq_clean()
1095 while ((int) --prod_index - (int) cq->mcq.cons_index >= 0) { in __mlx5_ib_cq_clean()
1096 cqe = get_cqe(cq, prod_index & cq->ibcq.cqe); in __mlx5_ib_cq_clean()
1103 dest = get_cqe(cq, (prod_index + nfreed) & cq->ibcq.cqe); in __mlx5_ib_cq_clean()
/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.h523 unsigned int prod_index; /* Tx ring producer index SW copy */ member
H A Dbcmgenet.c2155 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()
2661 ring->prod_index = 0; in bcmgenet_init_tx_ring()
3555 ring->prod_index, p_index & DMA_P_INDEX_MASK, in bcmgenet_dump_tx_queue()
/openbmc/linux/include/linux/qed/
H A Dcommon_hsi.h1330 __le32 prod_index; member
H A Dqed_if.h1429 prod = le32_to_cpu(sb_info->sb_virt->prod_index) & in qed_sb_update_sb_idx()
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c3492 u32 prod_index; in __hns_roce_v2_cq_clean() local
3497 for (prod_index = hr_cq->cons_index; get_sw_cqe_v2(hr_cq, prod_index); in __hns_roce_v2_cq_clean()
3498 ++prod_index) { in __hns_roce_v2_cq_clean()
3499 if (prod_index > hr_cq->cons_index + hr_cq->ib_cq.cqe) in __hns_roce_v2_cq_clean()
3507 while ((int) --prod_index - (int) hr_cq->cons_index >= 0) { in __hns_roce_v2_cq_clean()
3508 cqe = get_cqe_v2(hr_cq, prod_index & hr_cq->ib_cq.cqe); in __hns_roce_v2_cq_clean()
3516 dest = get_cqe_v2(hr_cq, (prod_index + nfreed) & in __hns_roce_v2_cq_clean()
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.h639 u8 prod_index[14]; member
/openbmc/linux/drivers/scsi/
H A Dhpsa.c7870 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()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h534 u8 prod_index[14]; member