Home
last modified time | relevance | path

Searched refs:_qword (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_types.h614 (((_qword).eq_u64[0]) == 0)
617 (((_qword).eq_u32[0] | \
618 (_qword).eq_u32[1]) == 0)
660 (((_qword).eq_u32[0] & \
1618 (_qword).eq_u64[0] = (((_qword).eq_u64[0] & \
1627 (_qword).eq_u32[0] = (((_qword).eq_u32[0] & \
1631 (_qword).eq_u32[1] = (((_qword).eq_u32[1] & \
1857 (_qword).eq_u64[0] |= \
1865 (_qword).eq_u32[0] |= \
1867 (_qword).eq_u32[1] |= \
[all …]
H A Drhead_ev.c263 #define EF100_EV_PRESENT(_qword, _phase_bit) \ argument
264 (EFX_QWORD_FIELD((_qword), ESF_GZ_EV_EVQ_PHASE) == _phase_bit)
H A Defx_ev.c13 #define EFX_EV_PRESENT(_qword) \ argument
14 (EFX_QWORD_FIELD((_qword), EFX_DWORD_0) != 0xffffffff && \
15 EFX_QWORD_FIELD((_qword), EFX_DWORD_1) != 0xffffffff)