Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c13829 int max_cos_est; in bnx2x_init_one() local
13852 max_cos_est = set_max_cos_est(ent->driver_data); in bnx2x_init_one()
13853 if (max_cos_est < 0) in bnx2x_init_one()
13854 return max_cos_est; in bnx2x_init_one()
13875 tx_count = rss_count * max_cos_est + cnic_cnt; in bnx2x_init_one()