Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/sfc/
Dmae.h32 struct mae_caps { struct
38 int efx_mae_get_caps(struct efx_nic *efx, struct mae_caps *caps); argument
Dtc.h91 struct mae_caps *caps;
Dmae.c115 static int efx_mae_get_basic_caps(struct efx_nic *efx, struct mae_caps *caps) in efx_mae_get_basic_caps()
160 int efx_mae_get_caps(struct efx_nic *efx, struct mae_caps *caps) in efx_mae_get_caps()
Dtc.c636 efx->tc->caps = kzalloc(sizeof(struct mae_caps), GFP_KERNEL); in efx_init_struct_tc()