Searched refs:_MCDI_ARRAY_PTR (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | mcdi.h | 271 #define _MCDI_ARRAY_PTR(_buf, _field, _index, _align) \ macro 277 ((efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4)) 284 _MCDI_ARRAY_PTR(_buf, _field, _index, 2))) 287 (efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4)) 295 (efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4))
|