Searched refs:ATO (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sd_dif.c | 68 if (!sdkp->ATO) in sd_dif_config_host()
|
H A D | sd.h | 109 unsigned ATO : 1; /* state of disk ATO bit */ member
|
H A D | sd.c | 364 return sprintf(buf, "%u\n", sdkp->ATO); in app_tag_own_show() 2894 * The ATO bit indicates whether the DIF application tag is available 2916 "getting Control mode page failed, assume no ATO\n"); in sd_read_app_tag_own() 2927 sd_first_printk(KERN_ERR, sdkp, "ATO Got wrong page\n"); in sd_read_app_tag_own() 2934 sdkp->ATO = 1; in sd_read_app_tag_own() 3474 sdkp->ATO = 0; in sd_probe()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sd_dif.c | 68 if (!sdkp->ATO) in sd_dif_config_host()
|
H A D | sd.h | 135 unsigned ATO : 1; /* state of disk ATO bit */ member
|
H A D | sd.c | 418 return sprintf(buf, "%u\n", sdkp->ATO); in app_tag_own_show() 2999 * The ATO bit indicates whether the DIF application tag is available 3021 "getting Control mode page failed, assume no ATO\n"); in sd_read_app_tag_own() 3032 sd_first_printk(KERN_ERR, sdkp, "ATO Got wrong page\n"); in sd_read_app_tag_own() 3039 sdkp->ATO = 1; in sd_read_app_tag_own() 3737 sdkp->ATO = 0; in sd_probe()
|
Completed in 11 milliseconds