Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmae.c128 MCDI_SET_WORD(inbuf, MAE_COUNTERS_STREAM_START_V2_IN_QID, in efx_mae_start_counters()
130 MCDI_SET_WORD(inbuf, MAE_COUNTERS_STREAM_START_V2_IN_PACKET_SIZE, in efx_mae_start_counters()
177 MCDI_SET_WORD(inbuf, MAE_COUNTERS_STREAM_STOP_IN_QID, in efx_mae_stop_counters()
1966 MCDI_SET_WORD(inbuf, TABLE_INSERT_IN_KEY_WIDTH, in efx_mae_insert_ct()
1969 MCDI_SET_WORD(inbuf, TABLE_INSERT_IN_RESP_WIDTH, in efx_mae_insert_ct()
2016 MCDI_SET_WORD(inbuf, TABLE_DELETE_IN_KEY_WIDTH, in efx_mae_remove_ct()
H A Dmcdi.h233 #define MCDI_SET_WORD(_buf, _field, _value) do { \ macro