Searched refs:ste_tx_chain (Results 1 – 2 of 2) sorted by relevance
782 cur_tx = &sc->ste_cdata.ste_tx_chain[idx]; in ste_txeof()1267 txc = &sc->ste_cdata.ste_tx_chain[i]; in ste_dma_alloc()1317 txc = &sc->ste_cdata.ste_tx_chain[i]; in ste_dma_free()1466 cd->ste_tx_chain[i].ste_ptr = &ld->ste_tx_list[i]; in ste_init_tx_list()1467 cd->ste_tx_chain[i].ste_mbuf = NULL; in ste_init_tx_list()1469 cd->ste_tx_chain[i].ste_next = &cd->ste_tx_chain[0]; in ste_init_tx_list()1470 cd->ste_tx_chain[i].ste_phys = htole32(STE_ADDR_LO( in ste_init_tx_list()1474 cd->ste_tx_chain[i].ste_next = &cd->ste_tx_chain[i + 1]; in ste_init_tx_list()1475 cd->ste_tx_chain[i].ste_phys = htole32(STE_ADDR_LO( in ste_init_tx_list()1676 cur_tx = &sc->ste_cdata.ste_tx_chain[i]; in ste_stop()[all …]
560 struct ste_chain ste_tx_chain[STE_TX_LIST_CNT]; member