/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_util.c | 169 * @param curr_state -> what to poll on 198 lm_status_t lm_wait_state_change(struct _lm_device_t *pdev, volatile u32_t * curr_state, u32_t new_state) argument 209 *curr_state = new_state; 216 while ((*curr_state != new_state) && to_cnt--) 236 if ( *curr_state != new_state) 240 *curr_state, new_state);
|
H A D | lm_sp.c | 67 IN volatile u32_t *curr_state, 73 DbgMessage(pdev, INFORMi|INFORMl2sp, "#lm_empty_ramrod_eth_conn, curr_state=%d\n",curr_state); 94 /* curr_state may be NULL incase wait isn't required */ 95 if (curr_state != NULL) 98 curr_state, 1094 * curr_state - what to poll on 1095 * curr_state Current state. 1106 IN u32_t curr_state, 1114 *p_curr_state = curr_state; 64 lm_empty_ramrod_eth(IN struct _lm_device_t *pdev, IN const u32_t cid, IN u32_t data_cid, IN volatile u32_t *curr_state, IN u32_t new_state) argument 1101 lm_eq_ramrod_post_sync( IN struct _lm_device_t *pdev, IN u8_t cmd_id, IN u64_t data, IN u8_t ramrod_priority, IN volatile u32_t *p_curr_state, IN u32_t curr_state, IN u32_t new_state) argument 1424 lm_niv_post_command(struct _lm_device_t *pdev, IN const u8_t command, IN const u64_t data, IN const u32_t curr_state) argument [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | ddi_hp_impl.c | 383 ddi_hp_cn_state_t curr_state = hdlp->cn_info.cn_state; local 386 if (curr_state != hdlp->cn_info.cn_state) { 592 ddi_hp_cn_state_t curr_state = hdlp->cn_info.cn_state; local 596 if (curr_state > target_state && 597 curr_state == DDI_HP_CN_STATE_ENABLED) { 651 ddi_hp_cn_state_t curr_state = hdlp->cn_info.cn_state; local 654 if (new_state != curr_state) { 659 if (curr_state < new_state && 667 if (curr_state != hdlp->cn_info.cn_state) { 842 ddi_hp_cn_state_t curr_state local 865 ddi_hp_cn_state_t curr_state, new_state, result_state; local 943 ddi_hp_cn_state_t curr_state, new_state, result_state; local [all...] |
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pcishpc.c | 1494 ddi_hp_cn_state_t curr_state; local 1501 curr_state = slot_p->hs_info.cn_state; 1502 while ((curr_state < target_state) && (rv == DDI_SUCCESS)) { 1504 switch (curr_state) { 1511 curr_state = slot_p->hs_info.cn_state; 1512 if (curr_state < DDI_HP_CN_STATE_PRESENT) 1516 rv = pcishpc_slot_poweron(slot_p, &curr_state); 1519 curr_state = slot_p->hs_info.cn_state = 1535 ddi_hp_cn_state_t curr_state; local 1539 curr_state 1576 ddi_hp_cn_state_t curr_state; local 1791 ddi_hp_cn_state_t curr_state = slot_p->hs_info.cn_state; local 1836 ddi_hp_cn_state_t curr_state; local [all...] |
H A D | pciehpc.c | 507 ddi_hp_cn_state_t curr_state = slot_p->hs_info.cn_state; local 546 if (curr_state == DDI_HP_CN_STATE_POWERED) { 547 slot_p->hs_info.cn_state = curr_state; 1393 ddi_hp_cn_state_t curr_state; local 1400 curr_state = slot_p->hs_info.cn_state; 1401 while ((curr_state < target_state) && (rv == DDI_SUCCESS)) { 1403 switch (curr_state) { 1410 curr_state = slot_p->hs_info.cn_state; 1411 if (curr_state < DDI_HP_CN_STATE_PRESENT) 1416 &curr_state); 1436 ddi_hp_cn_state_t curr_state; local 1478 ddi_hp_cn_state_t curr_state; local [all...] |
H A D | pcie_hp.c | 919 ddi_hp_cn_state_t curr_state; local 938 curr_state = state_arg.cn_state; 943 if (curr_state < target_state) { 945 switch (curr_state) { 980 switch (curr_state) { 1004 *(ddi_hp_cn_state_t *)result = curr_state;
|
/illumos-gate/usr/src/uts/intel/io/pciex/hotplug/ |
H A D | pciehpc_acpi.c | 480 ddi_hp_cn_state_t curr_state; local 500 curr_state = slot_p->hs_info.cn_state; 525 if (curr_state < DDI_HP_CN_STATE_POWERED) {
|
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_loc.c | 1068 boolean_t curr_state, enabled = B_FALSE; local 1084 if (nwam_loc_is_enabled(loch, &curr_state) == NWAM_SUCCESS && 1085 curr_state == enabled)
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/ |
H A D | psvcpolicy.c | 1852 char curr_state[32], prev_state[32], led_state[32]; local 1887 curr_state[0] = 0;
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm.h | 1767 * @param curr_state -> what to poll on 1773 lm_status_t lm_wait_state_change(struct _lm_device_t *pdev, volatile u32_t * curr_state, u32_t new_state);
|
H A D | lm5710.h | 3544 IN volatile u32_t *curr_state, 3560 IN u32_t curr_state, 3678 * @param curr_state -> what to poll on 3684 lm_status_t lm_wait_state_change(struct _lm_device_t *pdev, volatile u32_t * curr_state, u32_t new_state);
|