Lines Matching defs:fxp_cb_tx
247 struct fxp_cb_tx { struct
248 struct fxp_cb_tx *next; argument
249 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;
263 volatile struct fxp_tbd tbd[FXP_NTXSEG];