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];
649 (cm->tx_cnt == RIOCM_TX_RING_SIZE))) { in rio_txcq_handler()
653 ack_slot &= (RIOCM_TX_RING_SIZE - 1); in rio_txcq_handler()
657 if (cm->tx_cnt < 0 || cm->tx_cnt > RIOCM_TX_RING_SIZE) in rio_txcq_handler()
660 WARN_ON((cm->tx_cnt < 0) || (cm->tx_cnt > RIOCM_TX_RING_SIZE)); in rio_txcq_handler()
667 if (!list_empty(&cm->tx_reqs) && (cm->tx_cnt < RIOCM_TX_RING_SIZE)) { in rio_txcq_handler()
681 cm->tx_slot &= (RIOCM_TX_RING_SIZE - 1); in rio_txcq_handler()
682 if (cm->tx_cnt == RIOCM_TX_RING_SIZE) in rio_txcq_handler()
742 if (cm->tx_cnt == RIOCM_TX_RING_SIZE) { in riocm_post_send()
[all …]