Searched refs:MAX_BW (Results 1 – 6 of 6) sorted by relevance
1322 #define MAX_BW 100 /* % of link speed */ macro1329 #define IS_VALID_BW(bw) (bw <= MAX_BW)
93 info->max_tx_bw = MAX_BW; in qlcnic_sriov_pf_cal_res_limit()2011 if (vp->max_tx_bw == MAX_BW) in qlcnic_sriov_get_vf_config()
211 vp->max_tx_bw = MAX_BW; in qlcnic_sriov_init()
2329 #define MAX_BW ((1ULL << MAX_BW_BITS) - 1) macro
9 static const u64 max_rt_runtime = MAX_BW;
10521 static const u64 max_cfs_runtime = MAX_BW * NSEC_PER_USEC;