Home
last modified time | relevance | path

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

/linux/drivers/rapidio/
H A Drio_cm.c89 #define RIOCM_TX_RING_SIZE 128 macro
152 void *tx_buf[RIOCM_TX_RING_SIZE];
655 (cm->tx_cnt == RIOCM_TX_RING_SIZE))) { in rio_txcq_handler()
659 ack_slot &= (RIOCM_TX_RING_SIZE - 1); in rio_txcq_handler()
663 if (cm->tx_cnt < 0 || cm->tx_cnt > RIOCM_TX_RING_SIZE) in rio_txcq_handler()
666 WARN_ON((cm->tx_cnt < 0) || (cm->tx_cnt > RIOCM_TX_RING_SIZE)); in rio_txcq_handler()
673 if (!list_empty(&cm->tx_reqs) && (cm->tx_cnt < RIOCM_TX_RING_SIZE)) { in rio_txcq_handler()
687 cm->tx_slot &= (RIOCM_TX_RING_SIZE - 1); in rio_txcq_handler()
688 if (cm->tx_cnt == RIOCM_TX_RING_SIZE) in rio_txcq_handler()
748 if (cm->tx_cnt == RIOCM_TX_RING_SIZE) { in riocm_post_send()
[all …]