Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h1121 uint16_t tx_coal_frames_irq; member
H A Dbnxt_sysctl.c1547 val = softc->tx_coal_frames_irq; in bnxt_set_coal_tx_frames_irq()
1552 softc->tx_coal_frames_irq = val; in bnxt_set_coal_tx_frames_irq()
H A Dbnxt_hwrm.c3052 max_buf_irq = clamp_t(uint16_t, softc->tx_coal_frames_irq, 1, 63); in bnxt_hwrm_set_coal()