Searched defs:nack (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetah.c158 int lo, busy, nack, shipped = 0; local
211 busy = nack = 0;
264 "" PRIx64 " cpuids:", nack, busy, idsr);
348 nack++;
H A Dus3_jalapeno.c180 int lo, busy, nack, shipped = 0; local
211 busy = nack = 0;
259 "" PRIx64 " cpuids:", nack, busy, idsr);
293 nack++;
H A Dus3_cheetahplus.c165 int lo, busy, nack, shipped = 0; local
218 busy = nack = 0;
271 "" PRIx64 " cpuids:", nack, busy, idsr);
355 nack++;
H A Dopl_olympus.c332 int lo, busy, nack, shipped = 0; local
398 busy = nack = 0;
423 nack, busy, idsr);
515 nack++;
675 int busy, nack; local
683 busy = nack = 0;
703 "[%d NACK %d BUSY]", cpuid, nack, busy);
712 nack++;
H A Dspitfire.c683 int upaid, busy, nack; local
692 busy = nack = 0;
711 "BUSY]", upaid, nack, busy);
719 nack++;
H A Dus3_common.c1074 int busy, nack; local
1085 busy = nack = 0;
1135 cpuid, nack, busy);
1145 nack++;
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_vnic.c201 * Wait for login ack/nack or wait time to get over. If we wake up
230 int nack = 1; local
333 nack = 0;
342 nack = 0;
348 if (nack) {
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c2064 bool nack = 1; local
2112 status = ixgbe_clock_out_i2c_bit(hw, nack);
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82575.c3279 bool nack = TRUE; local
3326 status = e1000_clock_out_i2c_bit(hw, nack);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c1187 u8 nack; local
1215 nack = TLan_GetBit(TLAN_NET_SIO_MDATA, sio); /* Check for ACK */
1217 if (nack) { /* No ACK, so fake it */
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_common.c749 ds_init_nack_t *nack; local
800 nack = (ds_init_nack_t *)(msg + DS_HDR_SZ);
801 nack->major_vers = new_major;
868 ds_init_nack_t *nack; local
880 nack = (ds_init_nack_t *)(buf + DS_HDR_SZ);
893 DS_DBG_PRCL(CE_NOTE, "ds@%lx: <init_nack: req=v%d.%d, nack=v%d.x"
894 DS_EOL, PORTID(port), ver->major, ver->minor, nack->major_vers);
896 if (nack->major_vers == 0) {
910 if (ds_vers[idx].major <= nack->major_vers) {
919 "supported" DS_EOL, PORTID(port), nack
971 ds_reg_nack_t *nack; local
1316 ds_reg_nack_t *nack; local
1525 ds_unreg_nack_t *nack; local
1613 ds_data_nack_t *nack; local
1848 ds_unreg_nack_t *nack; local
1897 ds_data_nack_t *nack; local
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c342 { IDNXS_PEND, IDNXS_NIL }, /* nack */
349 { IDNXS_PEND, IDNXS_NIL }, /* nack */
356 { IDNXS_PEND, IDNXS_NIL }, /* nack */
363 { IDNXS_NIL, IDNXS_NIL }, /* nack */
1465 (acknack & IDNP_NACK) ? "+nack " : " ",
2051 idn_nack_t nack; local
2053 nack = GET_XARGS_NACK_TYPE(xargs);
2054 switch (nack) {
2171 idn_nack_t nack; local
2173 * nack
2225 idn_nack_t nack; local
3167 idn_nack_t nack; local
8203 idn_nack_t nack; local
8492 idn_nack_t nack; local
[all...]

Completed in 122 milliseconds