Searched refs:oce_alloc_rx_bufs (Results 1 – 3 of 3) sorted by relevance
915 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()
1862 oce_alloc_rx_bufs(struct oce_rq *rq, int count) in oce_alloc_rx_bufs() function1948 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()
1088 int oce_alloc_rx_bufs(struct oce_rq *rq, int count);