Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/fxp/
H A Dif_fxpvar.h107 struct fxp_cb_tx *cbl_first; /* first active TxCB in list */
110 struct fxp_cb_tx *cbl_last; /* last active TxCB in list */
114 struct fxp_cb_tx *cbl_base; /* base of TxCB list */
H A Dif_fxpreg.h216 struct fxp_cb_tx *next;
247 struct fxp_cb_tx { struct
248 struct fxp_cb_tx *next; argument
H A Dif_fxp.c470 sc->cbl_base = kmalloc(sizeof(struct fxp_cb_tx) * FXP_NTXCB, in fxp_attach()
1042 struct fxp_cb_tx *txp; in fxp_start()
1316 struct fxp_cb_tx *txp; in fxp_intr_body()
1445 struct fxp_cb_tx *txp; in fxp_tick()
1564 struct fxp_cb_tx *txp; in fxp_stop()
1641 struct fxp_cb_tx *txp; in fxp_init()
1827 bzero(txp, sizeof(struct fxp_cb_tx) * FXP_NTXCB); in fxp_init()
2180 struct fxp_cb_tx *txp; in fxp_mc_setup()
2230 sc->cbl_first = sc->cbl_last = (struct fxp_cb_tx *) mcsp; in fxp_mc_setup()