/drivers/infiniband/hw/cxgb4/ |
D | mem.c | 271 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_window(struct c4iw_rdev *rdev, u32 *stag, u32 pdid, in allocate_window() argument 372 return write_tpt_entry(rdev, 0, stag, 0, pdid, FW_RI_STAG_MW, 0, 0, 0, in allocate_window() 384 static int allocate_stag(struct c4iw_rdev *rdev, u32 *stag, u32 pdid, in allocate_stag() argument 389 return write_tpt_entry(rdev, 0, stag, 0, pdid, FW_RI_STAG_NSMR, 0, 0, 0, in allocate_stag() 413 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, mhp->attr.pdid, in register_mem() 475 mhp->attr.pdid = php->pdid; in c4iw_get_dma_mr() 484 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, php->pdid, in c4iw_get_dma_mr() [all …]
|
D | provider.c | 200 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()
|
D | iw_cxgb4.h | 368 u32 pdid; member 382 u32 pdid; member 514 u32 pdid; member
|
D | t4fw_ri_api.h | 312 __be32 pdid; member 784 __be32 pdid; member
|
D | qp.c | 801 FW_RI_TPTE_PDID_V(mhp->attr.pdid)); in build_tpte_memreg() 1800 wqe->u.init.pdid = cpu_to_be32(qhp->attr.pd); in rdma_init() 2197 qhp->attr.pd = php->pdid; in c4iw_create_qp() 2618 res->u.srq.pdid = cpu_to_be32(srq->pdid); in alloc_srq_queue() 2631 __func__, srq->idx, wq->qid, srq->pdid, wq->queue, in alloc_srq_queue() 2724 srq->pdid = php->pdid; in c4iw_create_srq()
|
/drivers/staging/rtl8712/ |
D | usb_intf.c | 34 const struct usb_device_id *pdid); 311 static void disable_ht_for_spec_devid(const struct usb_device_id *pdid, in disable_ht_for_spec_devid() argument 324 if ((pdid->idVendor == vid) && (pdid->idProduct == pid) && in disable_ht_for_spec_devid() 344 const struct usb_device_id *pdid) in r871xu_drv_init() argument 364 disable_ht_for_spec_devid(pdid, padapter); in r871xu_drv_init()
|
/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_ah.c | 75 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()
|
D | ocrdma_hw.h | 96 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()
|
D | ocrdma_hw.c | 1909 u32 pdid, int addr_check) in ocrdma_mbx_alloc_lkey() argument 1918 cmd->pdid = pdid; in ocrdma_mbx_alloc_lkey() 1959 u32 pdid, u32 pbl_cnt, u32 pbe_size, u32 last) in ocrdma_mbx_reg_mr() argument 1971 pdid | (hwmr->num_pbls << OCRDMA_REG_NSMR_NUM_PBL_SHIFT); in ocrdma_mbx_reg_mr() 2039 struct ocrdma_hw_mr *hwmr, u32 pdid, int acc) in ocrdma_reg_mr() argument 2051 status = ocrdma_mbx_reg_mr(dev, hwmr, pdid, in ocrdma_reg_mr()
|
D | ocrdma_verbs.c | 693 u32 pdid, int acc, u32 num_pbls, u32 addr_check) in ocrdma_alloc_lkey() argument 706 status = ocrdma_mbx_alloc_lkey(dev, &mr->hwmr, pdid, addr_check); in ocrdma_alloc_lkey() 1056 int pdid = 0; in ocrdma_destroy_cq() local 1069 pdid = cq->ucontext->cntxt_pd->id; in ocrdma_destroy_cq() 1073 ocrdma_get_db_addr(dev, pdid), in ocrdma_destroy_cq()
|
D | ocrdma_sli.h | 1462 u32 pdid; member 1611 u32 pdid; member
|
/drivers/staging/rtl8188eu/os_dep/ |
D | usb_intf.c | 327 const struct usb_device_id *pdid) in rtw_usb_if1_init() argument 455 static int rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid) in rtw_drv_init() argument 468 if1 = rtw_usb_if1_init(dvobj, pusb_intf, pdid); in rtw_drv_init()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | srq.h | 47 u16 pdid; member
|
D | srq.c | 130 e->pdid = SRQT_PDID_G(be64_to_cpu(rpl->rsvd_pdid)); in do_srq_table_rpl()
|
/drivers/staging/rtl8723bs/os_dep/ |
D | sdio_intf.c | 313 …tic struct adapter *rtw_sdio_if1_init(struct dvobj_priv *dvobj, const struct sdio_device_id *pdid) in rtw_sdio_if1_init() argument
|
/drivers/scsi/be2iscsi/ |
D | be_cmds.h | 641 u8 pdid[9]; member
|
/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 536 u8 pdid[9]; member
|
/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.c | 577 resp.pdid = pd->qplib_pd.id; in bnxt_re_alloc_pd()
|