Searched refs:host_no (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sg.c626 id->host_no = cam_sim_path(xpt_path_sim(periph->path));
H A Dscsi_sg.h108 int host_no; member in struct:sg_scsi_id
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c1702 ((id.channel & 0xff) << 16) + ((id.host_no & 0xff) << 24);
1703 idl.host_unique_id = id.host_no;
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c1448 * do not provide host_no. Use cdev->si_drv1 to get softc instance for those
1449 * case, else get the softc instance from host_no provided by application in
1466 sc = mrsas_mgmt_info.sc_ptr[user_ioc->host_no];
1469 user_ioc->host_no);
1470 else if (user_ioc->host_no >= mrsas_mgmt_info.max_index)
1472 "Invalid Controller number %d\n", user_ioc->host_no);
H A Dmrsas_ioctl.h94 u_int16_t host_no; member in struct:mrsas_iocpacket
112 u_int16_t host_no; member in struct:mrsas_iocpacket32
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c920 p_dek_map->dekMap[0].host = (bit32) pCard->pHost->host_no;
1130 perr->ioerr.host = (unsigned int) cmd->device->host->host_no;

Completed in 128 milliseconds