Searched refs:_MCDI_ARRAY_PTR (Results 1 – 2 of 2) sorted by relevance
| /drivers/net/ethernet/sfc/siena/ |
| A 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))
|
| /drivers/net/ethernet/sfc/ |
| A D | mcdi.h | 338 #define _MCDI_ARRAY_PTR(_buf, _field, _index, _align) \ macro 344 ((efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4)) 351 _MCDI_ARRAY_PTR(_buf, _field, _index, 2))) 354 (efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4)) 362 (efx_dword_t *)_MCDI_ARRAY_PTR(_buf, _field, _index, 4))
|
Completed in 8 milliseconds