Lines Matching defs:e1000_tx
96 struct e1000_tx { struct
97 unsigned char header[256];
98 unsigned char vlan_header[4];
100 unsigned char vlan[4];
101 unsigned char data[0x10000];
102 uint16_t size;
103 unsigned char vlan_needed;
104 unsigned char sum_needed;
105 bool cptse;
106 e1000x_txd_props props;
107 e1000x_txd_props tso_props;
108 uint16_t tso_frames;
109 bool busy;