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

  /src/sys/dev/pci/ixgbe/
if_sriov.c 153 ixgbe_update_max_frame(struct ixgbe_softc * sc, int max_frame)
155 if (sc->max_frame_size < max_frame)
156 sc->max_frame_size = max_frame;
  /src/sys/arch/arm/sociox/
if_scx.c 787 ACPI_INTEGER max_spd, max_frame, phy_id, phy_freq; local in function:scx_acpi_attach
819 rv = acpi_dsd_integer(handle, "max-frame-size", &max_frame);
821 max_frame = 2048;
855 sc->sc_maxsize = max_frame;

Completed in 13 milliseconds