Lines Matching defs:qe_ring
90 struct qe_ring { struct
91 u_short qe_flag; /* Buffer utilization flags */
92 u_short qe_addr_hi:6, /* Hi order bits of buffer addr */
93 qe_odd_begin:1, /* Odd byte begin and end (xmit)*/
94 qe_odd_end:1,
95 qe_fill1:4,
96 qe_setup:1, /* Setup packet */
97 qe_eomsg:1, /* End of message flag */
98 qe_chain:1, /* Chain address instead of buf */
99 qe_valid:1; /* Address field is valid */
100 u_short qe_addr_lo; /* Low order bits of address */
101 short qe_buf_len; /* Negative buffer length */
102 u_short qe_status1; /* Status word one */
103 u_short qe_status2; /* Status word two */