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

/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cpt.c24 u64 free_sts = 0, busy_sts = 0; \
31 busy_sts |= 1ULL << i; \
36 (_rsp)->busy_sts_##etype = busy_sts; \
H A Drvu_debugfs.c3253 u64 busy_sts = 0, free_sts = 0; local
3285 busy_sts |= 1ULL << i;
3291 seq_printf(filp, "BUSY STS : 0x%016llx\n", busy_sts);

Completed in 107 milliseconds