Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Dhal8188e_rate_adaptive.c498 u32 num_total; in odm_PTDecision_8188E() local
502 num_total = pRaInfo->TOTAL * PT_PENALTY[5]; in odm_PTDecision_8188E()
505 if (numsc > num_total) in odm_PTDecision_8188E()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_adminq_cmd.h632 __le16 num_total; member
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_adminq_cmd.h636 __le16 num_total; member
Di40e_main.c13187 u16 num_reported, num_total; in i40e_fetch_switch_configuration() local
13203 num_total = le16_to_cpu(sw_config->header.num_total); in i40e_fetch_switch_configuration()
13208 num_reported, num_total); in i40e_fetch_switch_configuration()