Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmae.h74 struct mae_caps { struct
82 int efx_mae_get_caps(struct efx_nic *efx, struct mae_caps *caps); argument
H A Dtc.h297 struct mae_caps *caps;
H A Dmae.c481 static int efx_mae_get_basic_caps(struct efx_nic *efx, struct mae_caps *caps) in efx_mae_get_basic_caps()
537 int efx_mae_get_caps(struct efx_nic *efx, struct mae_caps *caps) in efx_mae_get_caps()
H A Dtc.c2669 efx->tc->caps = kzalloc(sizeof(struct mae_caps), GFP_KERNEL); in efx_init_struct_tc()