ste_rx_chain 1041 dev/pci/if_ste.c cd->ste_rx_chain[i].ste_ptr = &ld->ste_rx_list[i];
ste_rx_chain 1042 dev/pci/if_ste.c if (ste_newbuf(sc, &cd->ste_rx_chain[i], NULL) == ENOBUFS)
ste_rx_chain 1045 dev/pci/if_ste.c cd->ste_rx_chain[i].ste_next =
ste_rx_chain 1046 dev/pci/if_ste.c &cd->ste_rx_chain[0];
ste_rx_chain 1050 dev/pci/if_ste.c cd->ste_rx_chain[i].ste_next =
ste_rx_chain 1051 dev/pci/if_ste.c &cd->ste_rx_chain[i + 1];
ste_rx_chain 1058 dev/pci/if_ste.c cd->ste_rx_head = &cd->ste_rx_chain[0];
ste_rx_chain 1232 dev/pci/if_ste.c if (sc->ste_cdata.ste_rx_chain[i].ste_mbuf != NULL) {
ste_rx_chain 1233 dev/pci/if_ste.c m_freem(sc->ste_cdata.ste_rx_chain[i].ste_mbuf);
ste_rx_chain 1234 dev/pci/if_ste.c sc->ste_cdata.ste_rx_chain[i].ste_mbuf = NULL;
ste_rx_chain 497 dev/pci/if_stereg.h struct ste_chain_onefrag ste_rx_chain[STE_RX_LIST_CNT];