Searched refs:MCDI_WORD (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/cdx/controller/ |
H A D | mcdi_functions.c | 124 dev_params->vendor = MCDI_WORD(outbuf, CDX_BUS_GET_DEVICE_CONFIG_OUT_VENDOR_ID); in cdx_mcdi_get_dev_config() 125 dev_params->device = MCDI_WORD(outbuf, CDX_BUS_GET_DEVICE_CONFIG_OUT_DEVICE_ID); in cdx_mcdi_get_dev_config() 126 dev_params->subsys_vendor = MCDI_WORD(outbuf, in cdx_mcdi_get_dev_config() 128 dev_params->subsys_device = MCDI_WORD(outbuf, in cdx_mcdi_get_dev_config()
|
H A D | mcdi.h | 221 #define MCDI_WORD(_buf, _field) \ macro
|
/linux/drivers/net/ethernet/sfc/ |
H A D | mae.c | 255 desc->type = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_TYPE); in efx_mae_table_get_desc() 256 desc->key_width = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_KEY_WIDTH); in efx_mae_table_get_desc() 257 desc->resp_width = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_RESP_WIDTH); in efx_mae_table_get_desc() 258 desc->n_keys = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_N_KEY_FIELDS); in efx_mae_table_get_desc() 259 desc->n_resps = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_N_RESP_FIELDS); in efx_mae_table_get_desc() 260 desc->n_prios = MCDI_WORD(outbuf, TABLE_DESCRIPTOR_OUT_N_PRIORITIES); in efx_mae_table_get_desc()
|
H A D | mcdi.c | 2225 version[0] = MCDI_WORD(outbuf, NVRAM_METADATA_OUT_VERSION_W); in efx_mcdi_nvram_metadata() 2226 version[1] = MCDI_WORD(outbuf, NVRAM_METADATA_OUT_VERSION_X); in efx_mcdi_nvram_metadata() 2227 version[2] = MCDI_WORD(outbuf, NVRAM_METADATA_OUT_VERSION_Y); in efx_mcdi_nvram_metadata() 2228 version[3] = MCDI_WORD(outbuf, NVRAM_METADATA_OUT_VERSION_Z); in efx_mcdi_nvram_metadata()
|
H A D | mcdi.h | 243 #define MCDI_WORD(_buf, _field) \ macro
|
H A D | ef10.c | 132 nic_data->piobuf_size = MCDI_WORD(outbuf, in efx_ef10_init_datapath_caps() 142 MCDI_WORD(outbuf, GET_CAPABILITIES_OUT_RX_DPCPU_FW_ID); in efx_ef10_init_datapath_caps() 144 MCDI_WORD(outbuf, GET_CAPABILITIES_OUT_TX_DPCPU_FW_ID); in efx_ef10_init_datapath_caps() 168 efx->num_mac_stats = MCDI_WORD(outbuf, in efx_ef10_init_datapath_caps()
|
H A D | ef100_nic.c | 214 efx->num_mac_stats = MCDI_WORD(outbuf, in efx_ef100_init_datapath_caps()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi.h | 214 #define MCDI_WORD(_buf, _field) \ macro
|