Searched refs:cpi (Results 76 - 91 of 91) sorted by relevance

1234

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c748 struct ib_class_port_info cpi; local
751 &cpi, 40, sizeof(cpi)) >= 0) {
752 if (cpi.capability_mask & IB_PMA_CLASS_CAP_EXT_WIDTH)
756 if (cpi.capability_mask & IB_PMA_CLASS_CAP_EXT_WIDTH_NOIETF)
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_cd.c590 struct ccb_pathinq cpi; local
633 xpt_path_inq(&cpi, periph->path);
634 if (cpi.ccb_h.status == CAM_REQ_CMP && (cpi.hba_misc & PIM_NO_6_BYTE))
681 XPORT_DEVSTAT_TYPE(cpi.transport),
697 if (cpi.maxio == 0)
699 else if (cpi.maxio > maxphys)
702 softc->disk->d_maxsize = cpi.maxio;
704 softc->disk->d_hba_vendor = cpi.hba_vendor;
705 softc->disk->d_hba_device = cpi
[all...]
H A Dscsi_da.c2764 struct ccb_pathinq cpi; local
2821 xpt_path_inq(&cpi, periph->path);
2822 if (cpi.ccb_h.status == CAM_REQ_CMP && (cpi.hba_misc & PIM_NO_6_BYTE))
2912 XPORT_DEVSTAT_TYPE(cpi.transport),
2923 if (cpi.maxio == 0)
2925 else if (cpi.maxio > maxphys)
2928 softc->maxio = cpi.maxio;
2936 if ((cpi.hba_misc & PIM_UNMAPPED) != 0) {
2946 softc->disk->d_hba_vendor = cpi
[all...]
H A Dscsi_ch.c371 struct ccb_pathinq cpi; local
402 xpt_path_inq(&cpi, periph->path);
413 XPORT_DEVSTAT_TYPE(cpi.transport),
H A Dscsi_sa.c2338 struct ccb_pathinq cpi; local
2422 xpt_path_inq(&cpi, periph->path);
2432 XPORT_DEVSTAT_TYPE(cpi.transport), DEVSTAT_PRIORITY_TAPE);
2450 * the smaller of cpi.maxio or maxphys.
2452 if (cpi.maxio == 0)
2454 else if (cpi.maxio > maxphys)
2457 softc->maxio = cpi.maxio;
2463 softc->cpi_maxio = cpi.maxio;
2482 if (cpi.hba_misc & PIM_UNMAPPED)
/freebsd-13-stable/sys/cam/ata/
H A Data_da.c276 struct ccb_pathinq cpi; member in struct:ada_softc
1821 xpt_path_inq(&softc->cpi, periph->path);
1860 if (softc->cpi.hba_misc & PIM_ATA_EXT)
1877 XPORT_DEVSTAT_TYPE(softc->cpi.transport),
3440 maxio = softc->cpi.maxio; /* Honor max I/O size of SIM */
3465 if ((softc->cpi.hba_misc & PIM_UNMAPPED) != 0) {
3493 "%s%d", softc->cpi.dev_name, softc->cpi.unit_number);
/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_cam.c404 struct ccb_pathinq *path_inq = &ccb->cpi;
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c892 struct ib_class_port_info cpi = {}; local
894 cpi.capability_mask = IB_PMA_CLASS_CAP_EXT_WIDTH;
895 memcpy(out_mad, &cpi, sizeof(cpi));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp308 CPEntry(MachineInstr *cpemi, unsigned cpi, unsigned rc = 0) argument
309 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp163 CPEntry(MachineInstr *cpemi, unsigned cpi, unsigned rc = 0) argument
164 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
/freebsd-13-stable/usr.sbin/camdd/
H A Dcamdd.c1538 CCB_CLEAR_ALL_EXCEPT_HDR(&ccb->cpi);
1565 pass_dev->cpi_maxio = ccb->cpi.maxio;
/freebsd-13-stable/sys/cam/
H A Dcam_ccb.h1342 struct ccb_pathinq cpi; member in union:ccb
H A Dcam_periph.c757 xpt_path_inq(&ccb.cpi, periph->path);
/freebsd-13-stable/sys/dev/mmc/host/
H A Ddwmmc.c1474 mmc_path_inq(&ccb->cpi, "Deglitch Networks", sim, MMC_SECTOR_SIZE);
/freebsd-13-stable/sys/arm/allwinner/
H A Daw_mmc.c232 mmc_path_inq(&ccb->cpi, "Deglitch Networks", sim,
/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci.c2537 mmc_path_inq(&ccb->cpi, "Deglitch Networks", sim, maxphys);

Completed in 369 milliseconds

1234