Searched defs:tx_pkt_status (Results 1 – 1 of 1) sorted by relevance
236 struct tx_pkt_status { struct237 unsigned pkt_size:11;239 unsigned ok:1; /* current packet transmitted without error */240 unsigned bcast:1; /* broadcast packet */241 unsigned mcast:1; /* multicast packet */242 unsigned pause:1; /* transmiited a pause frame */243 unsigned ctrl:1;244 unsigned defer:1; /* current packet is xmitted with defer */245 unsigned exc_defer:1;246 unsigned single_col:1;[all …]