Home
last modified time | relevance | path

Searched refs:yellowfin_desc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/packetengines/
H A Dyellowfin.c77 #define TX_TOTAL_SIZE 2*TX_RING_SIZE*sizeof(struct yellowfin_desc)
78 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct yellowfin_desc)
266 struct yellowfin_desc { struct
287 /* Bits in yellowfin_desc.cmd */
295 /* Bits in yellowfin_desc.status */
309 struct yellowfin_desc *rx_ring;
310 struct yellowfin_desc *tx_ring;
739 ((i+1)%RX_RING_SIZE)*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()
768 ((i+1)%TX_RING_SIZE)*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()
781 (j+1)*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/packetengines/
H A Dyellowfin.c77 #define TX_TOTAL_SIZE 2*TX_RING_SIZE*sizeof(struct yellowfin_desc)
78 #define RX_TOTAL_SIZE RX_RING_SIZE*sizeof(struct yellowfin_desc)
266 struct yellowfin_desc { struct
287 /* Bits in yellowfin_desc.cmd */
295 /* Bits in yellowfin_desc.status */
309 struct yellowfin_desc *rx_ring;
310 struct yellowfin_desc *tx_ring;
741 ((i+1)%RX_RING_SIZE)*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()
770 ((i+1)%TX_RING_SIZE)*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()
783 (j+1)*sizeof(struct yellowfin_desc)); in yellowfin_init_ring()
[all...]

Completed in 4 milliseconds