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

  /src/sys/dev/pci/
amrreg.h 65 #define AMR_MAX_CMDS 255 /* ident = 0 not allowed */
67 #define AMR_MAX_CMDS 120
amr.c 365 size = AMR_SGL_SIZE * AMR_MAX_CMDS + 0x2000;
415 ac = malloc(sizeof(*ac) * AMR_MAX_CMDS, M_DEVBUF, M_WAITOK | M_ZERO);
426 for (i = 0; i < AMR_MAX_CMDS; i++, ac++) {
438 if (i != AMR_MAX_CMDS) {
481 amr->amr_maxqueuecnt = uimin(amr->amr_maxqueuecnt, AMR_MAX_CMDS);

Completed in 13 milliseconds