Searched refs:nve_rx_desc (Results 1 – 2 of 2) sorted by relevance
112 struct nve_rx_desc { struct113 struct nve_rx_desc *next; argument152 struct nve_rx_desc *rx_desc;
387 sizeof(struct nve_rx_desc) * RX_RING_SIZE, 1, in nve_attach()388 sizeof(struct nve_rx_desc) * RX_RING_SIZE, 0, in nve_attach()427 bzero(sc->rx_desc, sizeof(struct nve_rx_desc) * RX_RING_SIZE); in nve_attach()429 sizeof(struct nve_rx_desc) * RX_RING_SIZE, nve_dmamap_cb, in nve_attach()765 struct nve_rx_desc *desc = sc->rx_desc + i; in nve_init_rings()829 struct nve_rx_desc *desc = sc->rx_desc + i; in nve_free_rings()1467 struct nve_rx_desc *desc; in nve_osallocrxbuf()1523 struct nve_rx_desc *desc; in nve_osfreerxbuf()1528 desc = (struct nve_rx_desc *) id; in nve_osfreerxbuf()1588 struct nve_rx_desc *desc; in nve_ospacketrx()