Searched refs:tx_m (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-13-stable/sys/dev/vte/
H A Dif_vtevar.h66 struct mbuf *tx_m; member in struct:vte_txdesc
H A Dif_vte.c827 txd->tx_m = NULL;
1098 txd->tx_m = m;
1419 m_freem(txd->tx_m);
1421 txd->tx_m = NULL;
1805 if (txd->tx_m != NULL) {
1811 m_freem(txd->tx_m);
1812 txd->tx_m = NULL;
1906 txd->tx_m = NULL;
/freebsd-13-stable/sys/mips/atheros/
H A Dif_argevar.h111 struct mbuf *tx_m; member in struct:arge_txdesc
H A Dif_arge.c1611 txd->tx_m = *m_head;
2075 txd->tx_m = NULL;
2207 txd->tx_m = NULL;
2235 if (txd->tx_m)
2236 m_freem(txd->tx_m);
2237 txd->tx_m = NULL;
2467 if (txd->tx_m)
2468 m_freem(txd->tx_m);
2469 txd->tx_m = NULL;
/freebsd-13-stable/sys/dev/jme/
H A Dif_jmevar.h102 struct mbuf *tx_m; member in struct:jme_txdesc
H A Dif_jme.c1369 txd->tx_m = NULL;
1857 txd->tx_m = m;
2274 if (txd->tx_m != NULL) {
2282 m_freem(txd->tx_m);
2283 txd->tx_m = NULL;
2478 KASSERT(txd->tx_m != NULL,
2480 m_freem(txd->tx_m);
2481 txd->tx_m = NULL;
3057 if (txd->tx_m != NULL) {
3062 m_freem(txd->tx_m);
[all...]
/freebsd-13-stable/sys/dev/nge/
H A Dif_nge.c562 if (txd->tx_m != NULL) {
567 m_freem(txd->tx_m);
568 txd->tx_m = NULL;
1188 txd->tx_m = NULL;
1319 txd->tx_m = NULL;
1665 KASSERT(txd->tx_m != NULL, ("%s: freeing NULL mbuf!\n",
1667 m_freem(txd->tx_m);
1668 txd->tx_m = NULL;
1973 txd->tx_m = m;
2508 if (txd->tx_m !
[all...]
/freebsd-13-stable/sys/dev/sge/
H A Dif_sge.c874 txd->tx_m = NULL;
1013 if (txd->tx_m != NULL) {
1017 m_freem(txd->tx_m);
1018 txd->tx_m = NULL;
1284 KASSERT(txd->tx_m != NULL,
1289 m_freem(txd->tx_m);
1290 txd->tx_m = NULL;
1550 txd->tx_m = m;
H A Dif_sgereg.h307 struct mbuf *tx_m; member in struct:sge_txdesc
/freebsd-13-stable/sys/dev/vr/
H A Dif_vr.c1035 txd->tx_m = NULL;
1167 txd->tx_m = NULL;
1480 KASSERT(txd->tx_m != NULL, ("%s: accessing NULL mbuf!\n",
1493 m_freem(txd->tx_m);
1494 txd->tx_m = NULL;
1546 m_freem(txd->tx_m);
1547 txd->tx_m = NULL;
1895 txd->tx_m = *m_head;
2478 if (txd->tx_m != NULL) {
2483 m_freem(txd->tx_m);
[all...]
/freebsd-13-stable/sys/dev/age/
H A Dif_agevar.h74 struct mbuf *tx_m; member in struct:age_txdesc
H A Dif_age.c1159 txd->tx_m = NULL;
1713 txd->tx_m = m;
2241 if (txd->tx_m == NULL)
2247 m_freem(txd->tx_m);
2248 txd->tx_m = NULL;
2913 if (txd->tx_m != NULL) {
2918 m_freem(txd->tx_m);
2919 txd->tx_m = NULL;
3000 txd->tx_m = NULL;
/freebsd-13-stable/sys/dev/alc/
H A Dif_alcvar.h93 struct mbuf *tx_m; member in struct:alc_txdesc
/freebsd-13-stable/sys/dev/ale/
H A Dif_alevar.h70 struct mbuf *tx_m; member in struct:ale_txdesc
H A Dif_ale.c1291 txd->tx_m = NULL;
1863 txd->tx_m = m;
2340 if (txd->tx_m != NULL) {
2346 m_freem(txd->tx_m);
2347 txd->tx_m = NULL;
2898 if (txd->tx_m != NULL) {
2903 m_freem(txd->tx_m);
2904 txd->tx_m = NULL;
2950 txd->tx_m = NULL;
/freebsd-13-stable/sys/dev/vge/
H A Dif_vgevar.h91 struct mbuf *tx_m; member in struct:vge_txdesc
H A Dif_vge.c881 txd->tx_m = NULL;
1328 txd->tx_m = NULL;
1405 if (txd->tx_m != NULL) {
1410 m_freem(txd->tx_m);
1411 txd->tx_m = NULL;
1649 KASSERT(txd->tx_m != NULL, ("%s: freeing NULL mbuf!\n",
1651 m_freem(txd->tx_m);
1652 txd->tx_m = NULL;
1936 txd->tx_m = m;
/freebsd-13-stable/sys/dev/sis/
H A Dif_sis.c1303 txd->tx_m = NULL;
1385 txd->tx_m = NULL;
1601 if (txd->tx_m != NULL) {
1605 m_freem(txd->tx_m);
1606 txd->tx_m = NULL;
1868 sc->sis_txdesc[prod].tx_m = *m_head;
2269 if (txd->tx_m != NULL) {
2273 m_freem(txd->tx_m);
2274 txd->tx_m = NULL;
H A Dif_sisreg.h446 struct mbuf *tx_m; member in struct:sis_txdesc
/freebsd-13-stable/sys/mips/atheros/ar531x/
H A Dif_are.c788 txd->tx_m = *m_head;
1216 txd->tx_m = NULL;
1351 txd->tx_m = NULL;
1523 if (txd->tx_m)
1524 m_freem(txd->tx_m);
1525 txd->tx_m = NULL;
H A Dif_arereg.h61 struct mbuf *tx_m; member in struct:are_txdesc
/freebsd-13-stable/sys/dev/stge/
H A Dif_stge.c865 txd->tx_m = NULL;
1142 txd->tx_m = m;
1566 m_freem(txd->tx_m);
1567 txd->tx_m = NULL;
2259 if (txd->tx_m != NULL) {
2264 m_freem(txd->tx_m);
2265 txd->tx_m = NULL;
H A Dif_stgereg.h568 struct mbuf *tx_m; /* head of our mbuf chain */ member in struct:stge_txdesc
/freebsd-13-stable/sys/dev/re/
H A Dif_re.c2087 sc->rl_ldata.rl_tx_desc[i].tx_m = NULL;
2448 KASSERT(txd->tx_m != NULL,
2450 m_freem(txd->tx_m);
2451 txd->tx_m = NULL;
2916 txd_last->tx_m = *m_head;
3674 if (txd->tx_m != NULL) {
3679 m_freem(txd->tx_m);
3680 txd->tx_m = NULL;
/freebsd-13-stable/sys/dev/sk/
H A Dif_sk.c2079 txd->tx_m = NULL;
2459 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;

Completed in 373 milliseconds

12