RIOCM_TX_RING_SIZE 152 drivers/rapidio/rio_cm.c void *tx_buf[RIOCM_TX_RING_SIZE]; RIOCM_TX_RING_SIZE 653 drivers/rapidio/rio_cm.c (cm->tx_cnt == RIOCM_TX_RING_SIZE))) { RIOCM_TX_RING_SIZE 657 drivers/rapidio/rio_cm.c ack_slot &= (RIOCM_TX_RING_SIZE - 1); RIOCM_TX_RING_SIZE 661 drivers/rapidio/rio_cm.c if (cm->tx_cnt < 0 || cm->tx_cnt > RIOCM_TX_RING_SIZE) RIOCM_TX_RING_SIZE 664 drivers/rapidio/rio_cm.c WARN_ON((cm->tx_cnt < 0) || (cm->tx_cnt > RIOCM_TX_RING_SIZE)); RIOCM_TX_RING_SIZE 671 drivers/rapidio/rio_cm.c if (!list_empty(&cm->tx_reqs) && (cm->tx_cnt < RIOCM_TX_RING_SIZE)) { RIOCM_TX_RING_SIZE 685 drivers/rapidio/rio_cm.c cm->tx_slot &= (RIOCM_TX_RING_SIZE - 1); RIOCM_TX_RING_SIZE 686 drivers/rapidio/rio_cm.c if (cm->tx_cnt == RIOCM_TX_RING_SIZE) RIOCM_TX_RING_SIZE 746 drivers/rapidio/rio_cm.c if (cm->tx_cnt == RIOCM_TX_RING_SIZE) { RIOCM_TX_RING_SIZE 760 drivers/rapidio/rio_cm.c cm->tx_slot &= (RIOCM_TX_RING_SIZE - 1); RIOCM_TX_RING_SIZE 2112 drivers/rapidio/rio_cm.c RIOCM_TX_RING_SIZE, riocm_outb_msg_event);