Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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_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 …]
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()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/
H A Dusb_intf.c42 static int rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid);
416 …d rtw_decide_chip_type_by_usb_info(struct dvobj_priv *pdvobjpriv, const struct usb_device_id *pdid) in rtw_decide_chip_type_by_usb_info() argument
418 pdvobjpriv->chip_type = pdid->driver_info; in rtw_decide_chip_type_by_usb_info()
496 …struct dvobj_priv *usb_dvobj_init(struct usb_interface *usb_intf, const struct usb_device_id *pdid) in usb_dvobj_init() argument
630 rtw_decide_chip_type_by_usb_info(pdvobjpriv, pdid); in usb_dvobj_init()
813 static void process_spec_devid(const struct usb_device_id *pdid) in process_spec_devid() argument
826 if ((pdid->idVendor == vid) && (pdid->idProduct == pid) && (flags & SPEC_DEV_ID_DISABLE_HT)) { in process_spec_devid()
836 if ((pdid->idVendor == vid) && (pdid->idProduct == pid) && (flags & SPEC_DEV_ID_ASSIGN_IFNAME)) { in process_spec_devid()
1241 static int rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid) in rtw_drv_init() argument
1253 process_spec_devid(pdid); in rtw_drv_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Dusb_intf.c34 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()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dpci_intf.c43 static int rtw_dev_probe(struct pci_dev *pdev, const struct pci_device_id *pdid);
472 const struct pci_device_id *pdid) in pci_dvobj_init() argument
602 dvobj->ic_id = pdid->driver_data; in pci_dvobj_init()
693 static void disable_ht_for_spec_devid(const struct pci_device_id *pdid) in disable_ht_for_spec_devid() argument
706 if ((pdid->vendor == vid) && (pdid->device == pid) && (flags & SPEC_DEV_ID_DISABLE_HT)) { in disable_ht_for_spec_devid()
879 static int rtw_dev_probe(struct pci_dev *pdev, const struct pci_device_id *pdid) in rtw_dev_probe() argument
887 disable_ht_for_spec_devid(pdid); in rtw_dev_probe()
890 dvobj = pci_dvobj_init(pdev, pdid); in rtw_dev_probe()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Dusb_intf.c51 static int rtw_drv_init(struct usb_interface *pusb_intf,const struct usb_device_id *pdid);
347 …d rtw_decide_chip_type_by_usb_info(struct dvobj_priv *pdvobjpriv, const struct usb_device_id *pdid) in rtw_decide_chip_type_by_usb_info() argument
349 pdvobjpriv->chip_type = pdid->driver_info; in rtw_decide_chip_type_by_usb_info()
388 …struct dvobj_priv *usb_dvobj_init(struct usb_interface *usb_intf, const struct usb_device_id *pdid) in usb_dvobj_init() argument
558 rtw_decide_chip_type_by_usb_info(pdvobjpriv, pdid); in usb_dvobj_init()
776 static void process_spec_devid(const struct usb_device_id *pdid) in process_spec_devid() argument
790 if((pdid->idVendor==vid) && (pdid->idProduct==pid) && (flags&SPEC_DEV_ID_DISABLE_HT)) in process_spec_devid()
801 if((pdid->idVendor==vid) && (pdid->idProduct==pid) && (flags&SPEC_DEV_ID_ASSIGN_IFNAME)) in process_spec_devid()
1433 static int rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid) in rtw_drv_init() argument
1446 process_spec_devid(pdid); in rtw_drv_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Dusb_intf.c43 static int rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid);
407 …d rtw_decide_chip_type_by_usb_info(struct dvobj_priv *pdvobjpriv, const struct usb_device_id *pdid) in rtw_decide_chip_type_by_usb_info() argument
409 pdvobjpriv->chip_type = pdid->driver_info; in rtw_decide_chip_type_by_usb_info()
482 …struct dvobj_priv *usb_dvobj_init(struct usb_interface *usb_intf, const struct usb_device_id *pdid) in usb_dvobj_init() argument
642 rtw_decide_chip_type_by_usb_info(pdvobjpriv, pdid); in usb_dvobj_init()
831 static void process_spec_devid(const struct usb_device_id *pdid) in process_spec_devid() argument
844 if ((pdid->idVendor == vid) && (pdid->idProduct == pid) && (flags & SPEC_DEV_ID_DISABLE_HT)) { in process_spec_devid()
854 if ((pdid->idVendor == vid) && (pdid->idProduct == pid) && (flags & SPEC_DEV_ID_ASSIGN_IFNAME)) { in process_spec_devid()
1471 static int rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid) in rtw_drv_init() argument
1483 process_spec_devid(pdid); in rtw_drv_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Dusb_intf.c43 static int rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid);
407 …d rtw_decide_chip_type_by_usb_info(struct dvobj_priv *pdvobjpriv, const struct usb_device_id *pdid) in rtw_decide_chip_type_by_usb_info() argument
409 pdvobjpriv->chip_type = pdid->driver_info; in rtw_decide_chip_type_by_usb_info()
482 …struct dvobj_priv *usb_dvobj_init(struct usb_interface *usb_intf, const struct usb_device_id *pdid) in usb_dvobj_init() argument
642 rtw_decide_chip_type_by_usb_info(pdvobjpriv, pdid); in usb_dvobj_init()
831 static void process_spec_devid(const struct usb_device_id *pdid) in process_spec_devid() argument
844 if ((pdid->idVendor == vid) && (pdid->idProduct == pid) && (flags & SPEC_DEV_ID_DISABLE_HT)) { in process_spec_devid()
854 if ((pdid->idVendor == vid) && (pdid->idProduct == pid) && (flags & SPEC_DEV_ID_ASSIGN_IFNAME)) { in process_spec_devid()
1471 static int rtw_drv_init(struct usb_interface *pusb_intf, const struct usb_device_id *pdid) in rtw_drv_init() argument
1483 process_spec_devid(pdid); in rtw_drv_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Dpci_intf.c58 static int rtw_drv_init(struct pci_dev *pdev, const struct pci_device_id *pdid);
886 …tw_decide_chip_type_by_pci_driver_data(struct dvobj_priv *pdvobj, const struct pci_device_id *pdid) in rtw_decide_chip_type_by_pci_driver_data() argument
888 pdvobj->chip_type = pdid->driver_data; in rtw_decide_chip_type_by_pci_driver_data()
945 static struct dvobj_priv *pci_dvobj_init(struct pci_dev *pdev, const struct pci_device_id *pdid) in pci_dvobj_init() argument
1092 rtw_decide_chip_type_by_pci_driver_data(dvobj, pdid); in pci_dvobj_init()
1328 static void disable_ht_for_spec_devid(const struct pci_device_id *pdid) in disable_ht_for_spec_devid() argument
1341 if ((pdid->vendor == vid) && (pdid->device == pid) && (flags & SPEC_DEV_ID_DISABLE_HT)) { in disable_ht_for_spec_devid()
1624 static int rtw_drv_init(struct pci_dev *pdev, const struct pci_device_id *pdid) in rtw_drv_init() argument
1637 disable_ht_for_spec_devid(pdid); in rtw_drv_init()
1640 dvobj = pci_dvobj_init(pdev, pdid); in rtw_drv_init()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/os_dep/
H A Dusb_intf.c327 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dsrq.h47 u16 pdid; member
H A Dsrq.c130 e->pdid = SRQT_PDID_G(be64_to_cpu(rpl->rsvd_pdid)); in do_srq_table_rpl()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/
H A Dcxgb3-abi.h79 __u32 pdid; member
H A Dbnxt_re-abi.h62 __u32 pdid; member
H A Dcxgb4-abi.h112 __u32 pdid; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/rdma/
H A Dcxgb3-abi.h79 __u32 pdid; member
H A Dbnxt_re-abi.h62 __u32 pdid; member
H A Dcxgb4-abi.h112 __u32 pdid; member
/OK3568_Linux_fs/kernel/include/uapi/rdma/
H A Dbnxt_re-abi.h73 __u32 pdid; member
H A Dcxgb4-abi.h112 __u32 pdid; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Dsdio_intf.c325 …oid rtw_decide_chip_type_by_device_id(struct dvobj_priv *dvobj, const struct sdio_device_id *pdid) in rtw_decide_chip_type_by_device_id() argument
327 dvobj->chip_type = pdid->driver_data; in rtw_decide_chip_type_by_device_id()
370 …atic struct dvobj_priv *sdio_dvobj_init(struct sdio_func *func, const struct sdio_device_id *pdid) in sdio_dvobj_init() argument
392 rtw_decide_chip_type_by_device_id(dvobj, pdid); in sdio_dvobj_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/
H A Dsdio_intf.c404 …oid rtw_decide_chip_type_by_device_id(struct dvobj_priv *dvobj, const struct sdio_device_id *pdid) in rtw_decide_chip_type_by_device_id() argument
406 dvobj->chip_type = pdid->driver_data; in rtw_decide_chip_type_by_device_id()
470 …atic struct dvobj_priv *sdio_dvobj_init(struct sdio_func *func, const struct sdio_device_id *pdid) in sdio_dvobj_init() argument
491 rtw_decide_chip_type_by_device_id(dvobj, pdid); in sdio_dvobj_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Dsdio_intf.c447 …oid rtw_decide_chip_type_by_device_id(struct dvobj_priv *dvobj, const struct sdio_device_id *pdid) in rtw_decide_chip_type_by_device_id() argument
449 dvobj->chip_type = pdid->driver_data; in rtw_decide_chip_type_by_device_id()
535 …atic struct dvobj_priv *sdio_dvobj_init(struct sdio_func *func, const struct sdio_device_id *pdid) in sdio_dvobj_init() argument
556 rtw_decide_chip_type_by_device_id(dvobj, pdid); in sdio_dvobj_init()

12