Searched defs:fxp_cb_tx (Results 1 – 1 of 1) sorted by relevance
247 struct fxp_cb_tx { struct248 struct fxp_cb_tx *next; argument249 struct mbuf *mb_head;250 volatile u_int16_t cb_status;251 volatile u_int16_t cb_command;252 volatile u_int32_t link_addr;253 volatile u_int32_t tbd_array_addr;254 volatile u_int16_t byte_count;255 volatile u_int8_t tx_threshold;256 volatile u_int8_t tbd_number;[all …]