Searched refs:_ele (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_lan_hmc.c | 665 #define I40E_HMC_STORE(_struct, _ele) \ argument 666 offsetof(struct _struct, _ele), \ 667 FIELD_SIZEOF(struct _struct, _ele)
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_lan_tx_rx.h | 929 #define ICE_CTX_STORE(_struct, _ele, _width, _lsb) { \ argument 930 .offset = offsetof(struct _struct, _ele), \ 931 .size_of = FIELD_SIZEOF(struct _struct, _ele), \
|