Searched defs:tx_pkt_status (Results 1 – 1 of 1) sorted by relevance
249 struct tx_pkt_status { struct250 unsigned pkt_size:11;252 unsigned ok:1; /* current packet transmitted without error */253 unsigned bcast:1; /* broadcast packet */254 unsigned mcast:1; /* multicast packet */255 unsigned pause:1; /* transmiited a pause frame */256 unsigned ctrl:1;257 unsigned defer:1; /* current packet is xmitted with defer */258 unsigned exc_defer:1;259 unsigned single_col:1;[all …]