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

/freebsd-11.0-release/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-11.0-release/sys/dev/ahci/
H A Dahci.c681 ch->numslots = ((ch->caps & AHCI_CAP_NCS) >> AHCI_CAP_NCS_SHIFT) + 1;
701 ch->user[i].tags = ch->numslots;
750 devq = cam_simq_alloc(ch->numslots);
759 min(2, ch->numslots),
760 (ch->caps & AHCI_CAP_SNCQ) ? ch->numslots : 0,
977 AHCI_SG_ENTRIES * PAGE_SIZE * ch->numslots,
1033 for (i = 0; i < ch->numslots; i++) {
1054 for (i = 0; i < ch->numslots; i++) {
1308 for (i = 0; i < ch->numslots; i++) {
1324 for (i = 0; i < ch->numslots;
[all...]
H A Dahci.h317 #define AHCI_WORK_SIZE (AHCI_CT_OFFSET + AHCI_CT_SIZE * ch->numslots)
424 int numslots; /* Number of present slots */ member in struct:ahci_channel
/freebsd-11.0-release/usr.sbin/bhyve/
H A Dahci.h320 #define AHCI_WORK_SIZE (AHCI_CT_OFFSET + AHCI_CT_SIZE * ch->numslots)

Completed in 72 milliseconds