Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13368 int max_cos_est; in bnx2x_init_one() local
13391 max_cos_est = set_max_cos_est(ent->driver_data); in bnx2x_init_one()
13392 if (max_cos_est < 0) in bnx2x_init_one()
13393 return max_cos_est; in bnx2x_init_one()
13414 tx_count = rss_count * max_cos_est + cnic_cnt; in bnx2x_init_one()