Lines Matching refs:ste_ptr
608 rxstat = le32toh(cur_rx->ste_ptr->ste_status); in ste_rxeof()
628 cur_rx->ste_ptr->ste_status = 0; in ste_rxeof()
645 cur_rx->ste_ptr->ste_status = 0; in ste_rxeof()
785 txstat = le32toh(cur_tx->ste_ptr->ste_ctl); in ste_txeof()
1270 txc->ste_ptr = NULL; in ste_dma_alloc()
1292 rxc->ste_ptr = NULL; in ste_dma_alloc()
1413 rxc->ste_ptr->ste_status = 0; in ste_newbuf()
1414 rxc->ste_ptr->ste_frag.ste_addr = htole32(segs[0].ds_addr); in ste_newbuf()
1415 rxc->ste_ptr->ste_frag.ste_len = htole32(segs[0].ds_len | in ste_newbuf()
1432 cd->ste_rx_chain[i].ste_ptr = &ld->ste_rx_list[i]; in ste_init_rx_list()
1468 cd->ste_tx_chain[i].ste_ptr = &ld->ste_tx_list[i]; in ste_init_tx_list()
1852 desc = txc->ste_ptr; in ste_encap()
1934 sc->ste_cdata.ste_last_tx->ste_ptr->ste_next = in ste_start_locked()