Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/
Dadapter.h270 struct tx_maps { struct
445 struct tx_maps txmaps;
854 int t4_alloc_tx_maps(struct tx_maps *, bus_dma_tag_t, int, int);
855 void t4_free_tx_maps(struct tx_maps *, bus_dma_tag_t);
Dt4_sge.c3169 t4_alloc_tx_maps(struct tx_maps *txmaps, bus_dma_tag_t tx_tag, int count, in t4_alloc_tx_maps()
3203 t4_free_tx_maps(struct tx_maps *txmaps, bus_dma_tag_t tx_tag) in t4_free_tx_maps()
3248 struct tx_maps *txmaps; in get_pkt_sgl()
3317 struct tx_maps *txmaps; in free_pkt_sgl()
3901 struct tx_maps *txmaps; in reclaim_tx_descs()