Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe.h404 struct pch_gbe_tx_desc { struct
443 struct pch_gbe_tx_desc *desc;
Dpch_gbe_main.c56 #define PCH_GBE_TX_DESC(R, i) PCH_GBE_GET_DESC(R, i, pch_gbe_tx_desc)
1072 struct pch_gbe_tx_desc *tx_desc; in pch_gbe_tx_queue()
1169 (int)sizeof(struct pch_gbe_tx_desc) * ring_num, in pch_gbe_tx_queue()
1430 struct pch_gbe_tx_desc *tx_desc; in pch_gbe_alloc_tx_buffers()
1458 struct pch_gbe_tx_desc *tx_desc; in pch_gbe_clean_tx()
1708 struct pch_gbe_tx_desc *tx_desc; in pch_gbe_setup_tx_resources()
1717 tx_ring->size = tx_ring->count * (int)sizeof(struct pch_gbe_tx_desc); in pch_gbe_setup_tx_resources()