Searched refs:_MCDI_PTR (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/sfc/ |
D | mcdi.h | 200 #define _MCDI_PTR(_buf, _offset) \ macro 203 _MCDI_PTR(_buf, MC_CMD_ ## _field ## _OFST) 209 _MCDI_PTR(_buf, _field ## _OFST) 300 _MCDI_PTR(_ptr, MC_CMD_ ## _type ## _ ## _field ## _OFST & ~3),\ 306 (_MCDI_PTR(_buf, _MCDI_CHECK_ALIGN(MC_CMD_ ## _field ## _OFST, _align))\
|
D | ptp.c | 439 stats, _MCDI_PTR(outbuf, 0), false); in efx_ptp_update_stats()
|
/drivers/net/ethernet/sfc/siena/ |
D | mcdi.h | 202 #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))\
|
D | siena_sriov.c | 278 memcpy(_MCDI_PTR(inbuf, used), req->from_buf, in efx_siena_sriov_memcpy()
|
D | ptp.c | 435 stats, _MCDI_PTR(outbuf, 0), false); in efx_siena_ptp_update_stats()
|