HomeSort by: relevance | last modified time | path
    Searched refs:tx_m (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/pci/
if_vtevar.h 69 struct mbuf *tx_m; member in struct:vte_txdesc
if_vte.c 553 txd->tx_m = NULL;
757 txd->tx_m = m;
1035 m_freem(txd->tx_m);
1037 txd->tx_m = NULL;
1424 if (txd->tx_m != NULL) {
1431 m_freem(txd->tx_m);
1432 txd->tx_m = NULL;
1519 txd->tx_m = NULL;
if_age.c 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
    [all...]
if_ale.c 831 txd->tx_m = NULL;
1022 txd->tx_m = m;
1360 if (txd->tx_m != NULL) {
1363 m_freem(txd->tx_m);
1364 txd->tx_m = NULL;
1892 if (txd->tx_m != NULL) {
1894 m_freem(txd->tx_m);
1895 txd->tx_m = NULL;
1937 txd->tx_m = NULL;
if_alc.c 1793 txd->tx_m = NULL;
2011 txd->tx_m = m;
2404 if (txd->tx_m != NULL) {
2409 m_freem(txd->tx_m);
2410 txd->tx_m = NULL;
3249 if (txd->tx_m != NULL) {
3253 m_freem(txd->tx_m);
3254 txd->tx_m = NULL;
3361 txd->tx_m = NULL;
if_agereg.h 686 struct mbuf *tx_m; member in struct:age_txdesc
if_alereg.h 793 struct mbuf *tx_m; member in struct:ale_txdesc
if_alcreg.h 1329 struct mbuf *tx_m; member in struct:alc_txdesc

Completed in 61 milliseconds