Searched refs:nps (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sbin/nvmecontrol/
H A Dpower.c63 power_list_one(int i, struct nvme_power_state *nps) argument
68 mps = (nps->mps_nops >> NVME_PWR_ST_MPS_SHIFT) &
70 nops = (nps->mps_nops >> NVME_PWR_ST_NOPS_SHIFT) &
72 apw = (nps->apw_aps >> NVME_PWR_ST_APW_SHIFT) &
74 aps = (nps->apw_aps >> NVME_PWR_ST_APS_SHIFT) &
77 mpower = nps->mp;
80 ipower = nps->idlp;
81 if (nps->ips == 1)
83 apower = nps->actp;
88 nops ? '*' : ' ', nps
[all...]
/freebsd-12-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c1551 send_stat(struct sscop *sscop, u_int nps, struct SSCOP_MBUF_T *m) argument
1557 seqno.sscop_n = nps;
3970 u_int sn, nps; local
3983 nps = seqno.sscop_n;
4018 send_stat(sscop, nps, m);
4035 send_stat(sscop, nps, m);
4141 union seqno nps, nmr; local
4147 nps.sscop_null = MBUF_STRIP32(msg->m);
4151 if((u_int)nps.sscop_n < sscop->vt_pa
4152 || (u_int)nps
[all...]
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-uahcx-defs.h2463 uint32_t nps : 1; /**< NoPowerSwitching These bits are used to specify whether power switching is member in struct:cvmx_uahcx_ohci0_hcrhdescriptora::cvmx_uahcx_ohci0_hcrhdescriptora_s
2474 uint32_t nps : 1;

Completed in 85 milliseconds