Searched refs:qpp (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_qp.c | 244 struct ipath_qp *q, **qpp; in ipath_free_qp() local 250 qpp = &qpt->table[qp->ibqp.qp_num % qpt->max]; in ipath_free_qp() 251 for (; (q = *qpp) != NULL; qpp = &q->next) { in ipath_free_qp() 253 *qpp = qp->next; in ipath_free_qp()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_pf.c | 631 u16 qmap_stride, qpp, vpp, vf_q_idx, vf_q_idx0, qmap_idx; in fm10k_iov_assign_resources_pf() local 649 qpp = fm10k_queues_per_pool(hw); in fm10k_iov_assign_resources_pf() 699 for (j = 0; j < qpp; j++, qmap_idx++, vf_q_idx++) { in fm10k_iov_assign_resources_pf() 1117 u32 idx, qpp; in fm10k_iov_update_stats_pf() local 1120 qpp = fm10k_queues_per_pool(hw); in fm10k_iov_update_stats_pf() 1122 fm10k_update_hw_stats_q(hw, q, idx, qpp); in fm10k_iov_update_stats_pf()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_qp.c | 265 struct qib_qp __rcu **qpp; in remove_qp() local 268 qpp = &dev->qp_table[n]; in remove_qp() 269 for (; (q = rcu_dereference_protected(*qpp, in remove_qp() 271 qpp = &q->next) in remove_qp() 273 RCU_INIT_POINTER(*qpp, in remove_qp()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | qp.c | 274 struct hfi1_qp __rcu **qpp; in remove_qp() local 277 qpp = &dev->qp_dev->qp_table[n]; in remove_qp() 278 for (; (q = rcu_dereference_protected(*qpp, in remove_qp() 281 qpp = &q->next) in remove_qp() 283 RCU_INIT_POINTER(*qpp, in remove_qp()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 7257 u32 hps, qpp; in t4_init_sge_params() local 7271 qpp = t4_read_reg(adapter, SGE_EGRESS_QUEUES_PER_PAGE_PF_A); in t4_init_sge_params() 7272 sge_params->eq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params() 7273 qpp = t4_read_reg(adapter, SGE_INGRESS_QUEUES_PER_PAGE_PF_A); in t4_init_sge_params() 7274 sge_params->iq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params()
|
D | cxgb4_main.c | 4647 int func, i, err, s_qpp, qpp, num_seg; in init_one() local 4755 qpp = 1 << QUEUESPERPAGEPF0_G(t4_read_reg(adapter, in init_one() 4764 if (qpp > num_seg) { in init_one()
|