Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/bnxt/bnxt_en/
HDbnxt_sysctl.c1467 val = softc->rx_coal_frames_irq; in bnxt_set_coal_rx_frames_irq()
1472 softc->rx_coal_frames_irq = val; in bnxt_set_coal_rx_frames_irq()
HDbnxt.h1191 uint16_t rx_coal_frames_irq; member
HDbnxt_hwrm.c3131 max_buf_irq = clamp_t(uint16_t, softc->rx_coal_frames_irq, 1, 63); in bnxt_hwrm_set_coal()