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

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pcm-defs.h128 uint64_t numslots : 10; /**< Number of 8-bit slots in a frame | NS member in struct:cvmx_pcm_clkx_cfg::cvmx_pcm_clkx_cfg_s
164 uint64_t numslots : 10;
/freebsd-12-stable/sys/dev/ahci/
H A Dahci.c819 ch->numslots = ((ch->caps & AHCI_CAP_NCS) >> AHCI_CAP_NCS_SHIFT) + 1;
839 ch->user[i].tags = ch->numslots;
888 devq = cam_simq_alloc(ch->numslots);
897 (ch->quirks & AHCI_Q_NOCCS) ? 1 : min(2, ch->numslots),
898 (ch->caps & AHCI_CAP_SNCQ) ? ch->numslots : 0,
1129 AHCI_SG_ENTRIES * PAGE_SIZE * ch->numslots,
1186 for (i = 0; i < ch->numslots; i++) {
1207 for (i = 0; i < ch->numslots; i++) {
1468 for (i = 0; i < ch->numslots; i++) {
1484 for (i = 0; i < ch->numslots;
[all...]
H A Dahci.h327 #define AHCI_WORK_SIZE (AHCI_CT_OFFSET + AHCI_CT_SIZE * ch->numslots)
439 int numslots; /* Number of present slots */ member in struct:ahci_channel
/freebsd-12-stable/usr.sbin/bhyve/
H A Dahci.h322 #define AHCI_WORK_SIZE (AHCI_CT_OFFSET + AHCI_CT_SIZE * ch->numslots)

Completed in 195 milliseconds