Searched refs:pdid (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c244 * IN: stag key, pdid, perm, bind_enabled, zbva, to, len, page_size,
249 u32 *stag, u8 stag_state, u32 pdid,
281 "%s stag_state 0x%0x type 0x%0x pdid 0x%0x, stag_idx 0x%x",
282 __func__, stag_state, type, pdid, stag_idx);
291 V_FW_RI_TPTE_STAGTYPE(type) | V_FW_RI_TPTE_PDID(pdid));
337 static int allocate_window(struct c4iw_rdev *rdev, u32 * stag, u32 pdid) argument
340 return write_tpt_entry(rdev, 0, stag, 0, pdid, FW_RI_STAG_MW, 0, 0, 0,
350 static int allocate_stag(struct c4iw_rdev *rdev, u32 *stag, u32 pdid, argument
354 return write_tpt_entry(rdev, 0, stag, 0, pdid, FW_RI_STAG_NSMR, 0, 0, 0,
376 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, mhp->attr.pdid,
248 write_tpt_entry(struct c4iw_rdev *rdev, u32 reset_tpt_entry, u32 *stag, u8 stag_state, u32 pdid, enum fw_ri_stag_type type, enum fw_ri_mem_perms perm, int bind_enabled, u32 zbva, u64 to, u64 len, u8 page_size, u32 pbl_size, u32 pbl_addr) argument
[all...]
H A Dprovider.c233 CTR3(KTR_IW_CXGBE, "%s: pd %p, pdid 0x%x", __func__, pd, php->pdid);
235 c4iw_put_resource(&rhp->rdev.resource.pdid_table, php->pdid);
249 u32 pdid; local
255 pdid = c4iw_get_resource(&rhp->rdev.resource.pdid_table);
256 if (!pdid)
260 c4iw_put_resource(&rhp->rdev.resource.pdid_table, pdid);
263 php->pdid = pdid;
266 if (ib_copy_to_udata(udata, &php->pdid, sizeo
[all...]
H A Diw_cxgbe.h358 u32 pdid; member in struct:c4iw_pd
372 u32 pdid; member in struct:tpt_attributes
H A Dqp.c682 V_FW_RI_TPTE_PDID(mhp->attr.pdid));
1389 wqe->u.init.pdid = cpu_to_be32(qhp->attr.pd);
1777 qhp->attr.pd = php->pdid;
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dcxgb4-abi.h47 uint32_t pdid; member in struct:c4iw_alloc_pd_resp
H A Dt4fw_ri_api.h710 __be32 pdid; member in struct:fw_ri_wr::fw_ri::fw_ri_init
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c337 CTR3(KTR_IW_CXGB, "%s ibpd %p pdid 0x%x", __FUNCTION__, pd, php->pdid);
338 cxio_hal_put_pdid(rhp->rdev.rscp, php->pdid);
348 u32 pdid; local
353 pdid = cxio_hal_get_pdid(rhp->rdev.rscp);
354 if (!pdid)
358 cxio_hal_put_pdid(rhp->rdev.rscp, pdid);
361 php->pdid = pdid;
364 if (ib_copy_to_udata(udata, &php->pdid, sizeo
[all...]
H A Diw_cxgb_hal.h151 int cxio_register_phys_mem(struct cxio_rdev *rdev, u32 * stag, u32 pdid,
154 int cxio_reregister_phys_mem(struct cxio_rdev *rdev, u32 * stag, u32 pdid,
159 int cxio_allocate_window(struct cxio_rdev *rdev, u32 * stag, u32 pdid);
164 void cxio_hal_put_pdid(struct cxio_hal_resource *rscp, u32 pdid);
H A Diw_cxgb_mem.c99 &stag, mhp->attr.pdid,
129 &stag, mhp->attr.pdid,
H A Diw_cxgb_provider.h38 u32 pdid; member in struct:iwch_pd
62 u32 pdid; member in struct:tpt_attributes
H A Diw_cxgb_hal.c729 /* IN: stag key, pdid, perm, zbva, to, len, page_size, pbl, and pbl_size
735 u32 *stag, u8 stag_state, u32 pdid,
754 CTR5(KTR_IW_CXGB, "%s stag_state 0x%0x type 0x%0x pdid 0x%0x, stag_idx 0x%x",
755 __FUNCTION__, stag_state, type, pdid, stag_idx);
766 V_TPT_STAG_TYPE(type) | V_TPT_PDID(pdid));
827 cxio_register_phys_mem(struct cxio_rdev *rdev_p, u32 *stag, u32 pdid, argument
832 return __cxio_tpt_op(rdev_p, 0, stag, 1, pdid, TPT_NON_SHARED_MR, perm,
837 cxio_reregister_phys_mem(struct cxio_rdev *rdev_p, u32 *stag, u32 pdid, argument
841 return __cxio_tpt_op(rdev_p, 0, stag, 1, pdid, TPT_NON_SHARED_MR, perm,
854 cxio_allocate_window(struct cxio_rdev *rdev_p, u32 * stag, u32 pdid) argument
734 __cxio_tpt_op(struct cxio_rdev *rdev_p, u32 reset_tpt_entry, u32 *stag, u8 stag_state, u32 pdid, enum tpt_mem_type type, enum tpt_mem_perm perm, u32 zbva, u64 to, u32 len, u8 page_size, u32 pbl_size, u32 pbl_addr) argument
[all...]
H A Diw_cxgb_resource.c277 void cxio_hal_put_pdid(struct cxio_hal_resource *rscp, u32 pdid) argument
279 cxio_hal_put_resource(rscp->pdid_fifo, pdid, &rscp->pdid_fifo_lock);
H A Diw_cxgb_wr.h297 u32 pdid; member in struct:t3_rdma_init_attr
320 __be32 pdid; member in struct:t3_rdma_init_wr
H A Diw_cxgb_qp.c852 init_attr.pdid = qhp->attr.pd;
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1574 __be32 pdid; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_srq
2108 __be32 pdid; member in struct:fw_ri_wr::fw_ri::fw_ri_init

Completed in 389 milliseconds