Searched refs:ahci_dmamem_alloc (Results 1 – 1 of 1) sorted by relevance
119 struct ahci_dmamem *ahci_dmamem_alloc(struct ahci_softc *, size_t);550 ap->ap_dmamem_rfis = ahci_dmamem_alloc(sc, sizeof(struct ahci_rfis)); in ahci_port_alloc()582 ap->ap_dmamem_cmd_list = ahci_dmamem_alloc(sc, in ahci_port_alloc()584 ap->ap_dmamem_cmd_table = ahci_dmamem_alloc(sc, in ahci_port_alloc()2649 ahci_dmamem_alloc(struct ahci_softc *sc, size_t size) in ahci_dmamem_alloc() function