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