Home
last modified time | relevance | path

Searched refs:count_max (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/fjes/
Dfjes_hw.c178 info->v1i.count_max = in fjes_hw_setup_epbuf()
914 if (info->v1i.count_max == 0) in fjes_hw_epbuf_rx_is_empty()
918 info->v1i.count_max); in fjes_hw_epbuf_rx_is_empty()
930 info->v1i.count_max) * in fjes_hw_epbuf_rx_curpkt_get_addr()
947 EP_RING_INDEX_INC(epbh->info->v1i.head, info->v1i.count_max); in fjes_hw_epbuf_rx_curpkt_drop()
956 if (EP_RING_FULL(info->v1i.head, info->v1i.tail, info->v1i.count_max)) in fjes_hw_epbuf_tx_pkt_send()
961 info->v1i.count_max) * in fjes_hw_epbuf_tx_pkt_send()
967 EP_RING_INDEX_INC(epbh->info->v1i.tail, info->v1i.count_max); in fjes_hw_epbuf_tx_pkt_send()
Dfjes_hw.h220 u16 count_max; member
Dfjes_main.c539 info->v1i.count_max)) { in fjes_tx_stall_task()