ti_tx_chain 1027 dev/pci/if_ti.c if (sc->ti_cdata.ti_tx_chain[i] != NULL) { ti_tx_chain 1028 dev/pci/if_ti.c m_freem(sc->ti_cdata.ti_tx_chain[i]); ti_tx_chain 1029 dev/pci/if_ti.c sc->ti_cdata.ti_tx_chain[i] = NULL; ti_tx_chain 1863 dev/pci/if_ti.c if (sc->ti_cdata.ti_tx_chain[idx] != NULL) { ti_tx_chain 1864 dev/pci/if_ti.c m_freem(sc->ti_cdata.ti_tx_chain[idx]); ti_tx_chain 1865 dev/pci/if_ti.c sc->ti_cdata.ti_tx_chain[idx] = NULL; ti_tx_chain 1909 dev/pci/if_ti.c if (sc->ti_cdata.ti_tx_chain[idx] != NULL) { ti_tx_chain 1910 dev/pci/if_ti.c m_freem(sc->ti_cdata.ti_tx_chain[idx]); ti_tx_chain 1911 dev/pci/if_ti.c sc->ti_cdata.ti_tx_chain[idx] = NULL; ti_tx_chain 2027 dev/pci/if_ti.c if (sc->ti_cdata.ti_tx_chain[frag] != NULL) ti_tx_chain 2067 dev/pci/if_ti.c sc->ti_cdata.ti_tx_chain[cur] = m_head; ti_tx_chain 2116 dev/pci/if_ti.c if (sc->ti_cdata.ti_tx_chain[frag] != NULL) ti_tx_chain 2151 dev/pci/if_ti.c sc->ti_cdata.ti_tx_chain[cur] = m_head; ti_tx_chain 2177 dev/pci/if_ti.c while(sc->ti_cdata.ti_tx_chain[prodidx] == NULL) { ti_tx_chain 1068 dev/pci/if_tireg.h struct mbuf *ti_tx_chain[TI_TX_RING_CNT];