Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dtwevar.h44 uint32_t td_size; member
H A Dtwavar.h50 uint64_t td_size; member
H A Dtwe.c611 td->td_size == newsize && in twe_add_unit()
621 } else if (td->td_size == 0) in twe_add_unit()
628 td->td_size = newsize; in twe_add_unit()
656 if (td->td_size != 0) in twe_del_unit()
658 td->td_size = 0; in twe_del_unit()
H A Dld_twa.c118 ld->sc_secperunit = twa->sc_units[sc->sc_hwunit].td_size; in ld_twa_attach()
H A Dld_twe.c111 ld->sc_secperunit = td->td_size; in ld_twe_attach()
H A Dtwa.c942 total_size += td->td_size; in twa_recompute_openings()
953 openings = (TWA_Q_LENGTH - 2) * td->td_size in twa_recompute_openings()
1002 sc->sc_units[unit].td_size = in twa_request_bus_scan()
1021 td->td_size = 0; in twa_request_bus_scan()
/netbsd/sys/arch/sparc64/include/
H A Dhypervisor.h94 uint32_t td_size; member
/netbsd/sys/arch/sparc64/sparc64/
H A Dpmap.c1292 ci->ci_tsb_desc->td_size = TSBENTS; in cpu_pmap_prepare()