Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/powerpc/signal/
Dsigfuz.c59 static int count_max = COUNT_MAX; variable
221 while (i < count_max) { in sigfuz_test()
313 count_max = atoi(optarg); in main()
314 printf("Running for %d interactions\n", count_max); in main()
/Linux-v5.10/drivers/net/fjes/
Dfjes_hw.c163 info->v1i.count_max = in fjes_hw_setup_epbuf()
899 if (info->v1i.count_max == 0) in fjes_hw_epbuf_rx_is_empty()
903 info->v1i.count_max); in fjes_hw_epbuf_rx_is_empty()
915 info->v1i.count_max) * in fjes_hw_epbuf_rx_curpkt_get_addr()
932 EP_RING_INDEX_INC(epbh->info->v1i.head, info->v1i.count_max); in fjes_hw_epbuf_rx_curpkt_drop()
941 if (EP_RING_FULL(info->v1i.head, info->v1i.tail, info->v1i.count_max)) in fjes_hw_epbuf_tx_pkt_send()
946 info->v1i.count_max) * in fjes_hw_epbuf_tx_pkt_send()
952 EP_RING_INDEX_INC(epbh->info->v1i.tail, info->v1i.count_max); in fjes_hw_epbuf_tx_pkt_send()
Dfjes_hw.h205 u16 count_max; member
Dfjes_main.c527 info->v1i.count_max)) { in fjes_tx_stall_task()