Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sfc/
Dmae.c1325 MCDI_SET_WORD_BE(inbuf, MAE_ACTION_SET_ALLOC_IN_VLAN0_TCI_BE, in efx_mae_alloc_action_set()
1327 MCDI_SET_WORD_BE(inbuf, MAE_ACTION_SET_ALLOC_IN_VLAN0_PROTO_BE, in efx_mae_alloc_action_set()
1331 MCDI_SET_WORD_BE(inbuf, MAE_ACTION_SET_ALLOC_IN_VLAN1_TCI_BE, in efx_mae_alloc_action_set()
1333 MCDI_SET_WORD_BE(inbuf, MAE_ACTION_SET_ALLOC_IN_VLAN1_PROTO_BE, in efx_mae_alloc_action_set()
Dmcdi.h250 #define MCDI_SET_WORD_BE(_buf, _field, _value) do { \ macro