Lines Matching refs:LastCommandMailbox
556 if (++NextCommandMailbox > Controller->V2.LastCommandMailbox) in DAC960_GEM_QueueCommand()
581 if (++NextCommandMailbox > Controller->V2.LastCommandMailbox) in DAC960_BA_QueueCommand()
606 if (++NextCommandMailbox > Controller->V2.LastCommandMailbox) in DAC960_LP_QueueCommand()
632 if (++NextCommandMailbox > Controller->V1.LastCommandMailbox) in DAC960_LA_QueueCommandDualMode()
658 if (++NextCommandMailbox > Controller->V1.LastCommandMailbox) in DAC960_LA_QueueCommandSingleMode()
684 if (++NextCommandMailbox > Controller->V1.LastCommandMailbox) in DAC960_PG_QueueCommandDualMode()
710 if (++NextCommandMailbox > Controller->V1.LastCommandMailbox) in DAC960_PG_QueueCommandSingleMode()
1217 Controller->V1.LastCommandMailbox = CommandMailboxesMemory; in DAC960_V1_EnableMemoryMailboxInterface()
1219 Controller->V1.PreviousCommandMailbox1 = Controller->V1.LastCommandMailbox; in DAC960_V1_EnableMemoryMailboxInterface()
1221 Controller->V1.LastCommandMailbox - 1; in DAC960_V1_EnableMemoryMailboxInterface()
1424 Controller->V2.LastCommandMailbox = CommandMailboxesMemory; in DAC960_V2_EnableMemoryMailboxInterface()
1426 Controller->V2.PreviousCommandMailbox1 = Controller->V2.LastCommandMailbox; in DAC960_V2_EnableMemoryMailboxInterface()
1428 Controller->V2.LastCommandMailbox - 1; in DAC960_V2_EnableMemoryMailboxInterface()