Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/bnxt/bnxt_en/
HDbnxt_sysctl.c1508 val = softc->tx_coal_frames; in bnxt_set_coal_tx_frames()
1513 softc->tx_coal_frames = val; in bnxt_set_coal_tx_frames()
HDbnxt.h1194 uint16_t tx_coal_frames; member
HDbnxt_hwrm.c3150 max_buf = clamp_t(uint16_t, softc->tx_coal_frames, 1, 63); in bnxt_hwrm_set_coal()