Searched refs:prod_index (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/infiniband/hw/mthca/ |
| H A 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/include/linux/qed/ |
| H A D | common_hsi.h | 1330 __le32 prod_index; member
|
| H A D | qed_if.h | 1429 prod = le32_to_cpu(sb_info->sb_virt->prod_index) & in qed_sb_update_sb_idx()
|
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be_cmds.h | 639 u8 prod_index[14]; member
|
| /linux/drivers/scsi/ |
| H A D | hpsa.c | 7858 int prod_index, err; in hpsa_pci_init() local 7861 prod_index = hpsa_lookup_board_id(h->pdev, &h->board_id, &legacy_board); in hpsa_pci_init() 7862 if (prod_index < 0) in hpsa_pci_init() 7863 return prod_index; in hpsa_pci_init() 7864 h->product_name = products[prod_index].product_name; in hpsa_pci_init() 7865 h->access = *(products[prod_index].access); in hpsa_pci_init()
|