Searched refs:MCDI_QWORD (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/cdx/controller/ |
H A D | mcdi_functions.c | 80 if (MCDI_QWORD(outbuf, CDX_BUS_GET_DEVICE_CONFIG_OUT_MMIO_REGION0_SIZE) != 0) { in cdx_mcdi_get_dev_config() 82 MCDI_QWORD(outbuf, CDX_BUS_GET_DEVICE_CONFIG_OUT_MMIO_REGION0_BASE); in cdx_mcdi_get_dev_config() 84 MCDI_QWORD(outbuf, CDX_BUS_GET_DEVICE_CONFIG_OUT_MMIO_REGION0_BASE) + in cdx_mcdi_get_dev_config() 85 MCDI_QWORD(outbuf, in cdx_mcdi_get_dev_config() 91 if (MCDI_QWORD(outbuf, CDX_BUS_GET_DEVICE_CONFIG_OUT_MMIO_REGION1_SIZE) != 0) { in cdx_mcdi_get_dev_config() 93 MCDI_QWORD(outbuf, CDX_BUS_GET_DEVICE_CONFIG_OUT_MMIO_REGION1_BASE); in cdx_mcdi_get_dev_config() 95 MCDI_QWORD(outbuf, CDX_BUS_GET_DEVICE_CONFIG_OUT_MMIO_REGION1_BASE) + in cdx_mcdi_get_dev_config() 96 MCDI_QWORD(outbuf, in cdx_mcdi_get_dev_config() 102 if (MCDI_QWORD(outbuf, CDX_BUS_GET_DEVICE_CONFIG_OUT_MMIO_REGION2_SIZE) != 0) { in cdx_mcdi_get_dev_config() 104 MCDI_QWORD(outbuf, CDX_BUS_GET_DEVICE_CONFIG_OUT_MMIO_REGION2_BASE); in cdx_mcdi_get_dev_config() [all …]
|
H A D | mcdi.h | 238 #define MCDI_QWORD(_buf, _field) \ macro
|
/linux/drivers/net/ethernet/sfc/ |
H A D | efx_devlink.c | 300 tstamp = MCDI_QWORD(outbuf, in efx_devlink_info_running_v2() 332 tstamp = MCDI_QWORD(outbuf, in efx_devlink_info_running_v2()
|
H A D | mcdi.h | 335 #define MCDI_QWORD(_buf, _field) \ macro
|
H A D | mcdi_port_common.c | 103 *loopback_modes = MCDI_QWORD(outbuf, GET_LOOPBACK_MODES_OUT_SUGGESTED); in efx_mcdi_loopback_modes()
|
H A D | mcdi_filters.c | 262 *handle = MCDI_QWORD(outbuf, FILTER_OP_OUT_HANDLE); in efx_mcdi_filter_push()
|
H A D | ef10.c | 198 nic_data->licensed_features = MCDI_QWORD(outbuf, in efx_ef10_read_licensed_features()
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi.h | 282 #define MCDI_QWORD(_buf, _field) \ macro
|
H A D | mcdi_port_common.c | 104 *loopback_modes = MCDI_QWORD(outbuf, GET_LOOPBACK_MODES_OUT_SUGGESTED); in efx_mcdi_loopback_modes()
|