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.c624 #define CHECK(_mcdi, _field) ({ \ argument
628 rc = efx_mae_match_check_cap_typ(supported_fields[MAE_FIELD_ ## _mcdi],\
637 #define CHECK_BIT(_mcdi, _field) ({ \ argument
640 rc = efx_mae_match_check_cap_typ(supported_fields[MAE_FIELD_ ## _mcdi],\
806 #define CHECK(_mcdi) ({ \ argument
807 rc = efx_mae_match_check_cap_typ(supported_fields[MAE_FIELD_ ## _mcdi],\
811 "No support for field %s", #_mcdi); \