Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c4607 if (BNXT_VF(bp) || !bp->max_pfcwd_tmo_ms) in bnxt_set_tunable()
4611 if (val > bp->max_pfcwd_tmo_ms && in bnxt_set_tunable()
4630 if (!bp->max_pfcwd_tmo_ms) in bnxt_get_tunable()
H A Dbnxt.h2453 u16 max_pfcwd_tmo_ms; member
H A Dbnxt.c15178 bp->max_pfcwd_tmo_ms = 0; in bnxt_hwrm_pfcwd_qcaps()
15185 bp->max_pfcwd_tmo_ms = le16_to_cpu(resp->max_pfcwd_timeout); in bnxt_hwrm_pfcwd_qcaps()