Searched refs:HINIC_MAX_QUEUE_DEPTH (Results 1 – 2 of 2) sorted by relevance
554 ring->rx_max_pending = HINIC_MAX_QUEUE_DEPTH; in hinic_get_ringparam()555 ring->tx_max_pending = HINIC_MAX_QUEUE_DEPTH; in hinic_get_ringparam()569 if (ring->tx_pending > HINIC_MAX_QUEUE_DEPTH || in check_ringparam_valid()571 ring->rx_pending > HINIC_MAX_QUEUE_DEPTH || in check_ringparam_valid()575 HINIC_MIN_QUEUE_DEPTH, HINIC_MAX_QUEUE_DEPTH); in check_ringparam_valid()
47 #define HINIC_MAX_QUEUE_DEPTH SZ_4K macro
Completed in 7 milliseconds