Home
last modified time | relevance | path

Searched refs:_ele (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ixl/
H A Di40e_lan_hmc.c694 #define I40E_HMC_STORE(_struct, _ele) \ argument
695 offsetof(struct _struct, _ele), \
696 FIELD_SIZEOF(struct _struct, _ele)
/freebsd/sys/dev/ice/
H A Dice_lan_tx_rx.h851 #define ICE_CTX_STORE(_struct, _ele, _width, _lsb) { \ argument
852 .offset = offsetof(struct _struct, _ele), \
853 .size_of = FIELD_SIZEOF(struct _struct, _ele), \