Searched refs:RIOCM_TX_RING_SIZE (Results 1 – 1 of 1) sorted by relevance
98 #define RIOCM_TX_RING_SIZE 128 macro161 void *tx_buf[RIOCM_TX_RING_SIZE];662 (cm->tx_cnt == RIOCM_TX_RING_SIZE))) { in rio_txcq_handler()666 ack_slot &= (RIOCM_TX_RING_SIZE - 1); in rio_txcq_handler()670 if (cm->tx_cnt < 0 || cm->tx_cnt > RIOCM_TX_RING_SIZE) in rio_txcq_handler()673 WARN_ON((cm->tx_cnt < 0) || (cm->tx_cnt > RIOCM_TX_RING_SIZE)); in rio_txcq_handler()680 if (!list_empty(&cm->tx_reqs) && (cm->tx_cnt < RIOCM_TX_RING_SIZE)) { in rio_txcq_handler()694 cm->tx_slot &= (RIOCM_TX_RING_SIZE - 1); in rio_txcq_handler()695 if (cm->tx_cnt == RIOCM_TX_RING_SIZE) in rio_txcq_handler()755 if (cm->tx_cnt == RIOCM_TX_RING_SIZE) { in riocm_post_send()[all …]