Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sysctl.c1413 rc = bnxt_hwrm_set_coal(softc); in bnxt_set_coal_rx_usecs()
1433 rc = bnxt_hwrm_set_coal(softc); in bnxt_set_coal_rx_frames()
1453 rc = bnxt_hwrm_set_coal(softc); in bnxt_set_coal_rx_usecs_irq()
1473 rc = bnxt_hwrm_set_coal(softc); in bnxt_set_coal_rx_frames_irq()
1493 rc = bnxt_hwrm_set_coal(softc); in bnxt_set_coal_tx_usecs()
1513 rc = bnxt_hwrm_set_coal(softc); in bnxt_set_coal_tx_frames()
1533 rc = bnxt_hwrm_set_coal(softc); in bnxt_set_coal_tx_usecs_irq()
1553 rc = bnxt_hwrm_set_coal(softc); in bnxt_set_coal_tx_frames_irq()
H A Dbnxt_hwrm.h127 int bnxt_hwrm_set_coal(struct bnxt_softc *softc);
H A Dbnxt_hwrm.c3012 int bnxt_hwrm_set_coal(struct bnxt_softc *softc) in bnxt_hwrm_set_coal() function