Lines Matching refs:buff_size
11913 uint32_t buff_size; in i40e_update_customized_pctype() local
11939 buff_size = pctype_num * sizeof(struct rte_pmd_i40e_proto_info); in i40e_update_customized_pctype()
11940 pctype = rte_zmalloc("new_pctype", buff_size, 0); in i40e_update_customized_pctype()
11947 (uint8_t *)pctype, buff_size, in i40e_update_customized_pctype()
12046 uint32_t buff_size; in i40e_update_customized_ptype() local
12077 buff_size = ptype_num * sizeof(struct rte_pmd_i40e_ptype_info); in i40e_update_customized_ptype()
12078 ptype = rte_zmalloc("new_ptype", buff_size, 0); in i40e_update_customized_ptype()
12086 (uint8_t *)ptype, buff_size, in i40e_update_customized_ptype()
12094 buff_size = ptype_num * sizeof(struct rte_pmd_i40e_ptype_mapping); in i40e_update_customized_ptype()
12095 ptype_mapping = rte_zmalloc("ptype_mapping", buff_size, 0); in i40e_update_customized_ptype()
12248 uint32_t buff_size; in i40e_update_customized_info() local
12271 buff_size = proto_num * sizeof(struct rte_pmd_i40e_proto_info); in i40e_update_customized_info()
12272 proto = rte_zmalloc("new_proto", buff_size, 0); in i40e_update_customized_info()
12280 (uint8_t *)proto, buff_size, in i40e_update_customized_info()