Searched refs:qp_bitmap (Results 1 – 3 of 3) sorted by relevance
232 u64 qp_bitmap; member976 qp_bitmap_alloc = nt->qp_bitmap & ~nt->qp_bitmap_free; in ntb_transport_link_cleanup()1248 u64 qp_bitmap; in ntb_transport_probe() local1331 qp_bitmap = ntb_db_valid_mask(ndev); in ntb_transport_probe()1333 qp_count = ilog2(qp_bitmap); in ntb_transport_probe()1345 qp_bitmap &= BIT_ULL(qp_count) - 1; in ntb_transport_probe()1348 nt->qp_bitmap = qp_bitmap; in ntb_transport_probe()1349 nt->qp_bitmap_free = qp_bitmap; in ntb_transport_probe()1414 qp_bitmap_alloc = nt->qp_bitmap & ~nt->qp_bitmap_free; in ntb_transport_free()2439 db_bits = (nt->qp_bitmap & ~nt->qp_bitmap_free & in ntb_transport_doorbell_callback()
1117 qp_id = find_first_zero_bit(qm->qp_bitmap, qm->qp_num); in hisi_qm_create_qp()1124 set_bit(qp_id, qm->qp_bitmap); in hisi_qm_create_qp()1164 clear_bit(qp_id, qm->qp_bitmap); in hisi_qm_create_qp()1189 clear_bit(qp->qp_id, qm->qp_bitmap); in hisi_qm_release_qp()1698 if (!qm->qp_bitmap) { in hisi_qm_start()1699 qm->qp_bitmap = devm_kcalloc(dev, BITS_TO_LONGS(qm->qp_num), in hisi_qm_start()1704 if (!qm->qp_bitmap || !qm->qp_array) in hisi_qm_start()
150 unsigned long *qp_bitmap; member