Lines Matching defs:nsect
1508 dbg_printk(MTIP_DRV_NAME " %s: User Command: cmd %x, feat %x, nsect %x, sect %x, lcyl %x, hcyl %x, sel %x\n",
1632 "err %x, nsect %x\n",
1719 u8 nsect = 0;
1766 nsect = taskout / ATA_SECT_SIZE;
1811 if (nsect)
1812 fis.sect_count = nsect;
1825 " %s: cmd %x, feat %x, nsect %x,"
2046 * @nsect Number of sectors to read.
2067 unsigned int nsect = blk_rq_sectors(rq);
2099 fis->features = nsect & 0xFF;
2100 fis->features_ex = (nsect >> 8) & 0xFF;