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

12

/freebsd-12-stable/sys/dev/sis/
H A Dif_sisreg.h446 struct mbuf *tx_m; member in struct:sis_txdesc
/freebsd-12-stable/sys/dev/re/
H A Dif_re.c2086 sc->rl_ldata.rl_tx_desc[i].tx_m = NULL;
2447 KASSERT(txd->tx_m != NULL,
2449 m_freem(txd->tx_m);
2450 txd->tx_m = NULL;
2915 txd_last->tx_m = *m_head;
3673 if (txd->tx_m != NULL) {
3678 m_freem(txd->tx_m);
3679 txd->tx_m = NULL;
/freebsd-12-stable/sys/dev/sk/
H A Dif_sk.c2078 txd->tx_m = NULL;
2458 txd->tx_m = m;
2908 m_freem(txd->tx_m);
2909 txd->tx_m = NULL;
3806 if (txd->tx_m != NULL) {
3811 m_freem(txd->tx_m);
3812 txd->tx_m = NULL;
H A Dif_skreg.h1371 struct mbuf *tx_m; member in struct:sk_txdesc
/freebsd-12-stable/sys/dev/msk/
H A Dif_msk.c849 txd->tx_m = NULL;
2363 txd->tx_m = NULL;
2888 txd->tx_m = m;
3358 KASSERT(txd->tx_m != NULL, ("%s: freeing NULL mbuf!",
3360 m_freem(txd->tx_m);
3361 txd->tx_m = NULL;
4275 if (txd->tx_m != NULL) {
4280 m_freem(txd->tx_m);
4281 txd->tx_m = NULL;
H A Dif_mskreg.h2364 struct mbuf *tx_m; member in struct:msk_txdesc
/freebsd-12-stable/sys/dev/alc/
H A Dif_alc.c2279 txd->tx_m = NULL;
2930 txd->tx_m = m;
3479 if (txd->tx_m != NULL) {
3485 m_freem(txd->tx_m);
3486 txd->tx_m = NULL;
4378 if (txd->tx_m != NULL) {
4383 m_freem(txd->tx_m);
4384 txd->tx_m = NULL;
4495 txd->tx_m = NULL;
/freebsd-12-stable/sys/dev/nge/
H A Dif_ngereg.h570 struct mbuf *tx_m; member in struct:nge_txdesc
/freebsd-12-stable/sys/dev/vr/
H A Dif_vrreg.h660 struct mbuf *tx_m; member in struct:vr_txdesc
/freebsd-12-stable/sys/dev/ti/
H A Dif_ti.c1843 if (txd->tx_m != NULL) {
1848 m_freem(txd->tx_m);
1849 txd->tx_m = NULL;
2965 m_freem(txd->tx_m);
2966 txd->tx_m = NULL;
3142 txd->tx_m = m;
H A Dif_tireg.h910 struct mbuf *tx_m; member in struct:ti_txdesc
/freebsd-12-stable/sys/dev/rl/
H A Dif_rlreg.h824 struct mbuf *tx_m; member in struct:rl_txdesc
/freebsd-12-stable/sys/dev/sf/
H A Dif_sfreg.h1030 struct mbuf *tx_m; member in struct:sf_txdesc

Completed in 301 milliseconds

12