Symbol: fsl_sata_channel
sys/powerpc/mpc85xx/fsl_sata.c
1087
fsl_sata_process_timeout(struct fsl_sata_channel *ch)
sys/powerpc/mpc85xx/fsl_sata.c
1103
fsl_sata_rearm_timeout(struct fsl_sata_channel *ch)
sys/powerpc/mpc85xx/fsl_sata.c
1127
struct fsl_sata_channel *ch = slot->ch;
sys/powerpc/mpc85xx/fsl_sata.c
1176
struct fsl_sata_channel *ch = slot->ch;
sys/powerpc/mpc85xx/fsl_sata.c
1367
fsl_sata_issue_recovery(struct fsl_sata_channel *ch)
sys/powerpc/mpc85xx/fsl_sata.c
1443
fsl_sata_process_read_log(struct fsl_sata_channel *ch, union ccb *ccb)
sys/powerpc/mpc85xx/fsl_sata.c
1502
fsl_sata_process_request_sense(struct fsl_sata_channel *ch, union ccb *ccb)
sys/powerpc/mpc85xx/fsl_sata.c
1523
fsl_sata_start(struct fsl_sata_channel *ch)
sys/powerpc/mpc85xx/fsl_sata.c
1546
fsl_sata_stop(struct fsl_sata_channel *ch)
sys/powerpc/mpc85xx/fsl_sata.c
1570
fsl_sata_reset(struct fsl_sata_channel *ch)
sys/powerpc/mpc85xx/fsl_sata.c
1643
fsl_sata_setup_fis(struct fsl_sata_channel *ch, struct fsl_sata_cmd_tab *ctp, union ccb *ccb, int tag)
sys/powerpc/mpc85xx/fsl_sata.c
1693
fsl_sata_check_ids(struct fsl_sata_channel *ch, union ccb *ccb)
sys/powerpc/mpc85xx/fsl_sata.c
1712
struct fsl_sata_channel *ch;
sys/powerpc/mpc85xx/fsl_sata.c
1717
ch = (struct fsl_sata_channel *)cam_sim_softc(sim);
sys/powerpc/mpc85xx/fsl_sata.c
1884
struct fsl_sata_channel *ch = (struct fsl_sata_channel *)cam_sim_softc(sim);
sys/powerpc/mpc85xx/fsl_sata.c
231
struct fsl_sata_channel *ch; /* Channel */
sys/powerpc/mpc85xx/fsl_sata.c
326
struct fsl_sata_channel *ch = device_get_softc(dev);
sys/powerpc/mpc85xx/fsl_sata.c
426
struct fsl_sata_channel *ch = device_get_softc(dev);
sys/powerpc/mpc85xx/fsl_sata.c
451
fsl_sata_wait_register(struct fsl_sata_channel *ch, bus_size_t off,
sys/powerpc/mpc85xx/fsl_sata.c
470
struct fsl_sata_channel *ch = device_get_softc(dev);
sys/powerpc/mpc85xx/fsl_sata.c
497
struct fsl_sata_channel *ch = device_get_softc(dev);
sys/powerpc/mpc85xx/fsl_sata.c
519
struct fsl_sata_channel *ch = device_get_softc(dev);
sys/powerpc/mpc85xx/fsl_sata.c
53
struct fsl_sata_channel;
sys/powerpc/mpc85xx/fsl_sata.c
533
struct fsl_sata_channel *ch = device_get_softc(dev);
sys/powerpc/mpc85xx/fsl_sata.c
555
sizeof(struct fsl_sata_channel)
sys/powerpc/mpc85xx/fsl_sata.c
568
struct fsl_sata_channel *ch = device_get_softc(dev);
sys/powerpc/mpc85xx/fsl_sata.c
615
struct fsl_sata_channel *ch = device_get_softc(dev);
sys/powerpc/mpc85xx/fsl_sata.c
636
struct fsl_sata_channel *ch = device_get_softc(dev);
sys/powerpc/mpc85xx/fsl_sata.c
65
static void fsl_sata_intr_main(struct fsl_sata_channel *ch, uint32_t istatus);
sys/powerpc/mpc85xx/fsl_sata.c
658
struct fsl_sata_channel *ch = device_get_softc(dev);
sys/powerpc/mpc85xx/fsl_sata.c
66
static void fsl_sata_begin_transaction(struct fsl_sata_channel *ch, union ccb *ccb);
sys/powerpc/mpc85xx/fsl_sata.c
674
fsl_sata_phy_check_events(struct fsl_sata_channel *ch, u_int32_t serr)
sys/powerpc/mpc85xx/fsl_sata.c
705
fsl_sata_notify_events(struct fsl_sata_channel *ch, u_int32_t status)
sys/powerpc/mpc85xx/fsl_sata.c
71
static int fsl_sata_setup_fis(struct fsl_sata_channel *ch, struct fsl_sata_cmd_tab *ctp, union ccb *ccb, int tag);
sys/powerpc/mpc85xx/fsl_sata.c
725
fsl_sata_done(struct fsl_sata_channel *ch, union ccb *ccb)
sys/powerpc/mpc85xx/fsl_sata.c
741
struct fsl_sata_channel *ch = (struct fsl_sata_channel *)arg;
sys/powerpc/mpc85xx/fsl_sata.c
77
static void fsl_sata_reset(struct fsl_sata_channel *ch);
sys/powerpc/mpc85xx/fsl_sata.c
773
struct fsl_sata_channel *ch = (struct fsl_sata_channel *)arg;
sys/powerpc/mpc85xx/fsl_sata.c
78
static void fsl_sata_start(struct fsl_sata_channel *ch);
sys/powerpc/mpc85xx/fsl_sata.c
788
fsl_sata_intr_main(struct fsl_sata_channel *ch, uint32_t istatus)
sys/powerpc/mpc85xx/fsl_sata.c
79
static void fsl_sata_stop(struct fsl_sata_channel *ch);
sys/powerpc/mpc85xx/fsl_sata.c
81
static void fsl_sata_issue_recovery(struct fsl_sata_channel *ch);
sys/powerpc/mpc85xx/fsl_sata.c
82
static void fsl_sata_process_read_log(struct fsl_sata_channel *ch, union ccb *ccb);
sys/powerpc/mpc85xx/fsl_sata.c
83
static void fsl_sata_process_request_sense(struct fsl_sata_channel *ch, union ccb *ccb);
sys/powerpc/mpc85xx/fsl_sata.c
853
fsl_sata_check_collision(struct fsl_sata_channel *ch, union ccb *ccb)
sys/powerpc/mpc85xx/fsl_sata.c
884
fsl_sata_begin_transaction(struct fsl_sata_channel *ch, union ccb *ccb)
sys/powerpc/mpc85xx/fsl_sata.c
943
struct fsl_sata_channel *ch = slot->ch;
sys/powerpc/mpc85xx/fsl_sata.c
989
struct fsl_sata_channel *ch = slot->ch;