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

12

/freebsd-10.1-release/sys/dev/vte/
H A Dif_vtevar.h64 struct mbuf *tx_m; member in struct:vte_txdesc
H A Dif_vte.c820 txd->tx_m = NULL;
1093 txd->tx_m = m;
1398 m_freem(txd->tx_m);
1400 txd->tx_m = NULL;
1784 if (txd->tx_m != NULL) {
1790 m_freem(txd->tx_m);
1791 txd->tx_m = NULL;
1885 txd->tx_m = NULL;
/freebsd-10.1-release/sys/dev/jme/
H A Dif_jmevar.h100 struct mbuf *tx_m; member in struct:jme_txdesc
H A Dif_jme.c1367 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-10.1-release/sys/mips/atheros/
H A Dif_argevar.h87 struct mbuf *tx_m; member in struct:arge_txdesc
H A Dif_arge.c1143 txd->tx_m = *m_head;
1568 txd->tx_m = NULL;
1702 txd->tx_m = NULL;
1730 if (txd->tx_m)
1731 m_freem(txd->tx_m);
1732 txd->tx_m = NULL;
1941 if (txd->tx_m)
1942 m_freem(txd->tx_m);
1943 txd->tx_m = NULL;
/freebsd-10.1-release/sys/dev/nge/
H A Dif_nge.c559 if (txd->tx_m != NULL) {
564 m_freem(txd->tx_m);
565 txd->tx_m = NULL;
1184 txd->tx_m = NULL;
1317 txd->tx_m = NULL;
1663 KASSERT(txd->tx_m != NULL, ("%s: freeing NULL mbuf!\n",
1665 m_freem(txd->tx_m);
1666 txd->tx_m = NULL;
1970 txd->tx_m = m;
2526 if (txd->tx_m !
[all...]
/freebsd-10.1-release/sys/dev/sge/
H A Dif_sge.c870 txd->tx_m = NULL;
1009 if (txd->tx_m != NULL) {
1013 m_freem(txd->tx_m);
1014 txd->tx_m = NULL;
1280 KASSERT(txd->tx_m != NULL,
1285 m_freem(txd->tx_m);
1286 txd->tx_m = NULL;
1546 txd->tx_m = m;
H A Dif_sgereg.h305 struct mbuf *tx_m; member in struct:sge_txdesc
/freebsd-10.1-release/sys/dev/vr/
H A Dif_vr.c1019 txd->tx_m = NULL;
1153 txd->tx_m = NULL;
1466 KASSERT(txd->tx_m != NULL, ("%s: accessing NULL mbuf!\n",
1479 m_freem(txd->tx_m);
1480 txd->tx_m = NULL;
1532 m_freem(txd->tx_m);
1533 txd->tx_m = NULL;
1881 txd->tx_m = *m_head;
2464 if (txd->tx_m != NULL) {
2469 m_freem(txd->tx_m);
[all...]
/freebsd-10.1-release/sys/dev/age/
H A Dif_agevar.h72 struct mbuf *tx_m; member in struct:age_txdesc
H A Dif_age.c1157 txd->tx_m = NULL;
1716 txd->tx_m = m;
2249 if (txd->tx_m == NULL)
2255 m_freem(txd->tx_m);
2256 txd->tx_m = NULL;
2921 if (txd->tx_m != NULL) {
2926 m_freem(txd->tx_m);
2927 txd->tx_m = NULL;
3008 txd->tx_m = NULL;
/freebsd-10.1-release/sys/dev/alc/
H A Dif_alcvar.h87 struct mbuf *tx_m; member in struct:alc_txdesc
H A Dif_alc.c1663 txd->tx_m = NULL;
2243 txd->tx_m = m;
2775 if (txd->tx_m != NULL) {
2781 m_freem(txd->tx_m);
2782 txd->tx_m = NULL;
3494 if (txd->tx_m != NULL) {
3499 m_freem(txd->tx_m);
3500 txd->tx_m = NULL;
3603 txd->tx_m = NULL;
/freebsd-10.1-release/sys/dev/ale/
H A Dif_alevar.h68 struct mbuf *tx_m; member in struct:ale_txdesc
H A Dif_ale.c1296 txd->tx_m = NULL;
1872 txd->tx_m = m;
2356 if (txd->tx_m != NULL) {
2362 m_freem(txd->tx_m);
2363 txd->tx_m = NULL;
2915 if (txd->tx_m != NULL) {
2920 m_freem(txd->tx_m);
2921 txd->tx_m = NULL;
2967 txd->tx_m = NULL;
/freebsd-10.1-release/sys/dev/vge/
H A Dif_vgevar.h89 struct mbuf *tx_m; member in struct:vge_txdesc
H A Dif_vge.c871 txd->tx_m = NULL;
1320 txd->tx_m = NULL;
1397 if (txd->tx_m != NULL) {
1402 m_freem(txd->tx_m);
1403 txd->tx_m = NULL;
1641 KASSERT(txd->tx_m != NULL, ("%s: freeing NULL mbuf!\n",
1643 m_freem(txd->tx_m);
1644 txd->tx_m = NULL;
1928 txd->tx_m = m;
/freebsd-10.1-release/sys/mips/idt/
H A Dif_krreg.h207 struct mbuf *tx_m; member in struct:kr_txdesc
H A Dif_kr.c680 txd->tx_m = *m_head;
1106 txd->tx_m = NULL;
1243 txd->tx_m = NULL;
1411 if (txd->tx_m)
1412 m_freem(txd->tx_m);
1413 txd->tx_m = NULL;
/freebsd-10.1-release/sys/dev/sf/
H A Dif_sf.c1250 txd->tx_m = NULL;
1432 sc->sf_cdata.sf_txdesc[i].tx_m = NULL;
1730 if (txd->tx_m != NULL) {
1736 m_freem(txd->tx_m);
1737 txd->tx_m = NULL;
2239 txd->tx_m = m;
2367 if (txd->tx_m != NULL) {
2372 m_freem(txd->tx_m);
2373 txd->tx_m = NULL;
/freebsd-10.1-release/sys/dev/sis/
H A Dif_sis.c1290 txd->tx_m = NULL;
1372 txd->tx_m = NULL;
1588 if (txd->tx_m != NULL) {
1592 m_freem(txd->tx_m);
1593 txd->tx_m = NULL;
1855 sc->sis_txdesc[prod].tx_m = *m_head;
2257 if (txd->tx_m != NULL) {
2261 m_freem(txd->tx_m);
2262 txd->tx_m = NULL;
H A Dif_sisreg.h444 struct mbuf *tx_m; member in struct:sis_txdesc
/freebsd-10.1-release/sys/dev/stge/
H A Dif_stge.c862 txd->tx_m = NULL;
1141 txd->tx_m = m;
1565 m_freem(txd->tx_m);
1566 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.h566 struct mbuf *tx_m; /* head of our mbuf chain */ member in struct:stge_txdesc

Completed in 325 milliseconds

12