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

  /src/sys/net/lagg/
if_lagg.h 101 size_t maxports; member in struct:laggreq_lacp
if_lagg_lacp.c 797 rplacp->maxports = lsc->lsc_max_ports;
939 size_t maxports; local in function:lacp_ioctl
973 maxports = (rplacp->command == LAGGIOC_LACPSETMAXPORTS) ?
974 rplacp->maxports : LACP_MAX_PORTS;
975 if (0 == maxports || LACP_MAX_PORTS < maxports) {
981 if (lsc->lsc_max_ports != maxports) {
982 lsc->lsc_max_ports = maxports;
  /src/sys/dev/virtio/
viocon.c 199 int maxports = 1; local in function:viocon_attach
209 sc->sc_max_ports = maxports;
210 nvqs = VIOCON_PORT_NQS * maxports;
214 sc->sc_ports = kmem_zalloc(maxports * sizeof(sc->sc_ports[0]),
235 kmem_free(sc->sc_ports, maxports * sizeof(sc->sc_ports[0]));

Completed in 14 milliseconds