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

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pow-defs.h486 uint64_t pend1 : 1; /**< Pending switch memory 1 BIST status */ member in struct:cvmx_pow_bist_stat::cvmx_pow_bist_stat_cn38xx
494 uint64_t pend1 : 1;
549 uint64_t pend1 : 1; /**< Pending switch memory 1 BIST status */ member in struct:cvmx_pow_bist_stat::cvmx_pow_bist_stat_cn56xx
557 uint64_t pend1 : 1;
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_fp.c1557 u_int16_t pend0, pend1, ld; local
1587 pend1 = mrsas_atomic_read(&lbInfo->scsi_pending_cmds[pd1]);
1594 if ((bestArm == arm && pend0 > pend1 + sc->lb_pending_cmds) ||
1595 (bestArm != arm && pend1 > pend0 + sc->lb_pending_cmds))

Completed in 71 milliseconds