Home
last modified time | relevance | path

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

/freebsd/sys/dev/ahci/
H A Dahci.c820 ch->numslots = ((ch->caps & AHCI_CAP_NCS) >> AHCI_CAP_NCS_SHIFT) + 1; in ahci_ch_attach()
840 ch->user[i].tags = ch->numslots; in ahci_ch_attach()
889 devq = cam_simq_alloc(ch->numslots); in ahci_ch_attach()
898 (ch->quirks & AHCI_Q_NOCCS) ? 1 : min(2, ch->numslots), in ahci_ch_attach()
899 (ch->caps & AHCI_CAP_SNCQ) ? ch->numslots : 0, in ahci_ch_attach()
1185 for (i = 0; i < ch->numslots; i++) { in ahci_slotsalloc()
1207 for (i = 0; i < ch->numslots; i++) { in ahci_slotsfree()
1468 for (i = 0; i < ch->numslots; i++) { in ahci_ch_intr_main()
1484 for (i = 0; i < ch->numslots; i++) { in ahci_ch_intr_main()
1588 tags = ch->numslots; in ahci_begin_transaction()
[all …]
H A Dahci.h320 #define AHCI_WORK_SIZE (AHCI_CT_OFFSET + AHCI_CT_SIZE * ch->numslots)
433 int numslots; /* Number of present slots */ member
/freebsd/usr.sbin/bhyve/
H A Dahci.h320 #define AHCI_WORK_SIZE (AHCI_CT_OFFSET + AHCI_CT_SIZE * ch->numslots)
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c808 uint64_t firstobj, uint64_t numslots) in dump_object_range() argument
829 drror->drr_numslots = numslots; in dump_object_range()