Lines Matching refs:RIOCM_TX_RING_SIZE
89 #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()
762 cm->tx_slot &= (RIOCM_TX_RING_SIZE - 1); in riocm_post_send()
2112 RIOCM_TX_RING_SIZE, riocm_outb_msg_event); in riocm_add_mport()