Searched refs:MCDI_SET_WORD_BE (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | mae.c | 1324 MCDI_SET_WORD_BE(inbuf, MAE_ACTION_SET_ALLOC_IN_VLAN0_TCI_BE, in efx_mae_alloc_action_set() 1326 MCDI_SET_WORD_BE(inbuf, MAE_ACTION_SET_ALLOC_IN_VLAN0_PROTO_BE, in efx_mae_alloc_action_set() 1330 MCDI_SET_WORD_BE(inbuf, MAE_ACTION_SET_ALLOC_IN_VLAN1_TCI_BE, in efx_mae_alloc_action_set() 1332 MCDI_SET_WORD_BE(inbuf, MAE_ACTION_SET_ALLOC_IN_VLAN1_PROTO_BE, in efx_mae_alloc_action_set()
|
H A D | mcdi.h | 250 #define MCDI_SET_WORD_BE(_buf, _field, _value) do { \ macro
|