Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_ppe.c284 while (wait_cnt++ < HNS_MAX_WAIT_CNT) { in hns_ppe_wait_tx_fifo_clean()
292 if (wait_cnt >= HNS_MAX_WAIT_CNT) { in hns_ppe_wait_tx_fifo_clean()
Dhns_dsaf_main.h47 #define HNS_MAX_WAIT_CNT 10000 macro
Dhns_dsaf_gmac.c329 while (wait_cnt++ < HNS_MAX_WAIT_CNT) { in hns_gmac_wait_fifo_clean()
337 if (wait_cnt >= HNS_MAX_WAIT_CNT) { in hns_gmac_wait_fifo_clean()
Dhns_dsaf_rcb.c76 while (wait_cnt++ < HNS_MAX_WAIT_CNT) { in hns_rcb_wait_tx_ring_clean()
84 if (wait_cnt >= HNS_MAX_WAIT_CNT) { in hns_rcb_wait_tx_ring_clean()
Dhns_dsaf_main.c2739 while (wait_cnt++ < HNS_MAX_WAIT_CNT) { in hns_dsaf_wait_pkt_clean()
2750 if (wait_cnt >= HNS_MAX_WAIT_CNT) { in hns_dsaf_wait_pkt_clean()