HomeSort by: relevance | last modified time | path
    Searched refs:MLY_MAX_CCBS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
mlyvar.h 69 #define MLY_MAX_CCBS 256
92 #define MLY_SLOT_MAX (MLY_SLOT_START + MLY_MAX_CCBS)
mly.c 403 rv = mly_dmamem_alloc(mly, MLY_SGL_SIZE * MLY_MAX_CCBS,
562 mly_dmamem_free(mly, MLY_SGL_SIZE * MLY_MAX_CCBS,
1605 * If the controller supports fewer than MLY_MAX_CCBS commands, limit our
1620 mly->mly_ncmds = uimin(MLY_MAX_CCBS, i);

Completed in 139 milliseconds