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

/linux-master/drivers/rapidio/
H A Drio_cm.c90 #define RIOCM_RX_RING_SIZE 128 macro
148 void *rx_buf[RIOCM_RX_RING_SIZE];
166 void *buf[RIOCM_RX_RING_SIZE];
172 void *inuse[RIOCM_RX_RING_SIZE];
309 for (i = 0; i < RIOCM_RX_RING_SIZE; i++) {
317 if (i == RIOCM_RX_RING_SIZE)
338 for (i = 0; i < RIOCM_RX_RING_SIZE && cm->rx_slots && nent; i++) {
360 for (i = 0; i < RIOCM_RX_RING_SIZE; i++) {
557 if (ch->rx_ring.count == RIOCM_RX_RING_SIZE) {
569 ch->rx_ring.head %= RIOCM_RX_RING_SIZE;
[all...]

Completed in 160 milliseconds