Home
last modified time | relevance | path

Searched refs:mxfe_txbuf_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/mxfe/
H A Dmxfe.c130 static mxfe_txbuf_t *mxfe_alloctxbuf(mxfe_t *);
131 static void mxfe_destroytxbuf(mxfe_txbuf_t *);
1898 mxfe_txbuf_t *
1903 mxfe_txbuf_t *txb; in mxfe_alloctxbuf()
1929 mxfe_destroytxbuf(mxfe_txbuf_t *txb) in mxfe_destroytxbuf()
2102 mxfep->mxfe_txbufs = kmem_zalloc(MXFE_TXRING * sizeof (mxfe_txbuf_t *), in mxfe_alloctxring()
2107 mxfe_txbuf_t *txb = mxfe_alloctxbuf(mxfep); in mxfe_alloctxring()
2150 MXFE_TXRING * sizeof (mxfe_txbuf_t *)); in mxfe_freetxring()
2296 mxfe_txbuf_t *txb; in mxfe_send_setup()
2353 mxfe_txbuf_t *txb; in mxfe_send()
H A Dmxfeimpl.h68 typedef struct mxfe_txbuf mxfe_txbuf_t; typedef