HomeSort by: relevance | last modified time | path
    Searched defs:txs_mbuf (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/arch/mips/atheros/dev/
aevar.h 92 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member in struct:ae_txsoft
  /src/sys/arch/arm/imx/
if_enetvar.h 42 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member in struct:enet_txsoft
  /src/sys/dev/ic/
i82557var.h 159 struct mbuf *txs_mbuf; /* head of mbuf chain */ member in struct:fxp_txsoft
gemvar.h 91 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member in struct:gem_txsoft
atwvar.h 83 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member in struct:atw_txsoft
tulipvar.h 98 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member in struct:tulip_txsoft
  /src/sys/arch/evbppc/virtex/dev/
if_temac.c 131 struct mbuf *txs_mbuf; member in struct:temac_txsoft
442 sc->sc_txsoft[i].txs_mbuf = NULL;
694 if (txs->txs_mbuf != NULL)
727 txs->txs_mbuf = m;
806 if (txs->txs_mbuf != NULL) {
808 m_freem(txs->txs_mbuf);
809 txs->txs_mbuf = NULL;
1021 m_freem(txs->txs_mbuf);
1022 txs->txs_mbuf = NULL;
1289 if (sc->sc_txsoft[sc->sc_txsreap].txs_mbuf != NULL &
    [all...]
  /src/sys/arch/powerpc/ibm4xx/dev/
if_emac.c 142 struct mbuf *txs_mbuf; /* head of mbuf chain */ member in struct:emac_txsoft
762 txs->txs_mbuf = m0;
920 sc->sc_txsoft[i].txs_mbuf = NULL;
1084 if (txs->txs_mbuf != NULL) {
1086 m_freem(txs->txs_mbuf);
1087 txs->txs_mbuf = NULL;
1320 m_freem(txs->txs_mbuf);
1321 txs->txs_mbuf = NULL;
  /src/sys/arch/mips/ralink/
ralink_eth.c 146 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member in struct:ralink_eth_txstate
674 if (txs->txs_mbuf != NULL) {
676 m_freem(txs->txs_mbuf);
677 txs->txs_mbuf = NULL;
851 txs->txs_mbuf = NULL;
1274 txs->txs_mbuf = m0;
1615 m_freem(txs->txs_mbuf);
1616 txs->txs_mbuf = NULL;
  /src/sys/dev/pci/
if_dge.c 226 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member in struct:dge_txsoft
1062 struct mbuf *m0 = txs->txs_mbuf;
1306 txs->txs_mbuf = m0;
1626 m_freem(txs->txs_mbuf);
1627 txs->txs_mbuf = NULL;
1940 sc->sc_txsoft[i].txs_mbuf = NULL;
2104 if (txs->txs_mbuf != NULL) {
2106 m_freem(txs->txs_mbuf);
2107 txs->txs_mbuf = NULL;
if_vge.c 179 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member in struct:vge_txsoft
1386 m_freem(txs->txs_mbuf);
1387 txs->txs_mbuf = NULL;
1566 txs->txs_mbuf = m_head;
1665 KASSERT(txs->txs_mbuf == NULL);
1694 if (txs->txs_mbuf != m_head) {
1696 m_head = txs->txs_mbuf;
1768 sc->sc_txsoft[i].txs_mbuf = NULL;
2078 if (txs->txs_mbuf != NULL) {
2080 m_freem(txs->txs_mbuf);
    [all...]
if_pcn.c 163 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member in struct:pcn_txsoft
1105 txs->txs_mbuf = m0;
1380 m_freem(txs->txs_mbuf);
1381 txs->txs_mbuf = NULL;
1628 sc->sc_txsoft[i].txs_mbuf = NULL;
1851 if (txs->txs_mbuf != NULL) {
1853 m_freem(txs->txs_mbuf);
1854 txs->txs_mbuf = NULL;
if_kse.c 215 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member in struct:kse_txsoft
735 sc->sc_txsoft[i].txs_mbuf = NULL;
859 if (txs->txs_mbuf != NULL) {
861 m_freem(txs->txs_mbuf);
862 txs->txs_mbuf = NULL;
1029 txs->txs_mbuf = m0;
1317 m_freem(txs->txs_mbuf);
1318 txs->txs_mbuf = NULL;
if_sip.c 170 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member in struct:sip_txsoft
1715 txs->txs_mbuf = m0;
2064 m_freem(txs->txs_mbuf);
2065 txs->txs_mbuf = NULL;
2663 txs->txs_mbuf = NULL;
2914 if (txs->txs_mbuf == NULL) {
2924 m_freem(txs->txs_mbuf);
2925 txs->txs_mbuf = NULL;
if_wm.c 272 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member in struct:wm_txsoft
7722 if (txs->txs_mbuf != NULL) {
7724 m_freem(txs->txs_mbuf);
7725 txs->txs_mbuf = NULL;
8396 txq->txq_soft[i].txs_mbuf = NULL;
8616 struct mbuf *m0 = txs->txs_mbuf;
9131 txs->txs_mbuf = m0;
9278 struct mbuf *m0 = txs->txs_mbuf;
9708 txs->txs_mbuf = m0;
9973 txq->txq_bytes += txs->txs_mbuf->m_pkthdr.len
    [all...]
  /src/sys/arch/sgimips/mace/
if_mec.c 143 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member in struct:mec_txsoft
1353 txs->txs_mbuf = m0;
1432 m_freem(txs->txs_mbuf);
1433 txs->txs_mbuf = NULL;
1875 m_freem(txs->txs_mbuf);
1876 txs->txs_mbuf = NULL;
  /src/sys/arch/arm/sociox/
if_scx.c 441 struct mbuf *txs_mbuf; /* head of our mbuf chain */ member in struct:scx_txsoft
1145 sc->sc_txsoft[i].txs_mbuf = NULL;
1463 txs->txs_mbuf = m0;
1590 m_freem(txs->txs_mbuf);
1591 txs->txs_mbuf = NULL;

Completed in 39 milliseconds