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

/openbsd-current/sys/dev/pci/
H A Dif_oce.c424 oce_create_cq(struct oce_softc *, struct oce_eq *, int nitems,
1992 cq = oce_create_cq(sc, eq, CQ_LEN_512, sizeof(struct oce_nic_tx_cqe),
2100 cq = oce_create_cq(sc, eq, CQ_LEN_1024, sizeof(struct oce_nic_rx_cqe),
2271 cq = oce_create_cq(sc, eq, CQ_LEN_256, sizeof(struct oce_mq_cqe),
2348 oce_create_cq(struct oce_softc *sc, struct oce_eq *eq, int nitems, int isize, function

Completed in 190 milliseconds