Searched refs:MCDI_SET_WORD_BE (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | mae.c | 1325 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()
|
D | mcdi.h | 250 #define MCDI_SET_WORD_BE(_buf, _field, _value) do { \ macro
|