Lines Matching defs:rx_pkt_status
301 struct rx_pkt_status { struct
302 unsigned pkt_size:11; /* packet size, max 2047 bytes */
304 unsigned ok:1; /* current packet received ok without error */
305 unsigned bcast:1; /* current packet is broadcast */
306 unsigned mcast:1; /* current packet is multicast */
307 unsigned pause:1;
308 unsigned ctrl:1;
309 unsigned crc:1; /* received a packet with crc error */
310 unsigned code:1; /* received a packet with code error */
311 unsigned runt:1; /* received a packet less than 64 bytes
313 unsigned frag:1; /* received a packet less than 64 bytes
315 unsigned trunc:1; /* current frame truncated due to rxram full */
316 unsigned align:1; /* this packet is alignment error */
317 unsigned vlan:1; /* this packet has vlan */
319 unsigned update:1;
320 unsigned short vtag; /* vlan tag */