/freebsd/sys/dev/ixl/ |
H A D | i40e_adminq.c | 50 hw->aq.asq.tail = I40E_VF_ATQT1; in i40e_adminq_init_regs() 51 hw->aq.asq.head = I40E_VF_ATQH1; in i40e_adminq_init_regs() 52 hw->aq.asq.len = I40E_VF_ATQLEN1; in i40e_adminq_init_regs() 53 hw->aq.asq.bal = I40E_VF_ATQBAL1; in i40e_adminq_init_regs() 54 hw->aq.asq.bah = I40E_VF_ATQBAH1; in i40e_adminq_init_regs() 55 hw->aq.arq.tail = I40E_VF_ARQT1; in i40e_adminq_init_regs() 56 hw->aq.arq.head = I40E_VF_ARQH1; in i40e_adminq_init_regs() 57 hw->aq.arq.len = I40E_VF_ARQLEN1; in i40e_adminq_init_regs() 58 hw->aq.arq.bal = I40E_VF_ARQBAL1; in i40e_adminq_init_regs() 59 hw->aq.arq.bah = I40E_VF_ARQBAH1; in i40e_adminq_init_regs() [all …]
|
H A D | i40e_nvm.c | 111 hw->aq.asq_last_status); in i40e_acquire_nvm() 134 hw->aq.asq_last_status); in i40e_acquire_nvm() 164 (total_delay < hw->aq.asq_cmd_timeout)) { in i40e_release_nvm() 1005 i40e_acquire_spinlock(&hw->aq.arq_spinlock); in i40e_nvmupd_command() 1043 i40e_release_spinlock(&hw->aq.arq_spinlock); in i40e_nvmupd_command() 1073 hw->aq.asq_last_status); in i40e_nvmupd_state_init() 1084 hw->aq.asq_last_status); in i40e_nvmupd_state_init() 1098 hw->aq.asq_last_status); in i40e_nvmupd_state_init() 1115 hw->aq.asq_last_status); in i40e_nvmupd_state_init() 1132 hw->aq.asq_last_status); in i40e_nvmupd_state_init() [all …]
|
H A D | i40e_dcb.c | 822 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) in i40e_get_ieee_dcb_config() 843 (((hw->aq.fw_maj_ver == 4) && (hw->aq.fw_min_ver < 33)) || in i40e_get_dcb_config() 844 (hw->aq.fw_maj_ver < 4))) in i40e_get_dcb_config() 849 ((hw->aq.fw_maj_ver == 4) && (hw->aq.fw_min_ver == 33))) { in i40e_get_dcb_config() 874 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) in i40e_get_dcb_config() 891 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) in i40e_get_dcb_config() 1000 } else if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) { in i40e_get_fw_lldp_status() 1004 } else if (hw->aq.asq_last_status == I40E_AQ_RC_EPERM) { in i40e_get_fw_lldp_status()
|
H A D | ixl_pf_main.c | 199 hw->aq.fw_maj_ver, hw->aq.fw_min_ver, hw->aq.fw_build, in ixl_nvm_version_str() 200 hw->aq.api_maj_ver, hw->aq.api_min_ver, in ixl_nvm_version_str() 405 if ((pf->hw.aq.asq_last_status == I40E_AQ_RC_ENOMEM) && in ixl_get_hw_capabilities() 413 i40e_stat_str(hw, status), i40e_aq_str(hw, hw->aq.asq_last_status)); in ixl_get_hw_capabilities() 841 " aq_error %d\n", ret, pf->hw.aq.asq_last_status); in ixl_switch_config() 1041 i40e_aq_str(hw, hw->aq.asq_last_status)); in ixl_set_rss_key() 1495 i40e_aq_str(hw, hw->aq.asq_last_status)); in ixl_add_hw_filters() 1582 i40e_aq_str(hw, hw->aq.asq_last_status)); in ixl_del_hw_filters() 2849 hw->aq.asq_last_status); in ixl_set_advertised_speeds() 2875 hw->aq.asq_last_status); in ixl_set_advertised_speeds() [all …]
|
H A D | if_ixl.c | 460 i40e_aq_str(hw, hw->aq.asq_last_status)); in ixl_admin_timer() 560 hw->aq.num_arq_entries = IXL_AQ_LEN; in ixl_if_attach_pre() 561 hw->aq.num_asq_entries = IXL_AQ_LEN; in ixl_if_attach_pre() 562 hw->aq.arq_buf_size = IXL_AQ_BUF_SZ; in ixl_if_attach_pre() 563 hw->aq.asq_buf_size = IXL_AQ_BUF_SZ; in ixl_if_attach_pre() 583 if (hw->aq.api_maj_ver == I40E_FW_API_VERSION_MAJOR && in ixl_if_attach_pre() 584 hw->aq.api_min_ver > I40E_FW_MINOR_VERSION(hw)) { in ixl_if_attach_pre() 589 } else if (hw->aq.api_maj_ver == 1 && hw->aq.api_min_ver < 4) { in ixl_if_attach_pre() 619 if (((pf->hw.aq.fw_maj_ver == 4) && (pf->hw.aq.fw_min_ver < 3)) || in ixl_if_attach_pre() 620 (pf->hw.aq.fw_maj_ver < 4)) { in ixl_if_attach_pre() [all …]
|
H A D | ixl_pf_iov.c | 173 return (ixl_adminq_err_to_errno(hw->aq.asq_last_status)); in ixl_vf_alloc_vsi() 181 return (ixl_adminq_err_to_errno(hw->aq.asq_last_status)); in ixl_vf_alloc_vsi() 186 ixl_adminq_err_to_errno(hw->aq.asq_last_status)); in ixl_vf_alloc_vsi() 187 return (ixl_adminq_err_to_errno(hw->aq.asq_last_status)); in ixl_vf_alloc_vsi() 1220 i40e_aq_str(hw, hw->aq.asq_last_status)); in ixl_vf_config_promisc_msg() 1231 i40e_aq_str(hw, hw->aq.asq_last_status)); in ixl_vf_config_promisc_msg() 1300 i40e_stat_str(hw, status), i40e_aq_str(hw, hw->aq.asq_last_status)); in ixl_vf_config_rss_key_msg() 1349 i40e_stat_str(hw, status), i40e_aq_str(hw, hw->aq.asq_last_status)); in ixl_vf_config_rss_lut_msg() 1641 " aq_error %d\n", error, hw->aq.asq_last_status); in ixl_config_pf_vsi_loopback() 1675 error = hw->aq.asq_last_status; in ixl_if_iov_init()
|
H A D | ixl_pf_iflib.c | 381 " AQ error %d\n", aq_error, hw->aq.asq_last_status); in ixl_setup_interface() 456 " aq_error %d\n", err, hw->aq.asq_last_status); in ixl_initialize_vsi() 512 " aq_error %d\n", err, hw->aq.asq_last_status); in ixl_initialize_vsi() 865 i40e_stat_str(hw, status), i40e_aq_str(hw, hw->aq.asq_last_status)); in ixl_set_rss_hlut() 1009 " aq_err %d\n", error, hw->aq.asq_last_status); in ixl_rebuild_hw_structs_after_reset()
|
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() 1687 switch (hw->aq.asq_last_status) { in i40e_aq_get_phy_capabilities() 1701 } while ((hw->aq.asq_last_status == I40E_AQ_RC_EAGAIN) && in i40e_aq_get_phy_capabilities() 1709 hw->aq.api_maj_ver == I40E_FW_API_VERSION_MAJOR && in i40e_aq_get_phy_capabilities() 1710 hw->aq.api_min_ver >= I40E_MINOR_VER_GET_LINK_INFO_XL710) { in i40e_aq_get_phy_capabilities() 2022 (hw->aq.fw_maj_ver < 4 || (hw->aq.fw_maj_ver == 4 && in i40e_aq_get_link_info() 2023 hw->aq.fw_min_ver < 40)) && hw_link_info->phy_type == 0xE) in i40e_aq_get_link_info() 2237 if (hw->aq.api_maj_ver > maj || in i40e_hw_ver_ge() [all …]
|
/freebsd/sys/net80211/ |
H A D | ieee80211_ageq.c | 52 ieee80211_ageq_init(struct ieee80211_ageq *aq, int maxlen, const char *name) in ieee80211_ageq_init() argument 54 memset(aq, 0, sizeof(*aq)); in ieee80211_ageq_init() 55 aq->aq_maxlen = maxlen; in ieee80211_ageq_init() 56 IEEE80211_AGEQ_INIT(aq, name); /* OS-dependent setup */ in ieee80211_ageq_init() 64 ieee80211_ageq_cleanup(struct ieee80211_ageq *aq) in ieee80211_ageq_cleanup() argument 66 KASSERT(aq->aq_len == 0, ("%d frames on ageq", aq->aq_len)); in ieee80211_ageq_cleanup() 67 IEEE80211_AGEQ_DESTROY(aq); /* OS-dependent cleanup */ in ieee80211_ageq_cleanup() 106 ieee80211_ageq_append(struct ieee80211_ageq *aq, struct mbuf *m, int age) in ieee80211_ageq_append() argument 108 IEEE80211_AGEQ_LOCK(aq); in ieee80211_ageq_append() 109 if (__predict_true(aq->aq_len < aq->aq_maxlen)) { in ieee80211_ageq_append() [all …]
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_adminq.c | 47 hw->aq.asq.tail = IAVF_VF_ATQT1; in iavf_adminq_init_regs() 48 hw->aq.asq.head = IAVF_VF_ATQH1; in iavf_adminq_init_regs() 49 hw->aq.asq.len = IAVF_VF_ATQLEN1; in iavf_adminq_init_regs() 50 hw->aq.asq.bal = IAVF_VF_ATQBAL1; in iavf_adminq_init_regs() 51 hw->aq.asq.bah = IAVF_VF_ATQBAH1; in iavf_adminq_init_regs() 52 hw->aq.arq.tail = IAVF_VF_ARQT1; in iavf_adminq_init_regs() 53 hw->aq.arq.head = IAVF_VF_ARQH1; in iavf_adminq_init_regs() 54 hw->aq.arq.len = IAVF_VF_ARQLEN1; in iavf_adminq_init_regs() 55 hw->aq.arq.bal = IAVF_VF_ARQBAL1; in iavf_adminq_init_regs() 56 hw->aq.arq.bah = IAVF_VF_ARQBAH1; in iavf_adminq_init_regs() [all …]
|
H A D | iavf_lib.c | 236 hw->aq.num_arq_entries = IAVF_AQ_LEN; in iavf_setup_vc() 237 hw->aq.num_asq_entries = IAVF_AQ_LEN; in iavf_setup_vc() 238 hw->aq.arq_buf_size = IAVF_AQ_BUF_SZ; in iavf_setup_vc() 239 hw->aq.asq_buf_size = IAVF_AQ_BUF_SZ; in iavf_setup_vc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoZalasr.td | 19 class LAQ_r<bit aq, bit rl, bits<3> funct3, string opcodestr> 20 : RVInstRAtomic<0b00110, aq, rl, funct3, OPC_AMO, 27 class SRL_r<bit aq, bit rl, bits<3> funct3, string opcodestr> 28 : RVInstRAtomic<0b00111, aq, rl, funct3, OPC_AMO, 34 def _AQ : LAQ_r<1, 0, funct3, opcodestr # ".aq">;
|
H A D | RISCVInstrInfoA.td | 19 class LR_r<bit aq, bit rl, bits<3> funct3, string opcodestr> 20 : RVInstRAtomic<0b00010, aq, rl, funct3, OPC_AMO, 28 def _AQ : LR_r<1, 0, funct3, opcodestr # ".aq">; 34 class SC_r<bit aq, bit rl, bits<3> funct3, string opcodestr> 35 : RVInstRAtomic<0b00011, aq, rl, funct3, OPC_AMO, 41 def _AQ : SC_r<1, 0, funct3, opcodestr # ".aq">; 47 class AMO_rr<bits<5> funct5, bit aq, bit rl, bits<3> funct3, string opcodestr> 48 : RVInstRAtomic<funct5, aq, rl, funct3, OPC_AMO, 54 def _AQ : AMO_rr<funct5, 1, 0, funct3, opcodestr # ".aq">;
|
H A D | RISCVInstrInfoZa.td | 44 class AMO_cas<bits<5> funct5, bit aq, bit rl, bits<3> funct3, string opcodestr, 46 : RVInstRAtomic<funct5, aq, rl, funct3, OPC_AMO, 53 def _AQ : AMO_cas<funct5, 1, 0, funct3, opcodestr # ".aq", RC>;
|
/freebsd/bin/sh/tests/parameters/ |
H A D | positional2.0 | 46 testcase 'set -- a; set -- $@q' '1|aq' 49 testcase 'set -- a; set -- $@q' '1|aq' 52 testcase 'set -- a; set -- $*q' '1|aq' 55 testcase 'set -- a; set -- $*q' '1|aq' 58 testcase 'set -- a; set -- "$@q"' '1|aq' 61 testcase 'set -- a; set -- "$@"q' '1|aq'
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors_format.inc | 302 const char *format, va_list aq) { 331 void *argp = va_arg(aq, void *); 465 #define SKIP_SCALAR_ARG(aq, convSpecifier, size) \ 470 va_arg(*aq, double); \ 473 va_arg(*aq, long double); \ 476 va_arg(*aq, long double); \ 488 va_arg(*aq, u32); \ 491 va_arg(*aq, u64); \ 503 static void printf_common(void *ctx, const char *format, va_list aq) { 525 SKIP_SCALAR_ARG(&aq, ' [all...] |
/freebsd/contrib/pf/libevent/ |
H A D | buffer.c | 135 va_list aq; in evbuffer_add_vprintf() local 144 va_copy(aq, ap); in evbuffer_add_vprintf() 147 sz = vsnprintf(buffer, space - 1, fmt, aq); in evbuffer_add_vprintf() 150 sz = vsnprintf(buffer, space, fmt, aq); in evbuffer_add_vprintf() 153 va_end(aq); in evbuffer_add_vprintf()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx_edma.c | 146 struct if_ath_alq_tx_fifo_push aq; in ath_tx_alq_edma_push() local 148 aq.txq = htobe32(txq); in ath_tx_alq_edma_push() 149 aq.nframes = htobe32(nframes); in ath_tx_alq_edma_push() 150 aq.fifo_depth = htobe32(fifo_depth); in ath_tx_alq_edma_push() 151 aq.frame_cnt = htobe32(frame_cnt); in ath_tx_alq_edma_push() 154 sizeof(aq), in ath_tx_alq_edma_push() 155 (const char *) &aq); in ath_tx_alq_edma_push()
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-kmem.c | 75 va_list aq; in kmem_vasprintf() local 79 va_copy(aq, ap); in kmem_vasprintf() 80 ptr = kvasprintf(kmem_flags_convert(KM_SLEEP), fmt, aq); in kmem_vasprintf() 81 va_end(aq); in kmem_vasprintf()
|
/freebsd/crypto/openssl/test/certs/ |
H A D | cyrillic_crl.pem | 7 1BM/BxoHU2/3pQHJgPSKevN0/K/daiFHiJl7Kb9GCwKY14B1RvbN2rUP/58Mt+aq
|
H A D | cyrillic_crl.utf8 | 34 1BM/BxoHU2/3pQHJgPSKevN0/K/daiFHiJl7Kb9GCwKY14B1RvbN2rUP/58Mt+aq
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | snprintf.m4 | 66 [[va_list ap, aq; va_copy(aq, ap);]])], 92 [[va_list ap, aq; __va_copy(aq, ap);]])],
|
/freebsd/usr.bin/locate/locate/ |
H A D | updatedb.sh | 95 if ! grep -aq / $tmp; then
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-1-setup.sh | 52 sudo wipefs -aq $DISK
|
/freebsd/contrib/ntp/libntp/ |
H A D | snprintf.c | 1521 va_list aq; in rpl_vasprintf() local 1523 VA_COPY(aq, ap); in rpl_vasprintf() 1524 len = vsnprintf(NULL, 0, format, aq); in rpl_vasprintf() 1525 VA_END_COPY(aq); in rpl_vasprintf()
|