Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/engleder/
Dtsnep_main.c252 entry->desc_wb = (struct tsnep_tx_desc_wb *) in tsnep_tx_ring_init()
255 (((u8 *)entry->desc_wb) + TSNEP_DESC_OFFSET); in tsnep_tx_ring_init()
488 if ((__le32_to_cpu(entry->desc_wb->properties) & in tsnep_tx_poll()
505 (__le32_to_cpu(entry->desc_wb->properties) & in tsnep_tx_poll()
513 __le64_to_cpu(entry->desc_wb->counter); in tsnep_tx_poll()
516 __le64_to_cpu(entry->desc_wb->timestamp); in tsnep_tx_poll()
555 if ((__le32_to_cpu(entry->desc_wb->properties) & in tsnep_tx_pending()
668 entry->desc_wb = (struct tsnep_rx_desc_wb *) in tsnep_rx_ring_init()
671 (((u8 *)entry->desc_wb) + TSNEP_DESC_OFFSET); in tsnep_rx_ring_init()
783 if ((__le32_to_cpu(entry->desc_wb->properties) & in tsnep_rx_poll()
[all …]
Dtsnep.h60 struct tsnep_tx_desc_wb *desc_wb; member
94 struct tsnep_rx_desc_wb *desc_wb; member