Home
last modified time | relevance | path

Searched refs:pch_gbe_tx_desc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe.h394 * struct pch_gbe_tx_desc - Transmit Descriptor
404 struct pch_gbe_tx_desc { struct
443 struct pch_gbe_tx_desc *desc;
H A Dpch_gbe_main.c54 #define PCH_GBE_TX_DESC(R, i) PCH_GBE_GET_DESC(R, i, pch_gbe_tx_desc)
1090 struct pch_gbe_tx_desc *tx_desc; in pch_gbe_tx_queue()
1188 (int)sizeof(struct pch_gbe_tx_desc) * ring_num, in pch_gbe_tx_queue()
1449 struct pch_gbe_tx_desc *tx_desc; in pch_gbe_alloc_tx_buffers()
1477 struct pch_gbe_tx_desc *tx_desc; in pch_gbe_clean_tx()
1727 struct pch_gbe_tx_desc *tx_desc; in pch_gbe_setup_tx_resources()
1736 tx_ring->size = tx_ring->count * (int)sizeof(struct pch_gbe_tx_desc); in pch_gbe_setup_tx_resources()
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe.h394 * struct pch_gbe_tx_desc - Transmit Descriptor
404 struct pch_gbe_tx_desc { struct
443 struct pch_gbe_tx_desc *desc;
H A Dpch_gbe_main.c54 #define PCH_GBE_TX_DESC(R, i) PCH_GBE_GET_DESC(R, i, pch_gbe_tx_desc)
1067 struct pch_gbe_tx_desc *tx_desc; in pch_gbe_tx_queue()
1165 (int)sizeof(struct pch_gbe_tx_desc) * ring_num, in pch_gbe_tx_queue()
1426 struct pch_gbe_tx_desc *tx_desc; in pch_gbe_alloc_tx_buffers()
1454 struct pch_gbe_tx_desc *tx_desc; in pch_gbe_clean_tx()
1704 struct pch_gbe_tx_desc *tx_desc; in pch_gbe_setup_tx_resources()
1713 tx_ring->size = tx_ring->count * (int)sizeof(struct pch_gbe_tx_desc); in pch_gbe_setup_tx_resources()

Completed in 10 milliseconds