Searched refs:_MCDI_CHECK_ALIGN (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/cdx/ |
| H A D | mcdi.h | 189 #define _MCDI_CHECK_ALIGN(_ofst, _align) \ macro 193 ((_buf) + (_MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _OFST, 4) >> 2))
|
| /linux/drivers/net/ethernet/sfc/ |
| H 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))
|
| /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))
|