Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c360 if (data->struct_id != cpu_to_le16(STRUCT_HDR_STRUCT_ID_DCBX_APP)) { in bnxt_hwrm_set_dcbx_app()
H A Dbnxt_hsi.h9393 __le16 struct_id; member
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c6935 int ptr_id = 0, struct_id, tag_id, orig_fn_id; in bpf_program_fixup_func_info() local
7035 struct_id = btf__add_struct(btf, ctx_name, 0); in bpf_program_fixup_func_info()
7036 ptr_id = btf__add_ptr(btf, struct_id); in bpf_program_fixup_func_info()
7037 if (ptr_id < 0 || struct_id < 0) { in bpf_program_fixup_func_info()