Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/sfc/
H A Dmae.h73 struct mae_caps { struct
81 int efx_mae_get_caps(struct efx_nic *efx, struct mae_caps *caps); argument
H A Dtc.h305 struct mae_caps *caps;
H A Dmae.c470 static int efx_mae_get_basic_caps(struct efx_nic *efx, struct mae_caps *caps) in efx_mae_get_basic_caps()
526 int efx_mae_get_caps(struct efx_nic *efx, struct mae_caps *caps) in efx_mae_get_caps()
H A Dtc.c2994 efx->tc->caps = kzalloc(sizeof(struct mae_caps), GFP_KERNEL); in efx_init_struct_tc()