mvs_slot
struct mvs_slot *slot;
struct mvs_slot *slot = arg;
mvs_legacy_execute_transaction(struct mvs_slot *slot)
mvs_execute_transaction(struct mvs_slot *slot)
struct mvs_slot *slot = &ch->slot[i];
struct mvs_slot *slot = arg;
mvs_end_transaction(struct mvs_slot *slot, enum mvs_err_type et)
struct mvs_slot *slot = &ch->slot[i];
struct mvs_slot *slot = &ch->slot[i];
static void mvs_legacy_execute_transaction(struct mvs_slot *slot);
struct mvs_slot *slot = &ch->slot[0]; /* PIO is always in slot 0. */
static void mvs_execute_transaction(struct mvs_slot *slot);
static void mvs_end_transaction(struct mvs_slot *slot, enum mvs_err_type et);
struct mvs_slot slot[MVS_MAX_SLOTS];