Lines Matching refs:mvs_slot
81 static void mvs_legacy_execute_transaction(struct mvs_slot *slot);
86 static void mvs_execute_transaction(struct mvs_slot *slot);
87 static void mvs_end_transaction(struct mvs_slot *slot, enum mvs_err_type et);
432 struct mvs_slot *slot = &ch->slot[i]; in mvs_slotsalloc()
454 struct mvs_slot *slot = &ch->slot[i]; in mvs_slotsfree()
839 struct mvs_slot *slot = &ch->slot[0]; /* PIO is always in slot 0. */ in mvs_legacy_intr()
1181 struct mvs_slot *slot; in mvs_begin_transaction()
1264 struct mvs_slot *slot = arg; in mvs_dmasetprd()
1301 mvs_legacy_execute_transaction(struct mvs_slot *slot) in mvs_legacy_execute_transaction()
1415 mvs_execute_transaction(struct mvs_slot *slot) in mvs_execute_transaction()
1555 struct mvs_slot *slot = &ch->slot[i]; in mvs_rearm_timeout()
1572 struct mvs_slot *slot = arg; in mvs_timeout()
1602 mvs_end_transaction(struct mvs_slot *slot, enum mvs_err_type et) in mvs_end_transaction()