Searched defs:myri10ge_tx_buf (Results 1 – 1 of 1) sorted by relevance
145 struct myri10ge_tx_buf { struct151 struct myri10ge_tx_buffer_state *info; argument152 int mask; /* number of transmit slots -1 */153 int req ____cacheline_aligned; /* transmit slots submitted */154 int pkt_start; /* packets started */155 int stop_queue;156 int linearized;157 int done ____cacheline_aligned; /* transmit slots completed */158 int pkt_done; /* packets completed */182 struct myri10ge_tx_buf tx; /* transmit ring */ argument