Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h1119 uint16_t tx_coal_frames; member
H A Dbnxt_sysctl.c1507 val = softc->tx_coal_frames; in bnxt_set_coal_tx_frames()
1512 softc->tx_coal_frames = val; in bnxt_set_coal_tx_frames()
H A Dbnxt_hwrm.c3051 max_buf = clamp_t(uint16_t, softc->tx_coal_frames, 1, 63); in bnxt_hwrm_set_coal()