Searched refs:MCDI_STRUCT_SET_WORD_BE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | mae.c | 1503 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_ETHER_TYPE_BE, in efx_mae_register_encap_match() 1515 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_ETHER_TYPE_BE, in efx_mae_register_encap_match() 1519 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_ETHER_TYPE_BE_MASK, in efx_mae_register_encap_match() 1521 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_L4_DPORT_BE, in efx_mae_register_encap_match() 1523 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_L4_DPORT_BE_MASK, in efx_mae_register_encap_match() 1525 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_L4_DPORT_BE, in efx_mae_register_encap_match() 1527 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_L4_DPORT_BE_MASK, in efx_mae_register_encap_match() 1585 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_ETHER_TYPE_BE, in efx_mae_populate_lhs_match_criteria() 1587 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_ETHER_TYPE_BE_MASK, in efx_mae_populate_lhs_match_criteria() 1589 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_VLAN0_TCI_BE, in efx_mae_populate_lhs_match_criteria() [all …]
|
H A D | mcdi.h | 255 #define MCDI_STRUCT_SET_WORD_BE(_buf, _field, _value) do { \ macro
|