Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/oce/
H A Doce_if.c911 RING_PUT(wq->ring, 1); in oce_tx()
923 RING_PUT(wq->ring, 1); in oce_tx()
935 RING_PUT(wq->ring, 1); in oce_tx()
1563 RING_PUT(rq->ring, 1); in oce_alloc_rx_bufs()
H A Doce_if.h296 #define RING_PUT(ring, n) \ macro
H A Doce_mbox.c324 RING_PUT(mq->ring, 1); in oce_first_mcc_cmd()