Home
last modified time | relevance | path

Searched refs:free_sts (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cpt.c24 u64 free_sts = 0, busy_sts = 0; \
34 free_sts |= 1ULL << i; \
37 (_rsp)->free_sts_##etype = free_sts; \
H A Drvu_debugfs.c3173 u64 busy_sts = 0, free_sts = 0; in cpt_eng_sts_display() local
3208 free_sts |= 1ULL << i; in cpt_eng_sts_display()
3210 seq_printf(filp, "FREE STS : 0x%016llx\n", free_sts); in cpt_eng_sts_display()

Completed in 7 milliseconds