Searched refs:MCDI_STRUCT_SET_WORD_BE (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | mae.c | 1504 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_ETHER_TYPE_BE, in efx_mae_register_encap_match() 1516 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_ETHER_TYPE_BE, in efx_mae_register_encap_match() 1520 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_ETHER_TYPE_BE_MASK, in efx_mae_register_encap_match() 1522 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_L4_DPORT_BE, in efx_mae_register_encap_match() 1524 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_L4_DPORT_BE_MASK, in efx_mae_register_encap_match() 1526 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_L4_DPORT_BE, in efx_mae_register_encap_match() 1528 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_L4_DPORT_BE_MASK, in efx_mae_register_encap_match() 1586 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_ETHER_TYPE_BE, in efx_mae_populate_lhs_match_criteria() 1588 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_ETHER_TYPE_BE_MASK, in efx_mae_populate_lhs_match_criteria() 1590 MCDI_STRUCT_SET_WORD_BE(match_crit, MAE_ENC_FIELD_PAIRS_ENC_VLAN0_TCI_BE, in efx_mae_populate_lhs_match_criteria() [all …]
|
D | mcdi.h | 255 #define MCDI_STRUCT_SET_WORD_BE(_buf, _field, _value) do { \ macro
|