Searched refs:_MCDI_CHECK_ALIGN (Results 1 – 3 of 3) sorted by relevance
| /drivers/net/ethernet/sfc/ |
| A D | mcdi.h | 202 #define _MCDI_CHECK_ALIGN(_ofst, _align) \ macro 205 ((_buf) + (_MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _OFST, 4) >> 2)) 207 ((_buf) + (_MCDI_CHECK_ALIGN(_field ## _OFST, 4) >> 2)) 339 (_MCDI_PTR(_buf, _MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _OFST, _align))\ 340 + (_index) * _MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _LEN, _align))
|
| /drivers/net/ethernet/sfc/siena/ |
| A D | mcdi.h | 206 #define _MCDI_CHECK_ALIGN(_ofst, _align) \ macro 209 ((_buf) + (_MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _OFST, 4) >> 2)) 294 (_MCDI_PTR(_buf, _MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _OFST, _align))\ 295 + (_index) * _MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _LEN, _align))
|
| /drivers/cdx/controller/ |
| A D | mcdi.h | 212 #define _MCDI_CHECK_ALIGN(_ofst, _align) \ macro 216 ((_buf) + (_MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _OFST, 4) >> 2))
|
Completed in 7 milliseconds