Home
last modified time | relevance | path

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

/openbmc/linux/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.c3171 u64 busy_sts = 0, free_sts = 0; in cpt_eng_sts_display() local
3206 free_sts |= 1ULL << i; in cpt_eng_sts_display()
3208 seq_printf(filp, "FREE STS : 0x%016llx\n", free_sts); in cpt_eng_sts_display()