Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ste.c603 if (sc->ste_cdata.ste_rx_head->ste_ptr->ste_status == 0) { in ste_rxeoc()
604 cur_rx = sc->ste_cdata.ste_rx_head; in ste_rxeoc()
608 if (cur_rx == sc->ste_cdata.ste_rx_head) in ste_rxeoc()
611 if (sc->ste_cdata.ste_rx_head->ste_ptr->ste_status == 0) { in ste_rxeoc()
613 sc->ste_cdata.ste_rx_head = cur_rx; in ste_rxeoc()
634 while((rxstat = sc->ste_cdata.ste_rx_head->ste_ptr->ste_status) in ste_rxeof()
639 cur_rx = sc->ste_cdata.ste_rx_head; in ste_rxeof()
640 sc->ste_cdata.ste_rx_head = cur_rx->ste_next; in ste_rxeof()
992 cd->ste_rx_head = &cd->ste_rx_chain[0]; in ste_init_rx_list()
H A Dif_stereg.h494 struct ste_chain_onefrag *ste_rx_head; member