Searched refs:pdt (Results 1 – 5 of 5) sorted by relevance
620 struct bnxt_qplib_pd_tbl *pdt = &res->pd_tbl; in bnxt_qplib_alloc_pd() local625 bit_num = find_first_bit(pdt->tbl, pdt->max); in bnxt_qplib_alloc_pd()626 if (bit_num == pdt->max) { in bnxt_qplib_alloc_pd()632 clear_bit(bit_num, pdt->tbl); in bnxt_qplib_alloc_pd()640 struct bnxt_qplib_pd_tbl *pdt, in bnxt_qplib_dealloc_pd() argument646 if (test_and_set_bit(pd->id, pdt->tbl)) { in bnxt_qplib_dealloc_pd()658 static void bnxt_qplib_free_pd_tbl(struct bnxt_qplib_pd_tbl *pdt) in bnxt_qplib_free_pd_tbl() argument660 kfree(pdt->tbl); in bnxt_qplib_free_pd_tbl()661 pdt->tbl = NULL; in bnxt_qplib_free_pd_tbl()662 pdt->max = 0; in bnxt_qplib_free_pd_tbl()[all …]
7 obj-$(CONFIG_OF_PROMTREE) += pdt.o
101 const struct pdt_entry *pdt);
8 obj-y := head.o cache.o pacache.o setup.o pdt.o traps.o time.o irq.o \
525 if (port->pdt != DP_PEER_DEVICE_NONE && !port->dpcd_rev) { in dm_dp_mst_detect()553 } else if (port->pdt == DP_PEER_DEVICE_NONE) { in dm_dp_mst_detect()1905 if (aconnector->mst_output_port->pdt != DP_PEER_DEVICE_DP_LEGACY_CONV && in dm_dp_mst_is_port_support_mode()1906 aconnector->mst_output_port->pdt != DP_PEER_DEVICE_NONE) { in dm_dp_mst_is_port_support_mode()