Home
last modified time | relevance | path

Searched refs:_MCDI_PTR (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/cdx/
H A Dmcdi.h185 #define _MCDI_PTR(_buf, _offset) \ macro
188 _MCDI_PTR(_buf, MC_CMD_ ## _field ## _OFST)
/linux/drivers/net/ethernet/sfc/
H A Dmcdi.h192 #define _MCDI_PTR(_buf, _offset) \ macro
195 _MCDI_PTR(_buf, MC_CMD_ ## _field ## _OFST)
201 _MCDI_PTR(_buf, _field ## _OFST)
333 _MCDI_PTR(_ptr, MC_CMD_ ## _type ## _ ## _field ## _OFST & ~3),\
339 (_MCDI_PTR(_buf, _MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _OFST, _align))\
H A Dptp.c441 stats, _MCDI_PTR(outbuf, 0), false); in efx_ptp_update_stats()
H A Dmae.c1170 _MCDI_PTR(outbuf, MC_CMD_MAE_MPORT_READ_JOURNAL_OUT_MPORT_DESC_DATA_OFST + in efx_mae_enumerate_mports()
/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi.h202 #define _MCDI_PTR(_buf, _offset) \ macro
205 _MCDI_PTR(_buf, MC_CMD_ ## _field ## _OFST)
288 _MCDI_PTR(_ptr, MC_CMD_ ## _type ## _ ## _field ## _OFST & ~3),\
294 (_MCDI_PTR(_buf, _MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _OFST, _align))\
H A Dsiena_sriov.c278 memcpy(_MCDI_PTR(inbuf, used), req->from_buf, in efx_siena_sriov_memcpy()
H A Dptp.c435 stats, _MCDI_PTR(outbuf, 0), false); in efx_siena_ptp_update_stats()