Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dif_iavf.c244 struct iavf_tx_map *txr_maps; member
2272 txr->txr_maps = maps; in iavf_txr_alloc()
2301 maps = txr->txr_maps; in iavf_txr_free()
2308 kmem_free(txr->txr_maps, in iavf_txr_free()
2310 txr->txr_maps = NULL; in iavf_txr_free()
2817 txm = &txr->txr_maps[cons]; in iavf_txeof()
3022 txm = &txr->txr_maps[prod]; in iavf_tx_common_locked()
3201 maps = txr->txr_maps; in iavf_txr_clean()
H A Dif_ixl.c390 struct ixl_tx_map *txr_maps; member
2385 txr->txr_maps = maps; in ixl_txr_alloc()
2483 maps = txr->txr_maps; in ixl_txr_clean()
2547 maps = txr->txr_maps; in ixl_txr_free()
2713 txm = &txr->txr_maps[prod]; in ixl_tx_common_locked()
2810 txm = &txr->txr_maps[cons]; in ixl_txeof()