Searched refs:jme_rx_rmap (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/sys/dev/netif/jme/ |
| HD | if_jmevar.h | 255 struct if_ringmap *jme_rx_rmap; member
|
| HD | if_jme.c | 714 sc->jme_rx_rmap = if_ringmap_alloc2(dev, ring_cnt, JME_NRXRING_MAX); in jme_attach() 715 sc->jme_cdata.jme_rx_ring_cnt = if_ringmap_count(sc->jme_rx_rmap); in jme_attach() 1112 if (sc->jme_rx_rmap != NULL) in jme_detach() 1113 if_ringmap_free(sc->jme_rx_rmap); in jme_detach() 1171 sc->jme_rx_rmap, 0, if_ringmap_cpumap_sysctl, "I", in jme_sysctl_node() 1181 sc->jme_rx_rmap, 0, if_ringmap_cpumap_sysctl, "I", in jme_sysctl_node() 3380 cpu = if_ringmap_cpumap(sc->jme_rx_rmap, i); in jme_npoll() 3532 if_ringmap_rdrtable(sc->jme_rx_rmap, sc->jme_rdrtable, in jme_enable_rss() 3666 msix->jme_msix_cpuid = if_ringmap_cpumap(sc->jme_rx_rmap, r); in jme_msix_try_alloc()
|