Lines Matching defs:tx_pkt_status
236 struct tx_pkt_status { struct
237 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;
247 unsigned multi_col:1;
248 unsigned late_col:1;
249 unsigned abort_col:1;
250 unsigned underrun:1; /* current packet is aborted
253 unsigned update:1; /* always 1'b1 in tx_status_buf */