Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_cpt.c30 u64 free_sts = 0, busy_sts = 0; \
37 busy_sts |= 1ULL << i; \
42 (_rsp)->busy_sts_##etype = busy_sts; \
Drvu_debugfs.c3621 u64 busy_sts = 0, free_sts = 0; in cpt_eng_sts_display() local
3653 busy_sts |= 1ULL << i; in cpt_eng_sts_display()
3659 seq_printf(filp, "BUSY STS : 0x%016llx\n", busy_sts); in cpt_eng_sts_display()