Searched refs:aq (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.c61 hw->aq.asq.tail = I40E_VF_ATQT1;
62 hw->aq.asq.head = I40E_VF_ATQH1;
63 hw->aq.asq.len = I40E_VF_ATQLEN1;
64 hw->aq.asq.bal = I40E_VF_ATQBAL1;
65 hw->aq.asq.bah = I40E_VF_ATQBAH1;
66 hw->aq.arq.tail = I40E_VF_ARQT1;
67 hw->aq.arq.head = I40E_VF_ARQH1;
68 hw->aq.arq.len = I40E_VF_ARQLEN1;
69 hw->aq.arq.bal = I40E_VF_ARQBAL1;
70 hw->aq
[all...]
H A Di40e_nvm.c123 access, time_left, ret_code, hw->aq.asq_last_status);
145 time_left, ret_code, hw->aq.asq_last_status);
175 (total_delay < hw->aq.asq_cmd_timeout)) {
H A Di40e_common.c397 if (hw->aq.asq.len)
399 return !!(rd32(hw, hw->aq.asq.len) &
402 return !!(rd32(hw, hw->aq.asq.len) &
1647 if (hw->aq.asq_last_status == I40E_AQ_RC_EIO)
1930 if ((hw->aq.fw_maj_ver < 4 || (hw->aq.fw_maj_ver == 4 &&
1931 hw->aq.fw_min_ver < 40)) && hw_link_info->phy_type == 0xE)
3107 if (status == I40E_SUCCESS || hw->aq.asq_last_status == I40E_AQ_RC_EBUSY)
H A Di40e_type.h606 struct i40e_adminq_info aq; member in struct:i40e_hw
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Darray.c63 Namarr_t *aq; local
68 if(!(aq=newof(NIL(Namarr_t*),Namarr_t,1,size-sizeof(Namarr_t))))
70 memcpy(aq,ap,size);
71 aq->hdr.nofree &= ~1;
72 aq->hdr.nofree |= (flags&NV_RDONLY)?1:0;
73 if(is_associative(aq))
75 aq->scope = (void*)dtopen(&_Nvdisc,Dtoset);
76 dtview((Dt_t*)aq->scope,aq->table);
77 aq
99 array_syncsub(Namarr_t *ap, Namarr_t *aq) argument
106 struct index_array *aq = (struct index_array*)ap->header.scope; local
350 struct index_array *aq = (struct index_array*)ap, *ar; local
458 register Namarr_t *aq,*ap = (Namarr_t*)disc; local
475 register Namarr_t *aq,*ap = (Namarr_t*)disc; local
495 register struct index_array *aq = (struct index_array*)ap; local
877 struct index_array *aq = (struct index_array*)ap; local
895 struct index_array *aq=0, *ar=0; local
1329 struct index_array *ap=0,*aq; local
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c771 rc, hw->aq.asq_last_status);
809 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOMEM &&
819 hw->aq.asq_last_status != I40E_AQ_RC_OK) {
854 hw->aq.asq_last_status == I40E_AQ_RC_EINVAL) {
1211 hw->aq.num_arq_entries = I40E_DEF_ADMINQ_SIZE;
1212 hw->aq.num_asq_entries = I40E_DEF_ADMINQ_SIZE;
1213 hw->aq.arq_buf_size = I40E_ADMINQ_BUFSZ;
1214 hw->aq.asq_buf_size = I40E_ADMINQ_BUFSZ;
1224 if (hw->aq.api_maj_ver == I40E_FW_API_VERSION_MAJOR &&
1225 hw->aq
[all...]
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi.h291 #define SCSI_INVALID_OPCODE(s, a, aq) \
293 ((aq) == ASCQ_INVALID_OPCODE))
295 #define MODE_PAGE_UNSUPPORTED(s, a, aq) \
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c2395 BIGNUM ap, aq, tmp; local
2408 if ((err = big_init1(&aq, q->len, NULL, 0)) != BIG_OK) {
2440 if ((err = big_div_pos(NULL, &aq, &tmp, q)) != BIG_OK) {
2447 if ((err = big_div_pos(NULL, &aq, a, q)) != BIG_OK) {
2456 if ((err = big_modexp_ext(&aq, &aq, dmodqminus1, q, q_rr, info)) !=
2460 if ((err = big_sub(&tmp, &aq, &ap)) != BIG_OK) {
2468 if ((err = big_div_pos(NULL, &aq, &tmp, q)) != BIG_OK) {
2471 if ((sign == -1) && (!big_is_zero(&aq))) {
2472 (void) big_sub_pos(&aq,
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c1972 STAILQ_INSERT_TAIL(&xp->aq, sp, cmd_next);
2248 STAILQ_REMOVE(&xp->aq, sp, pmcs_cmd, cmd_next);
2251 "%s: Removing cmd 0x%p (htag 0x%x) from aq",
2286 STAILQ_FOREACH(wp, &xp->aq, cmd_next) {
2296 "%s: Removing cmd 0x%p (htag 0x%x) from aq", __func__,
2298 STAILQ_REMOVE(&xp->aq, sp, pmcs_cmd, cmd_next);
2590 STAILQ_INSERT_TAIL(&xp->aq, sp, cmd_next);
2748 STAILQ_REMOVE(&xp->aq, sp, pmcs_cmd, cmd_next);
2751 "%s: Removing cmd 0x%p (htag 0x%x) from aq",
2788 STAILQ_FOREACH(wp, &xp->aq, cmd_nex
[all...]
H A Dpmcs_ds.c856 STAILQ_FOREACH(cp, &tgt->aq, cmd_next) {
862 * aq may contain TMF commands, so we
881 /* All bets are off on tgt/aq now, restart */
H A Dpmcs_subr.c7019 sp = STAILQ_FIRST(&tgt->aq);
7032 "from aq", __func__, (void *)sp,
7038 STAILQ_REMOVE(&tgt->aq, sp, pmcs_cmd, cmd_next);
7040 "%s: Removing cmd 0x%p (htag 0x%x) from aq for "
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h121 STAILQ_HEAD(aqh, pmcs_cmd) aq; member in struct:pmcs_xscsi
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c2524 ASN1_INTEGER *ap = NULL, *ag = NULL, *aq = NULL; local
2530 if ((aq = BN_to_ASN1_INTEGER(q, NULL)) == NULL)
2534 bufsize += i2d_ASN1_INTEGER(aq, NULL);
2546 i2d_ASN1_INTEGER(aq, &tmp);
2557 if (aq != NULL)
2558 ASN1_INTEGER_free(aq);
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c1192 sp = xs.aq.stqh_first;

Completed in 966 milliseconds