Searched refs:def_size (Results 1 – 5 of 5) sorted by relevance
118 const unsigned int def_size = sizeof(ndtst); in decode_ndt_stats() local120 (len >= def_size) ? def_size : in decode_ndt_stats()138 if (len >= def_size) in decode_ndt_stats()
74 const unsigned int def_size = sizeof(st); in decode_rtnl_link_stats() local76 (len >= def_size) ? def_size : in decode_rtnl_link_stats()110 if (len >= def_size) in decode_rtnl_link_stats()253 const unsigned int def_size = sizeof(st); in decode_nla_linkinfo_xstats_can() local254 const unsigned int size = (len >= def_size) ? def_size : 0; in decode_nla_linkinfo_xstats_can()450 const unsigned int def_size = sizeof(st); in decode_rtnl_link_stats64() local452 (len >= def_size) ? def_size : in decode_rtnl_link_stats64()486 if (len >= def_size) in decode_rtnl_link_stats64()
119 unsigned char def_size; /* default packet size (log2), 4-12 (0 to */ member
498 unsigned def_size = instr_info.definition_size[(int)instr->opcode]; in add_subdword_definition() local499 if (reg.byte() || chip < GFX10 || def_size > rc.bytes() * 8u) in add_subdword_definition()