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