Home
last modified time | relevance | path

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

/drivers/staging/r8188eu/hal/
DHal8188ERateAdaptive.c432 u32 num_total; in odm_PTDecision_8188E() local
436 num_total = pRaInfo->TOTAL * PT_PENALTY[5]; in odm_PTDecision_8188E()
439 if (numsc > num_total) in odm_PTDecision_8188E()
/drivers/net/ethernet/intel/i40e/
Di40e_adminq_cmd.h570 __le16 num_total; member
Di40e_main.c15007 u16 num_reported, num_total; in i40e_fetch_switch_configuration() local
15023 num_total = le16_to_cpu(sw_config->header.num_total); in i40e_fetch_switch_configuration()
15028 num_reported, num_total); in i40e_fetch_switch_configuration()