Searched refs:hba_misc (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-10-stable/sys/cam/
H A Dcam_compat.h81 u_int8_t hba_misc; /* Misc HBA features */ member in struct:ccb_pathinq_0x17
H A Dcam_compat.c174 cpi17->hba_misc = (u_int8_t)cpi->hba_misc;
H A Dcam_ccb.h619 u_int32_t hba_misc; /* Misc HBA features */ member in struct:ccb_pathinq
/freebsd-10-stable/sys/cam/ctl/
H A Dscsi_ctl.c81 uint32_t hba_misc; member in struct:ctlfe_softc
309 softc->hba_misc = cpi->hba_misc;
1139 if (bus_softc->hba_misc & PIM_EXTLUNS) {
1411 if (bus_softc->hba_misc & PIM_EXTLUNS) {
1734 if (bus_softc->hba_misc & PIM_EXTLUNS)
1795 if (softc->hba_misc & PIM_EXTLUNS)
H A Dctl_frontend_cam_sim.c779 cpi->hba_misc = PIM_EXTLUNS;
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_xpt.c699 && (cpi.hba_misc & PIM_NOBUSRESET) != 0) {
711 if (cpi.hba_misc & PIM_EXTLUNS)
1937 if ((work_ccb->cpi.hba_misc & PIM_NOINITIATOR) != 0) {
1951 !(work_ccb->cpi.hba_misc & PIM_NOBUSRESET) &&
1995 } else if (scan_info->cpi->hba_misc & PIM_SEQSCAN) {
2090 if (scan_info->cpi->hba_misc & PIM_EXTLUNS) {
2175 } else if (scan_info->cpi->hba_misc & PIM_SEQSCAN) {
2205 if ((scan_info->cpi->hba_misc & PIM_SEQSCAN) == 0) {
2292 if ((cpi.hba_misc & PIM_NOINITIATOR) != 0) {
/freebsd-10-stable/sys/dev/ppbus/
H A Dvpo.c386 cpi->hba_misc = 0;
/freebsd-10-stable/sys/dev/iscsi_initiator/
H A Disc_cam.c71 cpi->hba_misc = 0;
/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic7xxx_osm.c785 cpi->hba_misc = 0;
792 cpi->hba_misc |= PIM_NOBUSRESET;
796 cpi->hba_misc |= PIM_NOBUSRESET;
H A Daic79xx_osm.c692 cpi->hba_misc = 0;
698 cpi->hba_misc |= PIM_NOBUSRESET;
/freebsd-10-stable/tools/tools/vhba/
H A Dvhba.c131 cpi->hba_misc = PIM_NOBUSRESET;
/freebsd-10-stable/sys/dev/amr/
H A Damr_cam.c321 cpi->hba_misc = PIM_NOBUSRESET|PIM_SEQSCAN;
/freebsd-10-stable/sys/dev/twa/
H A Dtw_osl_cam.c417 path_inq->hba_misc = 0;
/freebsd-10-stable/sys/dev/aac/
H A Daac_cam.c313 cpi->hba_misc = PIM_NOBUSRESET | PIM_SEQSCAN;
/freebsd-10-stable/sys/dev/isci/
H A Disci_controller.c682 cpi->hba_misc = PIM_NOBUSRESET | PIM_SEQSCAN |
/freebsd-10-stable/sys/dev/mfi/
H A Dmfi_cam.c221 cpi->hba_misc = PIM_NOBUSRESET | PIM_SEQSCAN | PIM_UNMAPPED;
/freebsd-10-stable/sys/dev/ahci/
H A Dahciem.c574 cpi->hba_misc = PIM_SEQSCAN;
/freebsd-10-stable/sys/powerpc/ps3/
H A Dps3cdrom.c415 cpi->hba_misc = PIM_NOBUSRESET | PIM_SEQSCAN | PIM_NO_6_BYTE;
/freebsd-10-stable/sys/dev/wds/
H A Dwd7000.c1219 cpi->hba_misc = 0;
1224 cpi->hba_misc = 0;
/freebsd-10-stable/sys/dev/mrsas/
H A Dmrsas_cam.c349 ccb->cpi.hba_misc = PIM_UNMAPPED;
351 ccb->cpi.hba_misc = 0;
/freebsd-10-stable/sys/dev/aacraid/
H A Daacraid_cam.c1030 cpi->hba_misc = PIM_NOBUSRESET;
1034 cpi->hba_misc |= PIM_SEQSCAN;
/freebsd-10-stable/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1440 cpi->hba_misc = PIM_NOBUSRESET;
1442 cpi->hba_misc |= PIM_UNMAPPED;
/freebsd-10-stable/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c911 cpi->hba_misc = PIM_SEQSCAN | PIM_UNMAPPED;
913 cpi->hba_misc |= PIM_NOBUSRESET;
/freebsd-10-stable/sys/powerpc/pseries/
H A Dphyp_vscsi.c425 cpi->hba_misc = PIM_EXTLUNS;
/freebsd-10-stable/sys/dev/mpt/
H A Dmpt_cam.c3575 cpi->hba_misc = PIM_NOBUSRESET | PIM_UNMAPPED |
3588 cpi->hba_misc = PIM_NOBUSRESET | PIM_UNMAPPED |
3596 cpi->hba_misc = PIM_SEQSCAN | PIM_UNMAPPED |
3616 cpi->hba_misc |= PIM_NOINITIATOR;

Completed in 309 milliseconds

123