Searched refs:AQ_API_CALL_SAFE (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_api.c12 #define AQ_API_CALL_SAFE(func, ...) \ macro
290 return AQ_API_CALL_SAFE(set_ingress_prectlf_record, hw, rec,
346 return AQ_API_CALL_SAFE(get_ingress_prectlf_record, hw, rec,
440 int err = AQ_API_CALL_SAFE(set_ingress_preclass_record, hw, rec,
554 return AQ_API_CALL_SAFE(get_ingress_preclass_record, hw, rec,
602 int err = AQ_API_CALL_SAFE(set_ingress_sc_record, hw, rec, table_index);
658 return AQ_API_CALL_SAFE(get_ingress_sc_record, hw, rec, table_index);
700 int err = AQ_API_CALL_SAFE(set_ingress_sa_record, hw, rec, table_index);
751 return AQ_API_CALL_SAFE(get_ingress_sa_record, hw, rec, table_index);
805 int err = AQ_API_CALL_SAFE(set_ingress_sakey_recor
[all...]

Completed in 136 milliseconds