Searched refs:_ele (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | i40e_lan_hmc.c | 694 #define I40E_HMC_STORE(_struct, _ele) \ argument 695 offsetof(struct _struct, _ele), \ 696 FIELD_SIZEOF(struct _struct, _ele)
|
/freebsd/sys/dev/ice/ |
H A D | ice_lan_tx_rx.h | 851 #define ICE_CTX_STORE(_struct, _ele, _width, _lsb) { \ argument 852 .offset = offsetof(struct _struct, _ele), \ 853 .size_of = FIELD_SIZEOF(struct _struct, _ele), \
|