Home
last modified time | relevance | path

Searched refs:fxp_cb_tx (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/fxp/
H A Dif_fxpvar.h51 #define FXP_TXCB_SZ (FXP_NTXCB * sizeof(struct fxp_cb_tx))
126 struct fxp_cb_tx *tx_cb;
140 struct fxp_cb_tx *cbl_list;
H A Dif_fxpreg.h278 struct fxp_cb_tx { struct
H A Dif_fxp.c427 struct fxp_cb_tx *tcbp; in fxp_attach()
1405 struct fxp_cb_tx *cbp; in fxp_encap()
2274 struct fxp_cb_tx *tcbp; in fxp_init_body()
2516 (((i + 1) & FXP_TXCB_MASK) * sizeof(struct fxp_cb_tx))); in fxp_init_body()