Home
last modified time | relevance | path

Searched refs:pdid (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/soc/nuvoton/
H A Dwpcm450-soc.c53 u32 pdid; in wpcm450_soc_init() local
62 ret = regmap_read(gcr, GCR_PDID, &pdid); in wpcm450_soc_init()
66 if (PDID_CHIP(pdid) != CHIP_WPCM450) { in wpcm450_soc_init()
67 pr_warn("Unknown chip ID in GCR.PDID: 0x%06x\n", PDID_CHIP(pdid)); in wpcm450_soc_init()
71 revision = get_revision(PDID_REV(pdid)); in wpcm450_soc_init()
73 pr_warn("Unknown chip revision in GCR.PDID: 0x%02x\n", PDID_REV(pdid)); in wpcm450_soc_init()
/linux/drivers/infiniband/hw/cxgb4/
H A Dmem.c271 u32 *stag, u8 stag_state, u32 pdid, in write_tpt_entry() argument
309 stag_state, type, pdid, stag_idx); in write_tpt_entry()
318 FW_RI_TPTE_STAGTYPE_V(type) | FW_RI_TPTE_PDID_V(pdid)); in write_tpt_entry()
368 static int allocate_stag(struct c4iw_rdev *rdev, u32 *stag, u32 pdid, in allocate_stag() argument
373 return write_tpt_entry(rdev, 0, stag, 0, pdid, FW_RI_STAG_NSMR, 0, 0, 0, in allocate_stag()
397 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, mhp->attr.pdid, in register_mem()
459 mhp->attr.pdid = php->pdid; in c4iw_get_dma_mr()
468 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, php->pdid, in c4iw_get_dma_mr()
571 mhp->attr.pdid = php->pdid; in c4iw_reg_user_mr()
643 ret = allocate_stag(&rhp->rdev, &stag, php->pdid, in c4iw_alloc_mr()
[all …]
H A Dprovider.c200 pr_debug("ibpd %p pdid 0x%x\n", pd, php->pdid); in c4iw_deallocate_pd()
201 c4iw_put_resource(&rhp->rdev.resource.pdid_table, php->pdid); in c4iw_deallocate_pd()
212 u32 pdid; in c4iw_allocate_pd() local
217 pdid = c4iw_get_resource(&rhp->rdev.resource.pdid_table); in c4iw_allocate_pd()
218 if (!pdid) in c4iw_allocate_pd()
221 php->pdid = pdid; in c4iw_allocate_pd()
224 struct c4iw_alloc_pd_resp uresp = {.pdid = php->pdid}; in c4iw_allocate_pd()
236 pr_debug("pdid 0x%0x ptr 0x%p\n", pdid, php); in c4iw_allocate_pd()
H A Diw_cxgb4.h362 u32 pdid; member
376 u32 pdid; member
508 u32 pdid; member
H A Dt4fw_ri_api.h306 __be32 pdid; member
770 __be32 pdid; member
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_ah.c75 int pdid, bool *isvlan, u16 vlan_tag) in set_av_attr() argument
130 ipv4.id = cpu_to_be16(pdid); in set_av_attr()
147 grh.pdid_hoplimit = cpu_to_be32((pdid << 16) | in set_av_attr()
H A Docrdma_hw.h96 static inline u64 ocrdma_get_db_addr(struct ocrdma_dev *dev, u32 pdid) in ocrdma_get_db_addr() argument
98 return dev->nic_info.unmapped_db + (pdid * dev->nic_info.db_page_size); in ocrdma_get_db_addr()
H A Docrdma_hw.c1905 u32 pdid, int addr_check) in ocrdma_mbx_alloc_lkey() argument
1914 cmd->pdid = pdid; in ocrdma_mbx_alloc_lkey()
1955 u32 pdid, u32 pbl_cnt, u32 pbe_size, u32 last) in ocrdma_mbx_reg_mr() argument
1967 pdid | (hwmr->num_pbls << OCRDMA_REG_NSMR_NUM_PBL_SHIFT); in ocrdma_mbx_reg_mr()
2035 struct ocrdma_hw_mr *hwmr, u32 pdid, int acc) in ocrdma_reg_mr() argument
2047 status = ocrdma_mbx_reg_mr(dev, hwmr, pdid, in ocrdma_reg_mr()
H A Docrdma_verbs.c695 u32 pdid, int acc, u32 num_pbls, u32 addr_check) in ocrdma_alloc_lkey() argument
708 status = ocrdma_mbx_alloc_lkey(dev, &mr->hwmr, pdid, addr_check); in ocrdma_alloc_lkey()
1059 int pdid = 0; in ocrdma_destroy_cq() local
1072 pdid = cq->ucontext->cntxt_pd->id; in ocrdma_destroy_cq()
1076 ocrdma_get_db_addr(dev, pdid), in ocrdma_destroy_cq()
H A Docrdma_sli.h1462 u32 pdid; member
1611 u32 pdid; member
/linux/include/uapi/rdma/
H A Dcxgb4-abi.h112 __u32 pdid; member
H A Dbnxt_re-abi.h96 __u32 pdid; member
/linux/drivers/net/ethernet/microsoft/mana/
H A Dgdma_main.c224 req.pdid = queue->gdma_dev->pdid; in mana_gd_create_hw_eq()
955 gd->pdid = INVALID_PDID; in mana_gd_register_device()
971 gd->pdid = resp.pdid; in mana_gd_register_device()
986 if (gd->pdid == INVALID_PDID) in mana_gd_deregister_device()
1002 gd->pdid = INVALID_PDID; in mana_gd_deregister_device()
H A Dhw_channel.c163 hwc->gdma_dev->pdid = val; in mana_hwc_init_event_handler()
731 gd->pdid = INVALID_PDID; in mana_hwc_create_channel()
798 hwc->gdma_dev->pdid = INVALID_PDID; in mana_hwc_destroy_channel()
H A Dmana_en.c1062 req.pdid = protection_dom_id; in mana_cfg_vport()
2471 err = mana_cfg_vport(apc, gd->pdid, gd->doorbell); in mana_create_vport()
/linux/include/net/mana/
H A Dmana.h590 u32 pdid; member
/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.h641 u8 pdid[9]; member
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h536 u8 pdid[9]; member
/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c724 resp.pdid = pd->qplib_pd.id; in bnxt_re_alloc_pd()