Home
last modified time | relevance | path

Searched refs:inuse_cnt (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/rapidio/
Drio_cm.c182 int inuse_cnt; member
849 ch->rx_ring.inuse_cnt--; in riocm_ch_free_rxbuf()
886 if (ch->rx_ring.inuse_cnt == RIOCM_RX_RING_SIZE) { in riocm_ch_receive()
920 ch->rx_ring.inuse_cnt++; in riocm_ch_receive()
1330 ch->rx_ring.inuse_cnt = 0; in riocm_ch_alloc()
1377 if (ch->rx_ring.inuse_cnt) { in riocm_ch_free()
1379 i < RIOCM_RX_RING_SIZE && ch->rx_ring.inuse_cnt; i++) { in riocm_ch_free()
1382 ch->rx_ring.inuse_cnt--; in riocm_ch_free()