HomeSort by: relevance | last modified time | path
    Searched defs:txr_maps (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iavf.c 244 struct iavf_tx_map *txr_maps; member in struct:iavf_tx_ring
2275 txr->txr_maps = maps;
2304 maps = txr->txr_maps;
2311 kmem_free(txr->txr_maps,
2313 txr->txr_maps = NULL;
2821 txm = &txr->txr_maps[cons];
3026 txm = &txr->txr_maps[prod];
3205 maps = txr->txr_maps;
if_ixl.c 390 struct ixl_tx_map *txr_maps; member in struct:ixl_tx_ring
2385 txr->txr_maps = maps;
2483 maps = txr->txr_maps;
2547 maps = txr->txr_maps;
2713 txm = &txr->txr_maps[prod];
2810 txm = &txr->txr_maps[cons];

Completed in 223 milliseconds