Home
last modified time | relevance | path

Searched refs:RESPONSE_QUEUE_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/ata/
H A Dsata_mv.c165 #define RESPONSE_QUEUE_SIZE REQUEST_QUEUE_SIZE macro
513 return (get_rspop(port) + 1) % RESPONSE_QUEUE_SIZE; in get_next_rspop()