Lines Matching defs:tx_pkt_status
249 struct tx_pkt_status { struct
250 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;
260 unsigned multi_col:1;
261 unsigned late_col:1;
262 unsigned abort_col:1;
263 unsigned underun:1; /* current packet is aborted
266 unsigned update:1; /* always 1'b1 in tx_status_buf */