ahci_port 315 dev/pci/ahci.c struct ahci_port; ahci_port 322 dev/pci/ahci.c struct ahci_port *ccb_port; ahci_port 333 dev/pci/ahci.c struct ahci_port { ahci_port 392 dev/pci/ahci.c struct ahci_port *sc_ports[AHCI_MAX_PORTS]; ahci_port 455 dev/pci/ahci.c int ahci_port_start(struct ahci_port *, int); ahci_port 456 dev/pci/ahci.c int ahci_port_stop(struct ahci_port *, int); ahci_port 457 dev/pci/ahci.c int ahci_port_clo(struct ahci_port *); ahci_port 458 dev/pci/ahci.c int ahci_port_softreset(struct ahci_port *); ahci_port 459 dev/pci/ahci.c int ahci_port_portreset(struct ahci_port *); ahci_port 467 dev/pci/ahci.c void ahci_issue_pending_ncq_commands(struct ahci_port *); ahci_port 468 dev/pci/ahci.c void ahci_issue_pending_commands(struct ahci_port *, int); ahci_port 471 dev/pci/ahci.c u_int32_t ahci_port_intr(struct ahci_port *, u_int32_t); ahci_port 473 dev/pci/ahci.c struct ahci_ccb *ahci_get_ccb(struct ahci_port *); ahci_port 476 dev/pci/ahci.c struct ahci_ccb *ahci_get_err_ccb(struct ahci_port *); ahci_port 479 dev/pci/ahci.c int ahci_port_read_ncq_error(struct ahci_port *, int *); ahci_port 490 dev/pci/ahci.c u_int32_t ahci_pread(struct ahci_port *, bus_size_t); ahci_port 491 dev/pci/ahci.c void ahci_pwrite(struct ahci_port *, bus_size_t, u_int32_t); ahci_port 492 dev/pci/ahci.c int ahci_pwait_eq(struct ahci_port *, bus_size_t, ahci_port 819 dev/pci/ahci.c struct ahci_port *ap; ahci_port 827 dev/pci/ahci.c ap = malloc(sizeof(struct ahci_port), M_DEVBUF, M_NOWAIT); ahci_port 833 dev/pci/ahci.c bzero(ap, sizeof(struct ahci_port)); ahci_port 1037 dev/pci/ahci.c struct ahci_port *ap = sc->sc_ports[port]; ahci_port 1068 dev/pci/ahci.c ahci_port_start(struct ahci_port *ap, int fre_only) ahci_port 1100 dev/pci/ahci.c ahci_port_stop(struct ahci_port *ap, int stop_fis_rx) ahci_port 1133 dev/pci/ahci.c ahci_port_clo(struct ahci_port *ap) ahci_port 1161 dev/pci/ahci.c ahci_port_softreset(struct ahci_port *ap) ahci_port 1271 dev/pci/ahci.c ahci_port_portreset(struct ahci_port *ap) ahci_port 1325 dev/pci/ahci.c struct ahci_port *ap = ccb->ccb_port; ahci_port 1381 dev/pci/ahci.c struct ahci_port *ap = ccb->ccb_port; ahci_port 1404 dev/pci/ahci.c struct ahci_port *ap = ccb->ccb_port; ahci_port 1431 dev/pci/ahci.c struct ahci_port *ap = ccb->ccb_port; ahci_port 1478 dev/pci/ahci.c ahci_issue_pending_ncq_commands(struct ahci_port *ap) ahci_port 1505 dev/pci/ahci.c ahci_issue_pending_commands(struct ahci_port *ap, int last_was_ncq) ahci_port 1594 dev/pci/ahci.c ahci_port_intr(struct ahci_port *ap, u_int32_t ci_mask) ahci_port 1832 dev/pci/ahci.c ahci_get_ccb(struct ahci_port *ap) ahci_port 1849 dev/pci/ahci.c struct ahci_port *ap = ccb->ccb_port; ahci_port 1866 dev/pci/ahci.c ahci_get_err_ccb(struct ahci_port *ap) ahci_port 1909 dev/pci/ahci.c struct ahci_port *ap = ccb->ccb_port; ahci_port 1937 dev/pci/ahci.c ahci_port_read_ncq_error(struct ahci_port *ap, int *err_slotp) ahci_port 2114 dev/pci/ahci.c ahci_pread(struct ahci_port *ap, bus_size_t r) ahci_port 2122 dev/pci/ahci.c ahci_pwrite(struct ahci_port *ap, bus_size_t r, u_int32_t v) ahci_port 2130 dev/pci/ahci.c ahci_pwait_eq(struct ahci_port *ap, bus_size_t r, u_int32_t mask, ahci_port 2148 dev/pci/ahci.c struct ahci_port *ap = sc->sc_ports[port]; ahci_port 2165 dev/pci/ahci.c struct ahci_port *ap = sc->sc_ports[port]; ahci_port 2275 dev/pci/ahci.c struct ahci_port *ap = ccb->ccb_port;