Symbol: ahci_port
usr.sbin/bhyve/pci_ahci.c
1032
handle_identify(struct ahci_port *p, int slot, uint8_t *cfis)
usr.sbin/bhyve/pci_ahci.c
1048
ata_identify_init(struct ahci_port* p, int atapi)
usr.sbin/bhyve/pci_ahci.c
1177
handle_atapi_identify(struct ahci_port *p, int slot, uint8_t *cfis)
usr.sbin/bhyve/pci_ahci.c
1190
atapi_inquiry(struct ahci_port *p, int slot, uint8_t *cfis)
usr.sbin/bhyve/pci_ahci.c
1238
atapi_read_capacity(struct ahci_port *p, int slot, uint8_t *cfis)
usr.sbin/bhyve/pci_ahci.c
125
struct ahci_port *io_pr;
usr.sbin/bhyve/pci_ahci.c
1252
atapi_read_toc(struct ahci_port *p, int slot, uint8_t *cfis)
usr.sbin/bhyve/pci_ahci.c
1434
atapi_report_luns(struct ahci_port *p, int slot, uint8_t *cfis)
usr.sbin/bhyve/pci_ahci.c
1447
atapi_read(struct ahci_port *p, int slot, uint8_t *cfis, uint32_t done)
usr.sbin/bhyve/pci_ahci.c
1500
atapi_request_sense(struct ahci_port *p, int slot, uint8_t *cfis)
usr.sbin/bhyve/pci_ahci.c
1521
atapi_start_stop_unit(struct ahci_port *p, int slot, uint8_t *cfis)
usr.sbin/bhyve/pci_ahci.c
1545
atapi_mode_sense(struct ahci_port *p, int slot, uint8_t *cfis)
usr.sbin/bhyve/pci_ahci.c
1620
atapi_get_event_status_notification(struct ahci_port *p, int slot,
usr.sbin/bhyve/pci_ahci.c
1654
handle_packet_cmd(struct ahci_port *p, int slot, uint8_t *cfis)
usr.sbin/bhyve/pci_ahci.c
1719
ahci_handle_cmd(struct ahci_port *p, int slot, uint8_t *cfis)
usr.sbin/bhyve/pci_ahci.c
1861
ahci_handle_slot(struct ahci_port *p, int slot)
usr.sbin/bhyve/pci_ahci.c
1916
ahci_handle_port(struct ahci_port *p)
usr.sbin/bhyve/pci_ahci.c
1948
struct ahci_port *p;
usr.sbin/bhyve/pci_ahci.c
2022
struct ahci_port *p;
usr.sbin/bhyve/pci_ahci.c
2080
pci_ahci_ioreq_init(struct ahci_port *pr)
usr.sbin/bhyve/pci_ahci.c
2111
struct ahci_port *p = &sc->port[port];
usr.sbin/bhyve/pci_ahci.c
213
struct ahci_port port[MAX_PORTS];
usr.sbin/bhyve/pci_ahci.c
217
static void ahci_handle_next_trim(struct ahci_port *p, int slot, uint8_t *cfis,
usr.sbin/bhyve/pci_ahci.c
219
static void ahci_handle_port(struct ahci_port *p);
usr.sbin/bhyve/pci_ahci.c
236
struct ahci_port *p;
usr.sbin/bhyve/pci_ahci.c
2629
struct ahci_port *port;
usr.sbin/bhyve/pci_ahci.c
282
ahci_port_intr(struct ahci_port *p)
usr.sbin/bhyve/pci_ahci.c
323
ahci_write_fis(struct ahci_port *p, enum sata_fis_type ft, uint8_t *fis)
usr.sbin/bhyve/pci_ahci.c
364
ahci_write_fis_piosetup(struct ahci_port *p)
usr.sbin/bhyve/pci_ahci.c
374
ahci_write_fis_sdb(struct ahci_port *p, int slot, uint8_t *cfis, uint32_t tfd)
usr.sbin/bhyve/pci_ahci.c
401
ahci_write_fis_d2h(struct ahci_port *p, int slot, uint8_t *cfis, uint32_t tfd)
usr.sbin/bhyve/pci_ahci.c
434
ahci_write_fis_d2h_ncq(struct ahci_port *p, int slot)
usr.sbin/bhyve/pci_ahci.c
449
ahci_write_reset_fis_d2h(struct ahci_port *p)
usr.sbin/bhyve/pci_ahci.c
466
ahci_check_stopped(struct ahci_port *p)
usr.sbin/bhyve/pci_ahci.c
485
ahci_port_stop(struct ahci_port *p)
usr.sbin/bhyve/pci_ahci.c
531
ahci_port_reset(struct ahci_port *pr)
usr.sbin/bhyve/pci_ahci.c
612
ahci_build_iov(struct ahci_port *p, struct ahci_ioreq *aior,
usr.sbin/bhyve/pci_ahci.c
667
ahci_handle_rw(struct ahci_port *p, int slot, uint8_t *cfis, uint32_t done)
usr.sbin/bhyve/pci_ahci.c
754
ahci_handle_flush(struct ahci_port *p, int slot, uint8_t *cfis)
usr.sbin/bhyve/pci_ahci.c
788
read_prdt(struct ahci_port *p, int slot, uint8_t *cfis, void *buf,
usr.sbin/bhyve/pci_ahci.c
818
ahci_handle_dsm_trim(struct ahci_port *p, int slot, uint8_t *cfis)
usr.sbin/bhyve/pci_ahci.c
862
ahci_handle_next_trim(struct ahci_port *p, int slot, uint8_t *cfis,
usr.sbin/bhyve/pci_ahci.c
950
write_prdt(struct ahci_port *p, int slot, uint8_t *cfis, void *buf,
usr.sbin/bhyve/pci_ahci.c
991
ahci_handle_read_log(struct ahci_port *p, int slot, uint8_t *cfis)