Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/fjes/
Dfjes_hw.c177 info->v1i.count_max = in fjes_hw_setup_epbuf()
866 if (info->v1i.count_max == 0) in fjes_hw_epbuf_rx_is_empty()
870 info->v1i.count_max); in fjes_hw_epbuf_rx_is_empty()
882 info->v1i.count_max) * in fjes_hw_epbuf_rx_curpkt_get_addr()
899 EP_RING_INDEX_INC(epbh->info->v1i.head, info->v1i.count_max); in fjes_hw_epbuf_rx_curpkt_drop()
908 if (EP_RING_FULL(info->v1i.head, info->v1i.tail, info->v1i.count_max)) in fjes_hw_epbuf_tx_pkt_send()
913 info->v1i.count_max) * in fjes_hw_epbuf_tx_pkt_send()
919 EP_RING_INDEX_INC(epbh->info->v1i.tail, info->v1i.count_max); in fjes_hw_epbuf_tx_pkt_send()
Dfjes_hw.h208 u16 count_max; member
Dfjes_main.c485 info->v1i.count_max)) { in fjes_tx_stall_task()