Home
last modified time | relevance | path

Searched refs:start_sec (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
Dgdth_proc.c495 ha->hdr[i].start_sec = 0; in gdth_show_info()
503 ha->hdr[k].start_sec = phg->entry[j].start_sec; in gdth_show_info()
520 (u32)(ha->hdr[i].size/2048), ha->hdr[i].start_sec); in gdth_show_info()
Dgdth.h641 u32 start_sec; /* start sector */ member
858 u32 start_sec; /* start sector */ member
Dscsi_debug.c3105 static int prot_verify_read(struct scsi_cmnd *scp, sector_t start_sec, in prot_verify_read() argument
3117 sector = start_sec + i; in prot_verify_read()
3131 dif_copy_prot(scp, start_sec, sectors, true); in prot_verify_read()
3286 static int prot_verify_write(struct scsi_cmnd *SCpnt, sector_t start_sec, in prot_verify_write() argument
3292 sector_t sector = start_sec; in prot_verify_write()
3346 dif_copy_prot(SCpnt, start_sec, sectors, false); in prot_verify_write()
5302 int heads_by_sects, start_sec, end_sec; in sdebug_build_parts() local
5330 start_sec = starts[k]; in sdebug_build_parts()
5334 pp->cyl = start_sec / heads_by_sects; in sdebug_build_parts()
5335 pp->head = (start_sec - (pp->cyl * heads_by_sects)) in sdebug_build_parts()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
Dlan743x_ptp.c488 u32 start_sec = 0, start_nsec = 0; in lan743x_ptp_perout() local
535 start_sec = perout_request->start.sec; in lan743x_ptp_perout()
536 start_sec += perout_request->start.nsec / 1000000000; in lan743x_ptp_perout()
593 start_sec); in lan743x_ptp_perout()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dptp.c941 u32 start_sec; in efx_ptp_process_times() local
1001 start_sec = ptp->timeset[last_good].host_start >> MC_NANOSECOND_BITS; in efx_ptp_process_times()
1003 if (start_sec != last_sec && in efx_ptp_process_times()
1004 ((start_sec + 1) & MC_SECOND_MASK) != last_sec) { in efx_ptp_process_times()
1009 delta.tv_sec = (last_sec - start_sec) & 1; in efx_ptp_process_times()
/kernel/linux/linux-5.10/drivers/staging/rts5208/
Drtsx_scsi.c840 u32 start_sec; in read_write() local
883 start_sec = ((u32)srb->cmnd[2] << 24) | in read_write()
888 start_sec = ((u32)(srb->cmnd[1] & 0x1F) << 16) | in read_write()
896 start_sec = ((u32)srb->cmnd[4] << 24) | in read_write()
909 if ((start_sec > get_card_size(chip, lun)) || in read_write()
910 ((start_sec + sec_cnt) > get_card_size(chip, lun))) { in read_write()
940 retval = card_rw(srb, chip, start_sec, sec_cnt); in read_write()
Dms.c2543 u32 start_sec, u16 sec_cnt, u8 cmd) argument
2551 data[3] = (u8)(start_sec >> 24);
2552 data[4] = (u8)(start_sec >> 16);
2553 data[5] = (u8)(start_sec >> 8);
2554 data[6] = (u8)start_sec;
/kernel/linux/linux-5.10/mm/
Dsparse.c223 unsigned long nr, start_sec = pfn_to_section_nr(pfn); in subsection_map_init() local
228 for (nr = start_sec; nr <= end_sec; nr++) { in subsection_map_init()