Searched defs:pdid (Results 1 - 20 of 20) sorted by relevance

/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.h81 static inline u64 ocrdma_get_db_addr(struct ocrdma_dev *dev, u32 pdid) argument
83 return dev->nic_info.unmapped_db + (pdid * dev->nic_info.db_page_size);
H A Docrdma_ah.c41 struct ib_ah_attr *attr, union ib_gid *sgid, int pdid)
80 grh.pdid_hoplimit = cpu_to_be32((pdid << 16) |
40 set_av_attr(struct ocrdma_dev *dev, struct ocrdma_ah *ah, struct ib_ah_attr *attr, union ib_gid *sgid, int pdid) argument
H A Docrdma_hw.c1693 u32 pdid, int addr_check)
1702 cmd->pdid = pdid;
1745 u32 pdid, u32 pbl_cnt, u32 pbe_size, u32 last)
1756 pdid | (hwmr->num_pbls << OCRDMA_REG_NSMR_NUM_PBL_SHIFT);
1826 struct ocrdma_hw_mr *hwmr, u32 pdid, int acc)
1838 status = ocrdma_mbx_reg_mr(dev, hwmr, pdid,
1692 ocrdma_mbx_alloc_lkey(struct ocrdma_dev *dev, struct ocrdma_hw_mr *hwmr, u32 pdid, int addr_check) argument
1744 ocrdma_mbx_reg_mr(struct ocrdma_dev *dev, struct ocrdma_hw_mr *hwmr, u32 pdid, u32 pbl_cnt, u32 pbe_size, u32 last) argument
1825 ocrdma_reg_mr(struct ocrdma_dev *dev, struct ocrdma_hw_mr *hwmr, u32 pdid, int acc) argument
H A Docrdma_verbs.c333 pr_err("%s(%d) Freeing in use pdid=0x%x.\n",
606 u32 pdid, int acc, u32 num_pbls, u32 addr_check)
619 status = ocrdma_mbx_alloc_lkey(dev, &mr->hwmr, pdid, addr_check);
993 int pdid = 0; local
1008 pdid = cq->ucontext->cntxt_pd->id;
1012 ocrdma_get_db_addr(dev, pdid),
605 ocrdma_alloc_lkey(struct ocrdma_dev *dev, struct ocrdma_mr *mr, u32 pdid, int acc, u32 num_pbls, u32 addr_check) argument
H A Docrdma_sli.h1332 u32 pdid; member in struct:ocrdma_alloc_lkey
1481 u32 pdid; member in struct:ocrdma_alloc_mw
/drivers/staging/rtl8188eu/os_dep/
H A Dusb_intf.c371 struct usb_interface *pusb_intf, const struct usb_device_id *pdid)
495 static int rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid) argument
511 if1 = rtw_usb_if1_init(dvobj, pusb_intf, pdid);
370 rtw_usb_if1_init(struct dvobj_priv *dvobj, struct usb_interface *pusb_intf, const struct usb_device_id *pdid) argument
/drivers/infiniband/hw/cxgb3/
H A Dcxio_resource.c237 void cxio_hal_put_pdid(struct cxio_hal_resource *rscp, u32 pdid) argument
239 cxio_hal_put_resource(&rscp->pdid_fifo, &rscp->pdid_fifo_lock, pdid);
H A Dcxio_hal.c693 /* IN: stag key, pdid, perm, zbva, to, len, page_size, pbl_size and pbl_addr
698 u32 *stag, u8 stag_state, u32 pdid,
720 PDBG("%s stag_state 0x%0x type 0x%0x pdid 0x%0x, stag_idx 0x%x\n",
721 __func__, stag_state, type, pdid, stag_idx);
732 V_TPT_STAG_TYPE(type) | V_TPT_PDID(pdid));
790 int cxio_register_phys_mem(struct cxio_rdev *rdev_p, u32 *stag, u32 pdid, argument
795 return __cxio_tpt_op(rdev_p, 0, stag, 1, pdid, TPT_NON_SHARED_MR, perm,
799 int cxio_reregister_phys_mem(struct cxio_rdev *rdev_p, u32 *stag, u32 pdid, argument
803 return __cxio_tpt_op(rdev_p, 0, stag, 1, pdid, TPT_NON_SHARED_MR, perm,
814 int cxio_allocate_window(struct cxio_rdev *rdev_p, u32 * stag, u32 pdid) argument
697 __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
827 cxio_allocate_stag(struct cxio_rdev *rdev_p, u32 *stag, u32 pdid, u32 pbl_size, u32 pbl_addr) argument
[all...]
H A Diwch_provider.c409 PDBG("%s ibpd %p pdid 0x%x\n", __func__, pd, php->pdid);
410 cxio_hal_put_pdid(rhp->rdev.rscp, php->pdid);
420 u32 pdid; local
425 pdid = cxio_hal_get_pdid(rhp->rdev.rscp);
426 if (!pdid)
430 cxio_hal_put_pdid(rhp->rdev.rscp, pdid);
433 php->pdid = pdid;
436 if (ib_copy_to_udata(udata, &php->pdid, sizeo
[all...]
H A Diwch_provider.h46 u32 pdid; member in struct:iwch_pd
66 u32 pdid; member in struct:tpt_attributes
H A Dcxio_wr.h338 u32 pdid; member in struct:t3_rdma_init_attr
361 __be32 pdid; member in struct:t3_rdma_init_wr
/drivers/staging/rtl8712/
H A Dusb_intf.c46 const struct usb_device_id *pdid);
333 static void disable_ht_for_spec_devid(const struct usb_device_id *pdid, argument
347 if ((pdid->idVendor == vid) && (pdid->idProduct == pid) &&
367 const struct usb_device_id *pdid)
388 disable_ht_for_spec_devid(pdid, padapter);
366 r871xu_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid) argument
/drivers/staging/rtl8723au/os_dep/
H A Dusb_intf.c30 const struct usb_device_id *pdid);
516 const struct usb_device_id *pdid)
649 const struct usb_device_id *pdid)
665 if1 = rtw_usb_if1_init(dvobj, pusb_intf, pdid);
514 rtw_usb_if1_init(struct dvobj_priv *dvobj, struct usb_interface *pusb_intf, const struct usb_device_id *pdid) argument
648 rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid) argument
/drivers/infiniband/hw/cxgb4/
H A Dprovider.c238 PDBG("%s ibpd %p pdid 0x%x\n", __func__, pd, php->pdid);
239 c4iw_put_resource(&rhp->rdev.resource.pdid_table, php->pdid);
252 u32 pdid; local
257 pdid = c4iw_get_resource(&rhp->rdev.resource.pdid_table);
258 if (!pdid)
262 c4iw_put_resource(&rhp->rdev.resource.pdid_table, pdid);
265 php->pdid = pdid;
268 if (ib_copy_to_udata(udata, &php->pdid, sizeo
[all...]
H A Dmem.c239 * IN: stag key, pdid, perm, bind_enabled, zbva, to, len, page_size,
244 u32 *stag, u8 stag_state, u32 pdid,
275 PDBG("%s stag_state 0x%0x type 0x%0x pdid 0x%0x, stag_idx 0x%x\n",
276 __func__, stag_state, type, pdid, stag_idx);
285 V_FW_RI_TPTE_STAGTYPE(type) | V_FW_RI_TPTE_PDID(pdid));
332 static int allocate_window(struct c4iw_rdev *rdev, u32 * stag, u32 pdid) argument
335 return write_tpt_entry(rdev, 0, stag, 0, pdid, FW_RI_STAG_MW, 0, 0, 0,
345 static int allocate_stag(struct c4iw_rdev *rdev, u32 *stag, u32 pdid, argument
349 return write_tpt_entry(rdev, 0, stag, 0, pdid, FW_RI_STAG_NSMR, 0, 0, 0,
371 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, mhp->attr.pdid,
243 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 Diw_cxgb4.h358 u32 pdid; member in struct:c4iw_pd
372 u32 pdid; member in struct:tpt_attributes
H A Dt4fw_ri_api.h710 __be32 pdid; member in struct:fw_ri_wr::fw_ri::fw_ri_init
/drivers/net/irda/
H A Ddonauboe.c1533 toshoboe_open (struct pci_dev *pci_dev, const struct pci_device_id *pdid) argument
/drivers/scsi/be2iscsi/
H A Dbe_cmds.h573 u8 pdid[9]; member in struct:amap_mcc_context
/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h463 u8 pdid[9]; member in struct:amap_mcc_context_be

Completed in 324 milliseconds