_tag
if ($9.match_tag)
if (strlcpy(r.match_tagname, $9.match_tag,
if ($9.match_tag)
if (strlcpy(r.match_tagname, $9.match_tag,
{_tag(bus, dev, fcn), PCI_ID_CODE(vend, prod)}
#define SEQ_MK_EVENT(_member,_tag,...) \
(seq_event_t){ ._member = { .tag = (_tag), __VA_ARGS__ } }
#define SEQ_MK_EVENT(_member,_tag,_args...) \
(seq_event_t){ ._member = { .tag = (_tag), _args } }
TAILQ_HEAD(_head, _tag);
TAILQ_ENTRY(_tag) q; /* Queue of tags */