Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_queue.c915 rc = oce_alloc_rx_bufs(rq, 960); in oce_start_rq()
917 rc = oce_alloc_rx_bufs(rq, rq->cfg.q_len - 1); in oce_start_rq()
H A Doce_if.c1862 oce_alloc_rx_bufs(struct oce_rq *rq, int count)
1948 oce_alloc_rx_bufs(rq, ((OCE_RQ_PACKET_ARRAY_SIZE - rq->pending) - 1)); in oce_check_rx_bufs()
1951 oce_alloc_rx_bufs(rq, 64); in oce_check_rx_bufs()
1864 oce_alloc_rx_bufs(struct oce_rq *rq, int count) oce_alloc_rx_bufs() function
H A Doce_if.h1088 int oce_alloc_rx_bufs(struct oce_rq *rq, int count);