/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_adminq.c | 51 hw->aq.asq.tail = I40E_VF_ATQT1; in i40e_adminq_init_regs() 52 hw->aq.asq.head = I40E_VF_ATQH1; in i40e_adminq_init_regs() 53 hw->aq.asq.len = I40E_VF_ATQLEN1; in i40e_adminq_init_regs() 54 hw->aq.asq.bal = I40E_VF_ATQBAL1; in i40e_adminq_init_regs() 55 hw->aq.asq.bah = I40E_VF_ATQBAH1; in i40e_adminq_init_regs() 56 hw->aq.arq.tail = I40E_VF_ARQT1; in i40e_adminq_init_regs() 57 hw->aq.arq.head = I40E_VF_ARQH1; in i40e_adminq_init_regs() 58 hw->aq.arq.len = I40E_VF_ARQLEN1; in i40e_adminq_init_regs() 59 hw->aq.arq.bal = I40E_VF_ARQBAL1; in i40e_adminq_init_regs() 60 hw->aq.arq.bah = I40E_VF_ARQBAH1; in i40e_adminq_init_regs() [all …]
|
H A D | i40e_nvm.c | 111 access, time_left, ret_code, hw->aq.asq_last_status); in i40e_acquire_nvm() 133 time_left, ret_code, hw->aq.asq_last_status); in i40e_acquire_nvm() 163 (total_delay < hw->aq.asq_cmd_timeout)) { in i40e_release_nvm() 1003 i40e_acquire_spinlock(&hw->aq.arq_spinlock); in i40e_nvmupd_command() 1041 i40e_release_spinlock(&hw->aq.arq_spinlock); in i40e_nvmupd_command() 1071 hw->aq.asq_last_status); in i40e_nvmupd_state_init() 1082 hw->aq.asq_last_status); in i40e_nvmupd_state_init() 1096 hw->aq.asq_last_status); in i40e_nvmupd_state_init() 1113 hw->aq.asq_last_status); in i40e_nvmupd_state_init() 1130 hw->aq.asq_last_status); in i40e_nvmupd_state_init() [all …]
|
H A D | i40e_dcb.c | 817 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) in i40e_get_ieee_dcb_config() 838 (((hw->aq.fw_maj_ver == 4) && (hw->aq.fw_min_ver < 33)) || in i40e_get_dcb_config() 839 (hw->aq.fw_maj_ver < 4))) in i40e_get_dcb_config() 844 ((hw->aq.fw_maj_ver == 4) && (hw->aq.fw_min_ver == 33))) { in i40e_get_dcb_config() 869 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) in i40e_get_dcb_config() 886 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) in i40e_get_dcb_config() 995 } else if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) { in i40e_get_fw_lldp_status() 999 } else if (hw->aq.asq_last_status == I40E_AQ_RC_EPERM) { in i40e_get_fw_lldp_status()
|
H A D | i40e_common.c | 397 if (hw->aq.asq.len) { in i40e_check_asq_alive() 399 return !!(rd32(hw, hw->aq.asq.len) & in i40e_check_asq_alive() 402 return !!(rd32(hw, hw->aq.asq.len) & in i40e_check_asq_alive() 1717 switch (hw->aq.asq_last_status) { in i40e_aq_get_phy_capabilities() 1731 } while ((hw->aq.asq_last_status == I40E_AQ_RC_EAGAIN) && in i40e_aq_get_phy_capabilities() 1739 hw->aq.api_maj_ver == I40E_FW_API_VERSION_MAJOR && in i40e_aq_get_phy_capabilities() 1740 hw->aq.api_min_ver >= I40E_MINOR_VER_GET_LINK_INFO_XL710) { in i40e_aq_get_phy_capabilities() 2052 (hw->aq.fw_maj_ver < 4 || (hw->aq.fw_maj_ver == 4 && in i40e_aq_get_link_info() 2053 hw->aq.fw_min_ver < 40)) && hw_link_info->phy_type == 0xE) in i40e_aq_get_link_info() 2380 (((hw->aq.api_maj_ver == 1) && (hw->aq.api_min_ver >= 5)) || in i40e_aq_set_vsi_unicast_promiscuous() [all …]
|
H A D | i40e_type.h | 729 struct i40e_adminq_info aq; member
|
/illumos-gate/usr/src/uts/common/io/ena/ |
H A D | ena_admin.c | 67 ena_adminq_t *aq = &ena->ena_aq; in ena_release_all_cmd_ctx() local 70 mutex_enter(&aq->ea_sq_lock); in ena_release_all_cmd_ctx() 71 while ((ctx = list_remove_head(&aq->ea_cmd_ctxs_used)) != NULL) { in ena_release_all_cmd_ctx() 73 list_insert_tail(&aq->ea_cmd_ctxs_free, ctx); in ena_release_all_cmd_ctx() 75 aq->ea_pending_cmds = 0; in ena_release_all_cmd_ctx() 76 mutex_exit(&aq->ea_sq_lock); in ena_release_all_cmd_ctx() 82 ena_adminq_t *aq = &ena->ena_aq; in ena_create_cmd_ctx() local 84 for (uint_t i = 0; i < aq->ea_qlen; i++) { in ena_create_cmd_ctx() 85 ena_cmd_ctx_t *ctx = &aq->ea_cmd_ctxs[i]; in ena_create_cmd_ctx() 89 list_insert_tail(&aq->ea_cmd_ctxs_free, ctx); in ena_create_cmd_ctx() [all …]
|
H A D | ena.c | 636 ena_adminq_t *aq = &ena->ena_aq; in ena_admin_sq_init() local 637 ena_dma_buf_t *dma = &aq->ea_sq.eas_dma; in ena_admin_sq_init() 638 size_t size = aq->ea_qlen * sizeof (*aq->ea_sq.eas_entries); in ena_admin_sq_init() 641 if (aq->ea_sq.eas_entries == NULL) { in ena_admin_sq_init() 656 aq->ea_sq.eas_entries = (void *)dma->edb_va; in ena_admin_sq_init() 661 aq->ea_sq.eas_tail = 0; in ena_admin_sq_init() 662 aq->ea_sq.eas_phase = 1; in ena_admin_sq_init() 663 aq->ea_sq.eas_dbaddr = in ena_admin_sq_init() 669 wval = ENAHW_ASQ_CAPS_DEPTH(aq->ea_qlen) | in ena_admin_sq_init() 670 ENAHW_ASQ_CAPS_ENTRY_SIZE(sizeof (*aq->ea_sq.eas_entries)); in ena_admin_sq_init() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/ |
H A D | 64.rv64a.s | 27 lr.d.aq s1, (s2) 31 sc.d.aq s1, s3, (s1) 35 amoswap.d.aq t1, t2, (t3) 39 amoadd.d.aq t1, t2, (t3) 43 amoxor.d.aq t1, t2, (t3) 47 amoand.d.aq t1, t2, (t3) 51 amoor.d.aq t1, t2, (t3) 55 amomin.d.aq t1, t2, (t3) 59 amomax.d.aq t1, t2, (t3) 63 amominu.d.aq t1, t2, (t3) [all …]
|
H A D | tst.rv32a.s | 27 lr.w.aq s1, (s2) 31 sc.w.aq s1, s3, (s1) 35 amoswap.w.aq t1, t2, (t3) 39 amoadd.w.aq t1, t2, (t3) 43 amoxor.w.aq t1, t2, (t3) 47 amoand.w.aq t1, t2, (t3) 51 amoor.w.aq t1, t2, (t3) 55 amomin.w.aq t1, t2, (t3) 59 amomax.w.aq t1, t2, (t3) 63 amominu.w.aq t1, t2, (t3) [all …]
|
H A D | 64.rv64a.out | 2 libdis_test+0x4: af 34 09 14 lr.d.aq s1,(s2) 6 libdis_test+0x14: af b4 34 1d sc.d.aq s1,s3,(s1) 10 libdis_test+0x24: 2f 33 7e 0c amoswap.d.aq t1,t2,(t3) 14 libdis_test+0x34: 2f 33 7e 04 amoadd.d.aq t1,t2,(t3) 18 libdis_test+0x44: 2f 33 7e 24 amoxor.d.aq t1,t2,(t3) 22 libdis_test+0x54: 2f 33 7e 64 amoand.d.aq t1,t2,(t3) 26 libdis_test+0x64: 2f 33 7e 44 amoor.d.aq t1,t2,(t3) 30 libdis_test+0x74: 2f 33 7e 84 amomin.d.aq t1,t2,(t3) 34 libdis_test+0x84: 2f 33 7e a4 amomax.d.aq t1,t2,(t3) 38 libdis_test+0x94: 2f 33 7e c4 amominu.d.aq t1,t2,(t3) [all …]
|
H A D | tst.rv32a.out | 2 libdis_test+0x4: af 24 09 14 lr.w.aq s1,(s2) 6 libdis_test+0x14: af a4 34 1d sc.w.aq s1,s3,(s1) 10 libdis_test+0x24: 2f 23 7e 0c amoswap.w.aq t1,t2,(t3) 14 libdis_test+0x34: 2f 23 7e 04 amoadd.w.aq t1,t2,(t3) 18 libdis_test+0x44: 2f 23 7e 24 amoxor.w.aq t1,t2,(t3) 22 libdis_test+0x54: 2f 23 7e 64 amoand.w.aq t1,t2,(t3) 26 libdis_test+0x64: 2f 23 7e 44 amoor.w.aq t1,t2,(t3) 30 libdis_test+0x74: 2f 23 7e 84 amomin.w.aq t1,t2,(t3) 34 libdis_test+0x84: 2f 23 7e a4 amomax.w.aq t1,t2,(t3) 38 libdis_test+0x94: 2f 23 7e c4 amominu.w.aq t1,t2,(t3) [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | array.c | 82 Namarr_t *aq; in array_scope() local 90 if(!(aq=newof(NIL(Namarr_t*),Namarr_t,1,size-sizeof(Namarr_t)))) in array_scope() 92 memcpy(aq,ap,size); in array_scope() 93 aq->hdr.nofree &= ~1; in array_scope() 94 aq->hdr.nofree |= (flags&NV_RDONLY)?1:0; in array_scope() 95 if(is_associative(aq)) in array_scope() 97 aq->scope = (void*)dtopen(&_Nvdisc,Dtoset); in array_scope() 98 dtview((Dt_t*)aq->scope,aq->table); in array_scope() 99 aq->table = (Dt_t*)aq->scope; in array_scope() 100 return(aq); in array_scope() [all …]
|
H A D | parse.c | 992 struct argnod *ar,*aq,**settail; in assign() local 1003 if(aq=ac->comarg) in assign() 1005 ac->comarg = aq->argnxt.ap; in assign() 1006 sfprintf(stkp,"%s",aq->argval); in assign() 1007 ar->argflag |= aq->argflag; in assign() 1011 if(!aq) in assign() 1016 if(aq) in assign()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/ |
H A D | smartpqi_init.c | 360 pqi_admin_queues_t *aq; in pqi_alloc_admin_queue() local 372 aq = &s->s_admin_queues; in pqi_alloc_admin_queue() 375 aq->iq_element_array = (caddr_t)&aq_aligned->iq_element_array; in pqi_alloc_admin_queue() 376 aq->oq_element_array = (caddr_t)&aq_aligned->oq_element_array; in pqi_alloc_admin_queue() 377 aq->iq_ci = &aq_aligned->iq_ci; in pqi_alloc_admin_queue() 378 aq->oq_pi = &aq_aligned->oq_pi; in pqi_alloc_admin_queue() 380 aq->iq_element_array_bus_addr = s->s_adminq_dma->dma_addr + in pqi_alloc_admin_queue() 381 ((uintptr_t)aq->iq_element_array - in pqi_alloc_admin_queue() 383 aq->oq_element_array_bus_addr = s->s_adminq_dma->dma_addr + in pqi_alloc_admin_queue() 384 ((uintptr_t)aq->oq_element_array - in pqi_alloc_admin_queue() [all …]
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_main.c | 798 rc, hw->aq.asq_last_status); in i40e_set_def_vsi_seid() 831 rc, hw->aq.asq_last_status); in i40e_get_mac_seid() 862 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOMEM && in i40e_get_hw_capabilities() 872 hw->aq.asq_last_status != I40E_AQ_RC_OK) { in i40e_get_hw_capabilities() 907 hw->aq.asq_last_status == I40E_AQ_RC_EINVAL) { in i40e_get_switch_resources() 1295 hw->aq.num_arq_entries = I40E_DEF_ADMINQ_SIZE; in i40e_common_code_init() 1296 hw->aq.num_asq_entries = I40E_DEF_ADMINQ_SIZE; in i40e_common_code_init() 1297 hw->aq.arq_buf_size = I40E_ADMINQ_BUFSZ; in i40e_common_code_init() 1298 hw->aq.asq_buf_size = I40E_ADMINQ_BUFSZ; in i40e_common_code_init() 1308 if (hw->aq.api_maj_ver == I40E_FW_API_VERSION_MAJOR && in i40e_common_code_init() [all …]
|
H A D | i40e_gld.c | 663 if (hw->mac.type != I40E_MAC_XL710 || hw->aq.api_maj_ver != 1 || in i40e_transceiver_read() 664 hw->aq.api_min_ver < 7) { in i40e_transceiver_read()
|
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi.h | 308 #define SCSI_INVALID_OPCODE(s, a, aq) \ argument 310 ((aq) == ASCQ_INVALID_OPCODE)) 312 #define MODE_PAGE_UNSUPPORTED(s, a, aq) \ argument
|
/illumos-gate/usr/src/test/zfs-tests/doc/ |
H A D | README | 61 test_machine$ /opt/zfs-tests/bin/zfstest [-aq] 72 test_machine$ /opt/zfs-tests/bin/zfstest [-aq] -c my_tests.run
|
/illumos-gate/usr/src/common/bignum/ |
H A D | bignumimpl.c | 2395 BIGNUM ap, aq, tmp; in big_modexp_crt_ext() local 2408 if ((err = big_init1(&aq, q->len, NULL, 0)) != BIG_OK) { in big_modexp_crt_ext() 2440 if ((err = big_div_pos(NULL, &aq, &tmp, q)) != BIG_OK) { in big_modexp_crt_ext() 2447 if ((err = big_div_pos(NULL, &aq, a, q)) != BIG_OK) { in big_modexp_crt_ext() 2456 if ((err = big_modexp_ext(&aq, &aq, dmodqminus1, q, q_rr, info)) != in big_modexp_crt_ext() 2460 if ((err = big_sub(&tmp, &aq, &ap)) != BIG_OK) { in big_modexp_crt_ext() 2468 if ((err = big_div_pos(NULL, &aq, &tmp, q)) != BIG_OK) { in big_modexp_crt_ext() 2471 if ((sign == -1) && (!big_is_zero(&aq))) { in big_modexp_crt_ext() 2472 (void) big_sub_pos(&aq, q, &aq); in big_modexp_crt_ext() 2474 if ((err = big_mul(&tmp, &aq, p)) != BIG_OK) { in big_modexp_crt_ext() [all …]
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_scsa.c | 1972 STAILQ_INSERT_TAIL(&xp->aq, sp, cmd_next); in pmcs_SAS_run() 2248 STAILQ_REMOVE(&xp->aq, sp, pmcs_cmd, cmd_next); in pmcs_SAS_done() 2286 STAILQ_FOREACH(wp, &xp->aq, cmd_next) { in pmcs_SAS_done() 2298 STAILQ_REMOVE(&xp->aq, sp, pmcs_cmd, cmd_next); in pmcs_SAS_done() 2590 STAILQ_INSERT_TAIL(&xp->aq, sp, cmd_next); in pmcs_SATA_run() 2748 STAILQ_REMOVE(&xp->aq, sp, pmcs_cmd, cmd_next); in pmcs_SATA_done() 2788 STAILQ_FOREACH(wp, &xp->aq, cmd_next) { in pmcs_SATA_done() 2797 STAILQ_REMOVE(&xp->aq, sp, pmcs_cmd, cmd_next); in pmcs_SATA_done() 3269 STAILQ_INIT(&tgt->aq); in pmcs_get_target()
|
H A D | pmcs_ds.c | 856 STAILQ_FOREACH(cp, &tgt->aq, cmd_next) { in pmcs_ssp_event_recovery()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/ |
H A D | T.sub | 168 aq x x
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs.h | 121 STAILQ_HEAD(aqh, pmcs_cmd) aq;
|
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 2667 ASN1_INTEGER *ap = NULL, *ag = NULL, *aq = NULL; in pkinit_encode_dh_params() local 2673 if ((aq = BN_to_ASN1_INTEGER(q, NULL)) == NULL) in pkinit_encode_dh_params() 2677 bufsize += i2d_ASN1_INTEGER(aq, NULL); in pkinit_encode_dh_params() 2689 i2d_ASN1_INTEGER(aq, &tmp); in pkinit_encode_dh_params() 2700 if (aq != NULL) in pkinit_encode_dh_params() 2701 ASN1_INTEGER_free(aq); in pkinit_encode_dh_params()
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | antarctica | 9 # http://www.comnap.aq/comnap/comnap.nsf/P/Stations/
|