<!-- Data path fifo status structure  -->
<!-- version: 1.5.0     sha: 035A149 -->

<node fwinfo="endpoint;width=4">
  <node id="fill_level" permission="r"   address="0x0" description="Fill level in 64 bit words">
    <node id="tidemark" 	  mask="0xffff0000" description="Peak level" />
    <node id="value"  mask="0xffff" description="Instantaneaous value" />
  </node>
  <node id="packet_count" permission="r"   address="0x1" description="Number of packets stored">
    <node id="tidemark" 	  mask="0xffff0000" description="Peak level" />
    <node id="value"  mask="0xffff" description="Instantaneaous value" />
  </node>
  <node id="xoff_total_count" permission="r"   address="0x2" description="Total number of BC that xoff has been asserted"/>
  <node id="xoff_last_count" permission="r"   address="0x3" description="Most recent length in BC that xoff has been asserted"/>
  <node id="xoff_assert_count"  permission="r" address="0x4" description="Number of positive transitions for xoff being asserted"/>
  <node id="busy_total_count" permission="r"   address="0x5" description="Total number of BC that BUSY has been asserted"/>
  <node id="busy_last_count" permission="r"   address="0x6" description="Most recent length in BC that BUSY has been asserted"/>
  <node id="busy_assert_count"  permission="r" address="0x7" description="Number of positive transitions for BUSY being asserted"/>
  <node id="error_count" permission="r"   address="0x8" description="Fatal error count"/>
 </node>
