Searched refs:EFX_DWORD_FIELD (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi.h | 220 EFX_DWORD_FIELD(*_MCDI_DWORD(_buf, _field), EFX_DWORD_0) 283 (EFX_DWORD_FIELD(_MCDI_DWORD(_buf, _field)[0], EFX_DWORD_0) | \ 284 (u64)EFX_DWORD_FIELD(_MCDI_DWORD(_buf, _field)[1], EFX_DWORD_0) << 32) 314 EFX_DWORD_FIELD(*_MCDI_ARRAY_DWORD(_buf, _field, _index), EFX_DWORD_0)
|
H A D | mcdi_mon.c | 200 state = EFX_DWORD_FIELD(entry, MC_CMD_SENSOR_VALUE_ENTRY_TYPEDEF_STATE); in efx_mcdi_mon_show_value() 204 value = EFX_DWORD_FIELD(entry, MC_CMD_SENSOR_VALUE_ENTRY_TYPEDEF_VALUE); in efx_mcdi_mon_show_value() 264 state = EFX_DWORD_FIELD(entry, MC_CMD_SENSOR_VALUE_ENTRY_TYPEDEF_STATE); in efx_mcdi_mon_show_alarm()
|
H A D | mcdi.c | 276 respseq = EFX_DWORD_FIELD(hdr, MCDI_HEADER_SEQ); in efx_mcdi_read_response_header() 277 respcmd = EFX_DWORD_FIELD(hdr, MCDI_HEADER_CODE); in efx_mcdi_read_response_header() 278 error = EFX_DWORD_FIELD(hdr, MCDI_HEADER_ERROR); in efx_mcdi_read_response_header() 282 mcdi->resp_data_len = EFX_DWORD_FIELD(hdr, MCDI_HEADER_DATALEN); in efx_mcdi_read_response_header() 287 EFX_DWORD_FIELD(hdr, MC_CMD_V2_EXTN_IN_ACTUAL_LEN); in efx_mcdi_read_response_header() 334 mcdi->resprc_raw = EFX_DWORD_FIELD(hdr, EFX_DWORD_0); in efx_mcdi_read_response_header()
|
H A D | bitfield.h | 184 #define EFX_DWORD_FIELD(dword, field) \ macro
|
H A D | mcdi_port_common.c | 808 EFX_DWORD_FIELD(((efx_dword_t *)ptr)[i], in efx_mcdi_bist()
|
H A D | farch.c | 1658 efx->rss_context.rx_indir_table[i] = EFX_DWORD_FIELD(dword, FRF_BZ_IT_QUEUE); in efx_farch_rx_pull_indir_table()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | mcdi_mon.c | 200 state = EFX_DWORD_FIELD(entry, MC_CMD_SENSOR_VALUE_ENTRY_TYPEDEF_STATE); in efx_mcdi_mon_show_value() 204 value = EFX_DWORD_FIELD(entry, MC_CMD_SENSOR_VALUE_ENTRY_TYPEDEF_VALUE); in efx_mcdi_mon_show_value() 264 state = EFX_DWORD_FIELD(entry, MC_CMD_SENSOR_VALUE_ENTRY_TYPEDEF_STATE); in efx_mcdi_mon_show_alarm()
|
H A D | bitfield.h | 186 #define EFX_DWORD_FIELD(dword, field) \ macro
|
H A D | ef10.c | 50 return EFX_DWORD_FIELD(reg, EFX_WORD_1) == 0xb007 ? in efx_ef10_get_warm_boot_count() 51 EFX_DWORD_FIELD(reg, EFX_WORD_0) : -EIO; in efx_ef10_get_warm_boot_count() 2078 return EFX_DWORD_FIELD(hdr, MCDI_HEADER_RESPONSE); in efx_ef10_mcdi_poll_response() 2168 queues = EFX_DWORD_FIELD(reg, ERF_DZ_ISR_REG); in efx_ef10_legacy_interrupt()
|
H A D | mcdi_port_common.c | 802 EFX_DWORD_FIELD(((efx_dword_t *)ptr)[i], in efx_mcdi_bist()
|