Searched refs:oce_alloc_rx_bufs (Results 1 – 3 of 3) sorted by relevance
918 rc = oce_alloc_rx_bufs(rq, 960); in oce_start_rq()920 rc = oce_alloc_rx_bufs(rq, rq->cfg.q_len - 1); in oce_start_rq()
1868 oce_alloc_rx_bufs(struct oce_rq *rq, int count) in oce_alloc_rx_bufs() function1956 oce_alloc_rx_bufs(rq, ((OCE_RQ_PACKET_ARRAY_SIZE - rq->pending) - 1)); in oce_check_rx_bufs()1959 oce_alloc_rx_bufs(rq, 64); in oce_check_rx_bufs()
1089 int oce_alloc_rx_bufs(struct oce_rq *rq, int count);