Home
last modified time | relevance | path

Searched refs:getters (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/Documentation/bpf/libbpf/
Dlibbpf_naming_convention.rst35 provided via corresponding getters and setters rather than directly.
/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/
Dreg.h10626 u8 (*getters[])(const char *, u16) = { in mlxsw_reg_mcam_unpack() local
10633 if (!WARN_ON_ONCE(dword >= ARRAY_SIZE(getters))) in mlxsw_reg_mcam_unpack()
10634 *p_mng_feature_cap_val = getters[dword](payload, offset); in mlxsw_reg_mcam_unpack()