Home
last modified time | relevance | path

Searched refs:sects (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/block/
Damiflop.c170 int sects; /* sectors per track */ member
847 for (scnt = 0;scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in amiga_read()
944 hdr.ord = unit[disk].dtype->sects * unit[disk].type->sect_mult - cnt; in putsec()
976 for (cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in amiga_write()
1162 for (scnt=0; scnt < unit[drive].dtype->sects * unit[drive].type->sect_mult; scnt++) { in dos_read()
1349 for(cnt = 0; cnt < unit[disk].dtype->sects * unit[disk].type->sect_mult; cnt++) in dos_write()
1472 track = block / (floppy->dtype->sects * floppy->type->sect_mult); in amiflop_rw_cur_segment()
1473 sector = block % (floppy->dtype->sects * floppy->type->sect_mult); in amiflop_rw_cur_segment()
1530 geo->sectors = unit[drive].dtype->sects * unit[drive].type->sect_mult; in fd_getgeo()
1568 p->dtype->sects * p->type->sect_mult * 512); in fd_locked_ioctl()
[all …]
/linux-6.1.9/arch/ia64/kernel/
Dmca_drv.c232 int sects; in mca_make_slidx() local
258 for (ercd_pos = sizeof(sal_log_record_header_t), sects = 0; in mca_make_slidx()
259 ercd_pos < record_len; ercd_pos += sp->len, sects++) { in mca_make_slidx()
299 slidx->n_sections = sects; in mca_make_slidx()
/linux-6.1.9/scripts/
Dkernel-doc1583 my @sects = split ' ', $sectcheck;
1589 foreach $sx (0 .. $#sects) {
1604 if ($prm_clean eq $sects[$sx]) {
1613 "'$sects[$sx]' " .
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.c4521 u16 sects; in ice_upd_prof_hw() local
4544 sects = xlt1 + xlt2 + tcam + es; in ice_upd_prof_hw()
4546 if (!sects) in ice_upd_prof_hw()
4554 status = ice_pkg_buf_reserve_section(b, sects); in ice_upd_prof_hw()
4588 if (!pkg_sects || pkg_sects != sects) { in ice_upd_prof_hw()