Home
last modified time | relevance | path

Searched refs:busy_sts (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cpt.c24 u64 free_sts = 0, busy_sts = 0; \
31 busy_sts |= 1ULL << i; \
36 (_rsp)->busy_sts_##etype = busy_sts; \
Drvu_debugfs.c2521 u64 busy_sts = 0, free_sts = 0; in cpt_eng_sts_display() local
2553 busy_sts |= 1ULL << i; in cpt_eng_sts_display()
2559 seq_printf(filp, "BUSY STS : 0x%016llx\n", busy_sts); in cpt_eng_sts_display()