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

/drivers/scsi/mpt2sas/
H A Dmpt2sas_scsih.c1410 sdev->no_uld_attach = 1;
5938 * @no_uld_attach: sdev->no_uld_attach flag setting
5942 _scsih_reprobe_lun(struct scsi_device *sdev, void *no_uld_attach) argument
5946 sdev->no_uld_attach = no_uld_attach ? 1 : 0;
5948 sdev->no_uld_attach ? "hidding" : "exposing");
5955 * @no_uld_attach: sdev->no_uld_attach flag setting
5957 * Note: no_uld_attach fla
5961 _scsih_reprobe_target(struct scsi_target *starget, int no_uld_attach) argument
[all...]

Completed in 85 milliseconds