Searched defs:event_ring_entry (Results 1 – 1 of 1) sorted by relevance
1261 struct event_ring_entry { struct1262 u8 protocol_id /* Event Protocol ID (use enum protocol_type) */;1263 u8 opcode /* Event Opcode (Per Protocol Type) */;1264 u8 reserved0 /* Reserved */;1265 u8 vfId /* vfId for this event, 0xFF if this is a PF event */;1266 __le16 echo /* Echo value from ramrod data on the host */;1292 struct event_ring_entry entry /* Event Ring Entry */; argument