Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmae.c1324 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 Dmcdi.h250 #define MCDI_SET_WORD_BE(_buf, _field, _value) do { \ macro