fsl_sata_slot
struct fsl_sata_slot *slot = &ch->slot[i];
struct fsl_sata_slot *slot = arg;
fsl_sata_end_transaction(struct fsl_sata_slot *slot, enum fsl_sata_err_type et)
struct fsl_sata_slot slot[FSL_SATA_MAX_SLOTS];
struct fsl_sata_slot;
struct fsl_sata_slot *slot = &ch->slot[i];
struct fsl_sata_slot *slot = &ch->slot[i];
static void fsl_sata_execute_transaction(struct fsl_sata_slot *slot);
static void fsl_sata_end_transaction(struct fsl_sata_slot *slot, enum fsl_sata_err_type et);
struct fsl_sata_slot *slot;
struct fsl_sata_slot *slot = arg;
fsl_sata_execute_transaction(struct fsl_sata_slot *slot)