Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/hal/
Dhal8188e_rate_adaptive.c486 u32 num_total; in odm_PTDecision_8188E() local
490 num_total = pRaInfo->TOTAL * PT_PENALTY[5]; in odm_PTDecision_8188E()
493 if (numsc > num_total) in odm_PTDecision_8188E()
/drivers/net/ethernet/intel/i40e/
Di40e_adminq_cmd.h641 __le16 num_total; member
Di40e_main.c14183 u16 num_reported, num_total; in i40e_fetch_switch_configuration() local
14199 num_total = le16_to_cpu(sw_config->header.num_total); in i40e_fetch_switch_configuration()
14204 num_reported, num_total); in i40e_fetch_switch_configuration()