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

  /src/sys/dev/ic/
ahcisatareg.h 82 #define AHCI_CMDH_SIZE (sizeof(struct ahci_cmd_header) * AHCI_MAX_CMDS)
ahcisata_core.c 349 (AHCI_RFIS_SIZE + AHCI_CMDH_SIZE) * sc->sc_atac.atac_nchannels;
453 ((char *)cmdhp + AHCI_CMDH_SIZE * port);
455 AHCI_CMDH_SIZE * port;
458 AHCI_CMDH_SIZE * sc->sc_atac.atac_nchannels +
461 AHCI_CMDH_SIZE * sc->sc_atac.atac_nchannels +
587 (AHCI_RFIS_SIZE + AHCI_CMDH_SIZE) * sc->sc_atac.atac_nchannels);

Completed in 50 milliseconds