Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c46 coal->rx_max_coalesced_frames = bp->coal_bufs / 2; in bnxt_get_coalesce()
61 bp->coal_bufs = coal->rx_max_coalesced_frames * 2; in bnxt_set_coalesce()
Dbnxt.h957 u16 coal_bufs; member
Dbnxt.c3510 max_buf = min_t(u16, bp->coal_bufs / 4, 2); in bnxt_hwrm_set_coal()
3532 req.num_cmpl_aggr_int = cpu_to_le16(bp->coal_bufs); in bnxt_hwrm_set_coal()
5198 bp->coal_bufs = 20; in bnxt_init_board()