Searched refs:HINIC_MAX_QUEUE_DEPTH (Results 1 – 2 of 2) sorted by relevance
47 #define HINIC_MAX_QUEUE_DEPTH SZ_4K macro
555 ring->rx_max_pending = HINIC_MAX_QUEUE_DEPTH; in hinic_get_ringparam()556 ring->tx_max_pending = HINIC_MAX_QUEUE_DEPTH; in hinic_get_ringparam()570 if (ring->tx_pending > HINIC_MAX_QUEUE_DEPTH || in check_ringparam_valid()572 ring->rx_pending > HINIC_MAX_QUEUE_DEPTH || in check_ringparam_valid()576 HINIC_MIN_QUEUE_DEPTH, HINIC_MAX_QUEUE_DEPTH); in check_ringparam_valid()