Searched refs:_MCDI_ARRAY_PTR (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/siena/ |
D | mcdi.h | 293 #define _MCDI_ARRAY_PTR(_buf, _field, _index, _align) \ macro 299 ((efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4)) 306 _MCDI_ARRAY_PTR(_buf, _field, _index, 2))) 309 (efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4)) 317 (efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4))
|
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | mcdi.h | 346 #define _MCDI_ARRAY_PTR(_buf, _field, _index, _align) \ macro 352 ((efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4)) 359 _MCDI_ARRAY_PTR(_buf, _field, _index, 2))) 362 (efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4)) 370 (efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4))
|