Home | History | Annotate | Download | only in pci

Lines Matching refs:tx_m

936 		txd->tx_m = NULL;
1320 txd->tx_m = m;
1321 KASSERT(txd_last->tx_m == NULL);
1324 txd_last->tx_m = m;
1371 if (txd->tx_m == NULL)
1375 m_freem(txd->tx_m);
1376 txd->tx_m = NULL;
1977 if (txd->tx_m != NULL) {
1979 m_freem(txd->tx_m);
1980 txd->tx_m = NULL;
2156 txd->tx_m = NULL;