Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dmae.c622 #define CHECK(_mcdi, _field) ({ \ argument
626 rc = efx_mae_match_check_cap_typ(supported_fields[MAE_FIELD_ ## _mcdi],\
635 #define CHECK_BIT(_mcdi, _field) ({ \ argument
638 rc = efx_mae_match_check_cap_typ(supported_fields[MAE_FIELD_ ## _mcdi],\
804 #define CHECK(_mcdi) ({ \ argument
805 rc = efx_mae_match_check_cap_typ(supported_fields[MAE_FIELD_ ## _mcdi],\
809 "No support for field %s", #_mcdi); \