Searched refs:MCDI_STRUCT_PTR (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | mcdi.h | 208 #define MCDI_STRUCT_PTR(_buf, _field) \ macro 219 *(u8 *)MCDI_STRUCT_PTR(_buf, _field) = _value; \ 232 *MCDI_STRUCT_PTR(_buf, _field)) 241 *(__force __le16 *)MCDI_STRUCT_PTR(_buf, _field) = cpu_to_le16(_value);\ 248 le16_to_cpu(*(__force const __le16 *)MCDI_STRUCT_PTR(_buf, _field))) 258 *(__force __be16 *)MCDI_STRUCT_PTR(_buf, _field) = (_value); \ 272 *(__force __be32 *)MCDI_STRUCT_PTR(_buf, _field) = (_value); \
|
D | mae.c | 1508 memcpy(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_SRC_IP6_BE), in efx_mae_register_encap_match() 1510 memset(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_SRC_IP6_BE_MASK), in efx_mae_register_encap_match() 1512 memcpy(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_DST_IP6_BE), in efx_mae_register_encap_match() 1514 memset(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_DST_IP6_BE_MASK), in efx_mae_register_encap_match() 1606 memcpy(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_ETH_SADDR_BE), in efx_mae_populate_lhs_match_criteria() 1608 memcpy(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_ETH_SADDR_BE_MASK), in efx_mae_populate_lhs_match_criteria() 1610 memcpy(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_ETH_DADDR_BE), in efx_mae_populate_lhs_match_criteria() 1612 memcpy(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_ETH_DADDR_BE_MASK), in efx_mae_populate_lhs_match_criteria() 1643 memcpy(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_SRC_IP6_BE), in efx_mae_populate_lhs_match_criteria() 1645 memcpy(MCDI_STRUCT_PTR(match_crit, MAE_ENC_FIELD_PAIRS_ENC_SRC_IP6_BE_MASK), in efx_mae_populate_lhs_match_criteria() [all …]
|