Searched refs:_MCDI_CHECK_ALIGN (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | mcdi.h | 210 #define _MCDI_CHECK_ALIGN(_ofst, _align) \ macro 213 ((_buf) + (_MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _OFST, 4) >> 2)) 215 ((_buf) + (_MCDI_CHECK_ALIGN(_field ## _OFST, 4) >> 2)) 347 (_MCDI_PTR(_buf, _MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _OFST, _align))\ 348 + (_index) * _MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _LEN, _align))
|
/openbmc/linux/drivers/cdx/controller/ |
H A D | mcdi.h | 212 #define _MCDI_CHECK_ALIGN(_ofst, _align) \ macro 216 ((_buf) + (_MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _OFST, 4) >> 2))
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H 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))
|