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

  /src/sys/dev/pci/
if_iavf.c 184 unsigned int tx_ndescs; member in struct:iavf_module_params
613 .tx_ndescs = 512,
731 sc->sc_tx_ring_ndescs = iavf_params.tx_ndescs;
5317 obj = prop_dictionary_get(dict, "tx_ndescs");
5328 iavf_params.tx_ndescs = val;
5330 iavf_params.tx_ndescs);
if_iavf.c 184 unsigned int tx_ndescs; member in struct:iavf_module_params
613 .tx_ndescs = 512,
731 sc->sc_tx_ring_ndescs = iavf_params.tx_ndescs;
5317 obj = prop_dictionary_get(dict, "tx_ndescs");
5328 iavf_params.tx_ndescs = val;
5330 iavf_params.tx_ndescs);

Completed in 27 milliseconds