Lines Matching defs:tx_pkt_status
252 struct tx_pkt_status { struct
253 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;
263 unsigned multi_col:1;
264 unsigned late_col:1;
265 unsigned abort_col:1;
266 unsigned underun:1; /* current packet is aborted
269 unsigned update:1; /* always 1'b1 in tx_status_buf */