Searched refs:rl_tx_list (Results 1 – 3 of 3) sorted by relevance
102 struct rl_desc *desc = &sc->rl_ldata.rl_tx_list[nic_i]; in re_netmap_txsync()151 le32toh(sc->rl_ldata.rl_tx_list[nic_i].rl_cmdstat); in re_netmap_txsync()300 desc = sc->rl_ldata.rl_tx_list; in re_netmap_tx_init()
1064 (void **)&sc->rl_ldata.rl_tx_list, in re_allocmem()1076 sc->rl_ldata.rl_tx_list_map, sc->rl_ldata.rl_tx_list, in re_allocmem()1846 if (sc->rl_ldata.rl_tx_list) in re_detach()1848 sc->rl_ldata.rl_tx_list, in re_detach()2067 bzero(sc->rl_ldata.rl_tx_list, in re_tx_list_init()2075 desc = &sc->rl_ldata.rl_tx_list[sc->rl_ldata.rl_tx_desc_cnt - 1]; in re_tx_list_init()2416 txstat = le32toh(sc->rl_ldata.rl_tx_list[cons].rl_cmdstat); in re_txeof()2866 desc = &sc->rl_ldata.rl_tx_list[prod]; in re_encap()2883 desc = &sc->rl_ldata.rl_tx_list[ei]; in re_encap()2886 desc = &sc->rl_ldata.rl_tx_list[si]; in re_encap()
859 struct rl_desc *rl_tx_list; member