Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/fjes/
Dfjes_hw.h56 #define EP_RING_INDEX(_num, _max) (((_num) + (_max)) % (_max)) macro
58 ((_num) = EP_RING_INDEX((_num) + 1, (_max)))
60 (0 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
62 (1 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
Dfjes_hw.c937 ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX in fjes_hw_epbuf_rx_curpkt_get_addr()
968 ring_frame = (struct esmem_frame *)&(epbh->ring[EP_RING_INDEX in fjes_hw_epbuf_tx_pkt_send()