Searched refs:tx_m (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-10.1-release/sys/dev/re/
H A Dif_re.c2060 sc->rl_ldata.rl_tx_desc[i].tx_m = NULL;
2421 KASSERT(txd->tx_m != NULL,
2423 m_freem(txd->tx_m);
2424 txd->tx_m = NULL;
2889 txd_last->tx_m = *m_head;
3619 if (txd->tx_m != NULL) {
3624 m_freem(txd->tx_m);
3625 txd->tx_m = NULL;
/freebsd-10.1-release/sys/dev/sk/
H A Dif_sk.c2078 txd->tx_m = NULL;
2461 txd->tx_m = m;
2911 m_freem(txd->tx_m);
2912 txd->tx_m = NULL;
3809 if (txd->tx_m != NULL) {
3814 m_freem(txd->tx_m);
3815 txd->tx_m = NULL;
H A Dif_skreg.h1369 struct mbuf *tx_m; member in struct:sk_txdesc
/freebsd-10.1-release/sys/dev/msk/
H A Dif_msk.c846 txd->tx_m = NULL;
2376 txd->tx_m = NULL;
2904 txd->tx_m = m;
3374 KASSERT(txd->tx_m != NULL, ("%s: freeing NULL mbuf!",
3376 m_freem(txd->tx_m);
3377 txd->tx_m = NULL;
4291 if (txd->tx_m != NULL) {
4296 m_freem(txd->tx_m);
4297 txd->tx_m = NULL;
H A Dif_mskreg.h2367 struct mbuf *tx_m; member in struct:msk_txdesc
/freebsd-10.1-release/sys/dev/nge/
H A Dif_ngereg.h568 struct mbuf *tx_m; member in struct:nge_txdesc
/freebsd-10.1-release/sys/dev/vr/
H A Dif_vrreg.h658 struct mbuf *tx_m; member in struct:vr_txdesc
/freebsd-10.1-release/sys/dev/ti/
H A Dif_ti.c1835 if (txd->tx_m != NULL) {
1840 m_freem(txd->tx_m);
1841 txd->tx_m = NULL;
2956 m_freem(txd->tx_m);
2957 txd->tx_m = NULL;
3125 txd->tx_m = m;
H A Dif_tireg.h908 struct mbuf *tx_m; member in struct:ti_txdesc
/freebsd-10.1-release/sys/dev/sf/
H A Dif_sfreg.h1028 struct mbuf *tx_m; member in struct:sf_txdesc
/freebsd-10.1-release/sys/pci/
H A Dif_rlreg.h823 struct mbuf *tx_m; member in struct:rl_txdesc

Completed in 193 milliseconds

12