Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/oce/
H A Doce_queue.c970 rc = oce_alloc_rx_bufs(rq, 960); in oce_start_rq()
972 rc = oce_alloc_rx_bufs(rq, rq->cfg.q_len - 1); in oce_start_rq()
H A Doce_if.c1932 oce_alloc_rx_bufs(struct oce_rq *rq, int count) in oce_alloc_rx_bufs() function
2020 oce_alloc_rx_bufs(rq, ((OCE_RQ_PACKET_ARRAY_SIZE - rq->pending) - 1)); in oce_check_rx_bufs()
2023 oce_alloc_rx_bufs(rq, 64); in oce_check_rx_bufs()
H A Doce_if.h1103 int oce_alloc_rx_bufs(struct oce_rq *rq, int count);