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

/linux-master/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))) {
659 ack_slot &= (RIOCM_TX_RING_SIZE - 1);
663 if (cm->tx_cnt < 0 || cm->tx_cnt > RIOCM_TX_RING_SIZE)
666 WARN_ON((cm->tx_cnt < 0) || (cm->tx_cnt > RIOCM_TX_RING_SIZE));
673 if (!list_empty(&cm->tx_reqs) && (cm->tx_cnt < RIOCM_TX_RING_SIZE)) {
687 cm->tx_slot &= (RIOCM_TX_RING_SIZE - 1);
688 if (cm->tx_cnt == RIOCM_TX_RING_SIZE)
748 if (cm->tx_cnt == RIOCM_TX_RING_SIZE) {
[all...]

Completed in 496 milliseconds