Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
A Dmcdi.h200 #define MCDI_STRUCT_PTR(_buf, _field) \ macro
211 *(u8 *)MCDI_STRUCT_PTR(_buf, _field) = _value; \
224 *MCDI_STRUCT_PTR(_buf, _field))
233 *(__force __le16 *)MCDI_STRUCT_PTR(_buf, _field) = cpu_to_le16(_value);\
240 le16_to_cpu(*(__force const __le16 *)MCDI_STRUCT_PTR(_buf, _field)))
250 *(__force __be16 *)MCDI_STRUCT_PTR(_buf, _field) = (_value); \
264 *(__force __be32 *)MCDI_STRUCT_PTR(_buf, _field) = (_value); \
A Dmae.c1497 memcpy(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_SRC_IP6_BE), in efx_mae_register_encap_match()
1499 memset(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_SRC_IP6_BE_MASK), in efx_mae_register_encap_match()
1501 memcpy(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_DST_IP6_BE), in efx_mae_register_encap_match()
1503 memset(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_DST_IP6_BE_MASK), in efx_mae_register_encap_match()
1595 memcpy(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_ETH_SADDR_BE), in efx_mae_populate_lhs_match_criteria()
1599 memcpy(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_ETH_DADDR_BE), in efx_mae_populate_lhs_match_criteria()
1632 memcpy(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_SRC_IP6_BE), in efx_mae_populate_lhs_match_criteria()
1634 memcpy(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_SRC_IP6_BE_MASK), in efx_mae_populate_lhs_match_criteria()
1636 memcpy(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_DST_IP6_BE), in efx_mae_populate_lhs_match_criteria()
1638 memcpy(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_DST_IP6_BE_MASK), in efx_mae_populate_lhs_match_criteria()
[all …]

Completed in 10 milliseconds