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