HomeSort by: relevance | last modified time | path
    Searched defs:vmx_mcast (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_vmx.c 301 uint8_t *vmx_mcast; member in struct:vmxnet3_softc
1634 sc->vmx_mcast = sc->vmx_mcast_dma.dma_vaddr;
1643 if (sc->vmx_mcast != NULL) {
1645 sc->vmx_mcast = NULL;
3389 p = sc->vmx_mcast;
3412 ds->mcast_tablelen = p - sc->vmx_mcast;
if_vmx.c 301 uint8_t *vmx_mcast; member in struct:vmxnet3_softc
1634 sc->vmx_mcast = sc->vmx_mcast_dma.dma_vaddr;
1643 if (sc->vmx_mcast != NULL) {
1645 sc->vmx_mcast = NULL;
3389 p = sc->vmx_mcast;
3412 ds->mcast_tablelen = p - sc->vmx_mcast;

Completed in 25 milliseconds