Home
last modified time | relevance | path

Searched refs:nvslot_byte_count (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/adapters/nv_sata/
H A Dnv_sata.h228 size_t nvslot_byte_count; /* # bytes left to read/write */ member
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c2109 nv_slotp->nvslot_byte_count = in nv_start_common()
2130 nv_slotp->nvslot_byte_count = in nv_start_common()
2146 nv_slotp->nvslot_byte_count = in nv_start_common()
4775 count = min(nv_slotp->nvslot_byte_count, NV_BYTES_PER_SEC); in nv_intr_pio_in()
4786 nv_slotp->nvslot_byte_count -= count; in nv_intr_pio_in()
4789 if (nv_slotp->nvslot_byte_count != 0) { in nv_intr_pio_in()
4856 if (nv_slotp->nvslot_byte_count == 0) { in nv_intr_pio_out()
4888 nv_slotp->nvslot_byte_count -= count; in nv_intr_pio_out()
5090 count = min(ctlr_count, nv_slotp->nvslot_byte_count); in nv_intr_pkt_pio()
5097 nv_slotp->nvslot_byte_count); in nv_intr_pkt_pio()
[all …]