Searched refs:AOE_MAX_COUNT (Results 1 – 2 of 2) sorted by relevance
118 if ( count > AOE_MAX_COUNT ) in aoe_send_command()119 count = AOE_MAX_COUNT; in aoe_send_command()246 if ( count > AOE_MAX_COUNT ) in aoe_rx_ata()247 count = AOE_MAX_COUNT; in aoe_rx_ata()
144 #define AOE_MAX_COUNT 2 macro