Searched refs:oce_nic_rx_cqe (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | if_oce.c | 387 void oce_rxeof(struct oce_rq *, struct oce_nic_rx_cqe *); 388 void oce_rxeoc(struct oce_rq *, struct oce_nic_rx_cqe *); 389 int oce_vtp_valid(struct oce_softc *, struct oce_nic_rx_cqe *); 390 int oce_port_valid(struct oce_softc *, struct oce_nic_rx_cqe *); 1486 struct oce_nic_rx_cqe *cqe; in oce_intr_rq() 1533 oce_rxeof(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe) in oce_rxeof() 1641 oce_rxeoc(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe) in oce_rxeoc() 1671 oce_vtp_valid(struct oce_softc *sc, struct oce_nic_rx_cqe *cqe) in oce_vtp_valid() 1683 oce_port_valid(struct oce_softc *sc, struct oce_nic_rx_cqe *cqe) in oce_port_valid() 2100 cq = oce_create_cq(sc, eq, CQ_LEN_1024, sizeof(struct oce_nic_rx_cqe), in oce_create_rq() [all …]
|
| D | if_ocereg.h | 1723 struct oce_nic_rx_cqe { struct
|