Searched refs:oce_rq (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_oce.c259 struct oce_rq { struct
324 struct oce_rq * sc_rq[OCE_MAX_RQ]; /* RX work queues */
387 void oce_rxeof(struct oce_rq *, struct oce_nic_rx_cqe *);
388 void oce_rxeoc(struct oce_rq *, struct oce_nic_rx_cqe *);
392 void oce_flush_lro(struct oce_rq *);
396 int oce_get_buf(struct oce_rq *);
397 int oce_alloc_rx_bufs(struct oce_rq *);
399 void oce_free_posted_rxbuf(struct oce_rq *);
409 struct oce_rq *
411 void oce_drain_rq(struct oce_rq *);
[all...]

Completed in 110 milliseconds