Home
last modified time | relevance | path

Searched refs:rx_coal_frames (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h1116 uint16_t rx_coal_frames; member
H A Dbnxt_sysctl.c1427 val = softc->rx_coal_frames; in bnxt_set_coal_rx_frames()
1432 softc->rx_coal_frames = val; in bnxt_set_coal_rx_frames()
H A Dbnxt_hwrm.c3029 max_buf = min_t(uint16_t, softc->rx_coal_frames / 4, 2); in bnxt_hwrm_set_coal()