Home
last modified time | relevance | path

Searched refs:aq (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/sys/net80211/
H A Dieee80211_ageq.c54 memset(aq, 0, sizeof(*aq)); in ieee80211_ageq_init()
66 KASSERT(aq->aq_len == 0, ("%d frames on ageq", aq->aq_len)); in ieee80211_ageq_cleanup()
109 if (__predict_true(aq->aq_len < aq->aq_maxlen)) { in ieee80211_ageq_append()
111 aq->aq_head = m; in ieee80211_ageq_append()
119 aq->aq_tail = m; in ieee80211_ageq_append()
120 aq->aq_len++; in ieee80211_ageq_append()
127 aq->aq_drops++; in ieee80211_ageq_append()
173 KASSERT(aq->aq_len > 0, ("aq len %d", aq->aq_len)); in ieee80211_ageq_age()
174 aq->aq_len--; in ieee80211_ageq_age()
211 KASSERT(aq->aq_len > 0, ("aq len %d", aq->aq_len)); in ieee80211_ageq_remove()
[all …]
/freebsd/sys/dev/ixl/
H A Di40e_adminq.c309 wr32(hw, hw->aq.asq.len, (hw->aq.num_asq_entries | in i40e_config_asq_regs()
312 wr32(hw, hw->aq.asq.len, (hw->aq.num_asq_entries | in i40e_config_asq_regs()
342 wr32(hw, hw->aq.arq.len, (hw->aq.num_arq_entries | in i40e_config_arq_regs()
345 wr32(hw, hw->aq.arq.len, (hw->aq.num_arq_entries | in i40e_config_arq_regs()
351 wr32(hw, hw->aq.arq.tail, hw->aq.num_arq_entries - 1); in i40e_config_arq_regs()
410 hw->aq.asq.count = hw->aq.num_asq_entries; in i40e_init_asq()
473 hw->aq.arq.count = hw->aq.num_arq_entries; in i40e_init_arq()
575 struct i40e_adminq_info *aq = &hw->aq; in i40e_set_hw_flags() local
646 struct i40e_adminq_info *aq = &hw->aq; in i40e_init_adminq() local
962 if (hw->aq.asq.next_to_use == hw->aq.asq.count) in i40e_asq_send_command()
[all …]
H A Di40e_nvm.c111 hw->aq.asq_last_status); in i40e_acquire_nvm()
134 hw->aq.asq_last_status); in i40e_acquire_nvm()
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()
1148 hw->aq.asq_last_status); in i40e_nvmupd_state_init()
1341 hw->aq.asq_last_status); in i40e_nvmupd_state_writing()
1370 if (hw->aq.arq_last_status) { in i40e_nvmupd_clear_wait_state()
[all …]
H A Di40e_dcb.c822 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 Dixl_pf_main.c198 hw->aq.fw_maj_ver, hw->aq.fw_min_ver, hw->aq.fw_build, in ixl_nvm_version_str()
199 hw->aq.api_maj_ver, hw->aq.api_min_ver, in ixl_nvm_version_str()
2901 hw->aq.asq_last_status); in ixl_set_advertised_speeds()
2927 hw->aq.asq_last_status); in ixl_set_advertised_speeds()
3290 hw->aq.asq_last_status); in ixl_set_link()
3304 hw->aq.asq_last_status); in ixl_set_link()
3349 hw->aq.asq_last_status); in ixl_set_link()
3358 hw->aq.asq_last_status); in ixl_set_link()
4637 switch (hw->aq.asq_last_status) { in ixl_start_fw_lldp()
4786 if (((hw->aq.fw_maj_ver == 4) && (hw->aq.fw_min_ver < 33)) || in ixl_attach_get_link_status()
[all …]
H A Dif_ixl.c460 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()
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()
770 i40e_aq_str(hw, hw->aq.asq_last_status)); in ixl_if_attach_post()
[all …]
H A Dixl_pf_iov.c173 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 Dixl_pf_iflib.c381 " 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 Di40e_common.c397 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()
2022 (hw->aq.fw_maj_ver < 4 || (hw->aq.fw_maj_ver == 4 && in i40e_aq_get_link_info()
2237 if (hw->aq.api_maj_ver > maj || in i40e_hw_ver_ge()
2238 (hw->aq.api_maj_ver == maj && hw->aq.api_min_ver >= min)) in i40e_hw_ver_ge()
5900 if (hw->aq.fw_maj_ver < 6) in i40e_aq_replace_cloud_filters()
7212 use_register = (((hw->aq.api_maj_ver == 1) && in i40e_read_rx_ctl()
7213 (hw->aq.api_min_ver < 5)) || in i40e_read_rx_ctl()
[all …]
H A Dixl_pf_i2c.c714 i40e_stat_str(hw, status), i40e_aq_str(hw, hw->aq.asq_last_status)); in ixl_read_i2c_byte_aq()
739 i40e_stat_str(hw, status), i40e_aq_str(hw, hw->aq.asq_last_status)); in ixl_write_i2c_byte_aq()
/freebsd/sys/dev/iavf/
H A Diavf_adminq.c293 wr32(hw, hw->aq.asq.len, (hw->aq.num_asq_entries | in iavf_config_asq_regs()
295 wr32(hw, hw->aq.asq.bal, IAVF_LO_DWORD(hw->aq.asq.desc_buf.pa)); in iavf_config_asq_regs()
296 wr32(hw, hw->aq.asq.bah, IAVF_HI_DWORD(hw->aq.asq.desc_buf.pa)); in iavf_config_asq_regs()
322 wr32(hw, hw->aq.arq.len, (hw->aq.num_arq_entries | in iavf_config_arq_regs()
328 wr32(hw, hw->aq.arq.tail, hw->aq.num_arq_entries - 1); in iavf_config_arq_regs()
387 hw->aq.asq.count = hw->aq.num_asq_entries; in iavf_init_asq()
450 hw->aq.arq.count = hw->aq.num_arq_entries; in iavf_init_arq()
655 return rd32(hw, hw->aq.asq.head) == hw->aq.asq.next_to_use; in iavf_asq_done()
771 dma_buff = &(hw->aq.asq.r.asq_bi[hw->aq.asq.next_to_use]); in iavf_asq_send_command()
791 if (hw->aq.asq.next_to_use == hw->aq.asq.count) in iavf_asq_send_command()
[all …]
H A Diavf_lib.c236 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/bin/sh/tests/parameters/
H A Dpositional2.046 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 Dsanitizer_common_interceptors_format.inc302 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); \
525 SKIP_SCALAR_ARG(&aq, 'd', sizeof(int));
529 SKIP_SCALAR_ARG(&aq, 'd', sizeof(int));
545 void *argp = va_arg(aq, void *);
549 if (void *argp = va_arg(aq, void *)) {
566 if (void *argp = va_arg(aq, void *)) {
[all …]
/freebsd/contrib/pf/libevent/
H A Dbuffer.c135 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 Dif_ath_tx_edma.c146 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 Dspl-kmem.c77 va_list aq; in kmem_vasprintf() local
81 va_copy(aq, ap); in kmem_vasprintf()
82 ptr = kvasprintf(kmem_flags_convert(KM_SLEEP), fmt, aq); in kmem_vasprintf()
83 va_end(aq); in kmem_vasprintf()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZa.td43 class AMO_cas<bits<5> funct5, bit aq, bit rl, bits<3> funct3, string opcodestr,
45 : RVInstRAtomic<funct5, aq, rl, funct3, OPC_AMO,
52 def _AQ : AMO_cas<funct5, 1, 0, funct3, opcodestr # ".aq", RC>;
H A DRISCVInstrInfoA.td19 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 AMO_rr<bits<5> funct5, bit aq, bit rl, bits<3> funct3, string opcodestr>
35 : RVInstRAtomic<funct5, aq, rl, funct3, OPC_AMO,
41 def _AQ : AMO_rr<funct5, 1, 0, funct3, opcodestr # ".aq">;
/freebsd/crypto/openssl/test/certs/
H A Dcyrillic_crl.pem7 1BM/BxoHU2/3pQHJgPSKevN0/K/daiFHiJl7Kb9GCwKY14B1RvbN2rUP/58Mt+aq
H A Dcyrillic_crl.utf834 1BM/BxoHU2/3pQHJgPSKevN0/K/daiFHiJl7Kb9GCwKY14B1RvbN2rUP/58Mt+aq
/freebsd/contrib/ntp/sntp/m4/
H A Dsnprintf.m466 [[va_list ap, aq; va_copy(aq, ap);]])],
92 [[va_list ap, aq; __va_copy(aq, ap);]])],
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td1168 foreach aq = ["_t", "_ro_t", "_wo_t", "_rw_t"] in {
1169 defvar p = !cond(!not(!eq(!find(aq, "_rw_t"), -1)) : "2",
1170 !not(!eq(!find(aq, "_wo_t"), -1)) : "1",
1172 def : OpenCLType<!strconcat("opencl.pipe", aq),
1176 foreach aq = ["_t", "_ro_t", "_wo_t", "_rw_t"] in {
1177 defvar p7 = !cond(!not(!eq(!find(aq, "_rw_t"), -1)) : "2",
1178 !not(!eq(!find(aq, "_wo_t"), -1)) : "1",
1181 def : OpenCLType<!strconcat("opencl.image1d", aq),
1183 def : OpenCLType<!strconcat("opencl.image1d_array", aq),
1185 def : OpenCLType<!strconcat("opencl.image1d_buffer", aq),
[all …]
/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c1521 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()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_acl.c271 struct archive_acl_entry *ap, *aq; in acl_new_entry() local
334 aq = NULL; in acl_new_entry()
344 aq = ap; in acl_new_entry()
352 if (aq == NULL) in acl_new_entry()
355 aq->next = ap; in acl_new_entry()

12