Home
last modified time | relevance | path

Searched refs:ste_ptr (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/netif/ste/
H A Dif_ste.c643 while((rxstat = sc->ste_cdata.ste_rx_head->ste_ptr->ste_status) in ste_rxeof()
660 cur_rx->ste_ptr->ste_status = 0; in ste_rxeof()
672 cur_rx->ste_ptr->ste_status = 0; in ste_rxeof()
678 total_len = cur_rx->ste_ptr->ste_status & STE_RXSTAT_FRAMELEN; in ste_rxeof()
689 cur_rx->ste_ptr->ste_status = 0; in ste_rxeof()
699 cur_rx->ste_ptr->ste_status = 0; in ste_rxeof()
756 if (!(cur_tx->ste_ptr->ste_ctl & STE_TXCTL_DMADONE)) in ste_txeof()
1044 c->ste_ptr->ste_status = 0; in ste_newbuf()
1045 c->ste_ptr->ste_frag.ste_addr = vtophys(mtod(m_new, caddr_t)); in ste_newbuf()
1046 c->ste_ptr->ste_frag.ste_len = (1536 + EVL_ENCAPLEN) | STE_FRAG_LAST; in ste_newbuf()
[all …]
H A Dif_stereg.h469 struct ste_desc *ste_ptr; member
477 struct ste_desc_onefrag *ste_ptr; member