Searched refs:qpp (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_qp.c | 245 struct ipath_qp *q, **qpp; in ipath_free_qp() local 251 qpp = &qpt->table[qp->ibqp.qp_num % qpt->max]; in ipath_free_qp() 252 for (; (q = *qpp) != NULL; qpp = &q->next) { in ipath_free_qp() 254 *qpp = qp->next; in ipath_free_qp()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_pf.c | 638 u16 qmap_stride, qpp, vpp, vf_q_idx, vf_q_idx0, qmap_idx; in fm10k_iov_assign_resources_pf() local 656 qpp = fm10k_queues_per_pool(hw); in fm10k_iov_assign_resources_pf() 706 for (j = 0; j < qpp; j++, qmap_idx++, vf_q_idx++) { in fm10k_iov_assign_resources_pf() 1118 u32 idx, qpp; in fm10k_iov_update_stats_pf() local 1121 qpp = fm10k_queues_per_pool(hw); in fm10k_iov_update_stats_pf() 1123 fm10k_update_hw_stats_q(hw, q, idx, qpp); in fm10k_iov_update_stats_pf()
|
/linux-4.1.27/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.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 5251 u32 hps, qpp; in t4_init_sge_params() local 5265 qpp = t4_read_reg(adapter, SGE_EGRESS_QUEUES_PER_PAGE_PF_A); in t4_init_sge_params() 5266 sge_params->eq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params() 5267 qpp = t4_read_reg(adapter, SGE_INGRESS_QUEUES_PER_PAGE_PF_A); in t4_init_sge_params() 5268 sge_params->iq_qpp = ((qpp >> s_qpp) & QUEUESPERPAGEPF0_M); in t4_init_sge_params()
|
D | cxgb4_main.c | 4434 int func, i, err, s_qpp, qpp, num_seg; in init_one() local 4536 qpp = 1 << QUEUESPERPAGEPF0_G(t4_read_reg(adapter, in init_one() 4545 if (qpp > num_seg) { in init_one()
|