Searched defs:myri10ge_tx_buf (Results 1 – 1 of 1) sorted by relevance
138 struct myri10ge_tx_buf { struct144 struct myri10ge_tx_buffer_state *info; argument145 int mask; /* number of transmit slots -1 */146 int req ____cacheline_aligned; /* transmit slots submitted */147 int pkt_start; /* packets started */148 int stop_queue;149 int linearized;173 struct myri10ge_tx_buf tx; /* transmit ring */ argument