Home
last modified time | relevance | path

Searched refs:HNS_MAX_WAIT_CNT (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns/
A Dhns_dsaf_ppe.c281 while (wait_cnt++ < HNS_MAX_WAIT_CNT) { in hns_ppe_wait_tx_fifo_clean()
289 if (wait_cnt >= HNS_MAX_WAIT_CNT) { in hns_ppe_wait_tx_fifo_clean()
A Dhns_dsaf_main.h43 #define HNS_MAX_WAIT_CNT 10000 macro
A Dhns_dsaf_gmac.c315 while (wait_cnt++ < HNS_MAX_WAIT_CNT) { in hns_gmac_wait_fifo_clean()
323 if (wait_cnt >= HNS_MAX_WAIT_CNT) { in hns_gmac_wait_fifo_clean()
A Dhns_dsaf_rcb.c72 while (wait_cnt++ < HNS_MAX_WAIT_CNT) { in hns_rcb_wait_tx_ring_clean()
80 if (wait_cnt >= HNS_MAX_WAIT_CNT) { in hns_rcb_wait_tx_ring_clean()
A Dhns_dsaf_main.c2931 while (wait_cnt++ < HNS_MAX_WAIT_CNT) { in hns_dsaf_wait_pkt_clean()
2942 if (wait_cnt >= HNS_MAX_WAIT_CNT) { in hns_dsaf_wait_pkt_clean()

Completed in 16 milliseconds