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

/freebsd-13-stable/sys/net80211/
H A Dieee80211_ageq.c54 ieee80211_ageq_init(struct ieee80211_ageq *aq, int maxlen, const char *name) argument
56 memset(aq, 0, sizeof(*aq));
57 aq->aq_maxlen = maxlen;
58 IEEE80211_AGEQ_INIT(aq, name); /* OS-dependent setup */
66 ieee80211_ageq_cleanup(struct ieee80211_ageq *aq) argument
68 KASSERT(aq->aq_len == 0, ("%d frames on ageq", aq->aq_len));
69 IEEE80211_AGEQ_DESTROY(aq); /* OS-dependent cleanup */
108 ieee80211_ageq_append(struct ieee80211_ageq *aq, struc argument
141 ieee80211_ageq_drain(struct ieee80211_ageq *aq) argument
150 ieee80211_ageq_drain_node(struct ieee80211_ageq *aq, struct ieee80211_node *ni) argument
164 ieee80211_ageq_age(struct ieee80211_ageq *aq, int quanta) argument
195 ieee80211_ageq_remove(struct ieee80211_ageq *aq, struct ieee80211_node *match) argument
[all...]
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_adminq.c51 hw->aq.asq.tail = I40E_VF_ATQT1;
52 hw->aq.asq.head = I40E_VF_ATQH1;
53 hw->aq.asq.len = I40E_VF_ATQLEN1;
54 hw->aq.asq.bal = I40E_VF_ATQBAL1;
55 hw->aq.asq.bah = I40E_VF_ATQBAH1;
56 hw->aq.arq.tail = I40E_VF_ARQT1;
57 hw->aq.arq.head = I40E_VF_ARQH1;
58 hw->aq.arq.len = I40E_VF_ARQLEN1;
59 hw->aq.arq.bal = I40E_VF_ARQBAL1;
60 hw->aq
576 struct i40e_adminq_info *aq = &hw->aq; local
647 struct i40e_adminq_info *aq = &hw->aq; local
[all...]
H A Di40e_nvm.c111 access, time_left, ret_code, hw->aq.asq_last_status);
133 time_left, ret_code, hw->aq.asq_last_status);
163 (total_delay < hw->aq.asq_cmd_timeout)) {
1003 i40e_acquire_spinlock(&hw->aq.arq_spinlock);
1041 i40e_release_spinlock(&hw->aq.arq_spinlock);
1071 hw->aq.asq_last_status);
1082 hw->aq.asq_last_status);
1096 hw->aq.asq_last_status);
1113 hw->aq.asq_last_status);
1130 hw->aq
[all...]
H A Di40e_dcb.c817 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT)
838 (((hw->aq.fw_maj_ver == 4) && (hw->aq.fw_min_ver < 33)) ||
839 (hw->aq.fw_maj_ver < 4)))
844 ((hw->aq.fw_maj_ver == 4) && (hw->aq.fw_min_ver == 33))) {
869 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT)
886 if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT)
995 } else if (hw->aq.asq_last_status == I40E_AQ_RC_ENOENT) {
999 } else if (hw->aq
[all...]
H A Dixl_pf_main.c133 hw->aq.fw_maj_ver, hw->aq.fw_min_ver, hw->aq.fw_build,
134 hw->aq.api_maj_ver, hw->aq.api_min_ver,
339 if ((pf->hw.aq.asq_last_status == I40E_AQ_RC_ENOMEM) &&
347 i40e_stat_str(hw, status), i40e_aq_str(hw, hw->aq.asq_last_status));
775 " aq_error %d\n", ret, pf->hw.aq.asq_last_status);
975 i40e_aq_str(hw, hw->aq.asq_last_status));
1416 i40e_aq_str(hw, hw->aq
[all...]
H A Dif_ixl.c538 hw->aq.num_arq_entries = IXL_AQ_LEN;
539 hw->aq.num_asq_entries = IXL_AQ_LEN;
540 hw->aq.arq_buf_size = IXL_AQ_BUF_SZ;
541 hw->aq.asq_buf_size = IXL_AQ_BUF_SZ;
561 if (hw->aq.api_maj_ver == I40E_FW_API_VERSION_MAJOR &&
562 hw->aq.api_min_ver > I40E_FW_MINOR_VERSION(hw)) {
567 } else if (hw->aq.api_maj_ver == 1 && hw->aq.api_min_ver < 4) {
597 if (((pf->hw.aq.fw_maj_ver == 4) && (pf->hw.aq
[all...]
H A Dixl_pf_iov.c176 return (ixl_adminq_err_to_errno(hw->aq.asq_last_status));
184 return (ixl_adminq_err_to_errno(hw->aq.asq_last_status));
189 ixl_adminq_err_to_errno(hw->aq.asq_last_status));
190 return (ixl_adminq_err_to_errno(hw->aq.asq_last_status));
1223 i40e_aq_str(hw, hw->aq.asq_last_status));
1234 i40e_aq_str(hw, hw->aq.asq_last_status));
1303 i40e_stat_str(hw, status), i40e_aq_str(hw, hw->aq.asq_last_status));
1352 i40e_stat_str(hw, status), i40e_aq_str(hw, hw->aq.asq_last_status));
1644 " aq_error %d\n", error, hw->aq.asq_last_status);
1678 error = hw->aq
[all...]
H A Dixl_pf_iflib.c382 " AQ error %d\n", aq_error, hw->aq.asq_last_status);
454 " aq_error %d\n", err, hw->aq.asq_last_status);
510 " aq_error %d\n", err, hw->aq.asq_last_status);
863 i40e_stat_str(hw, status), i40e_aq_str(hw, hw->aq.asq_last_status));
1007 " aq_err %d\n", error, hw->aq.asq_last_status);
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) &
1717 switch (hw->aq.asq_last_status) {
1731 } while ((hw->aq.asq_last_status == I40E_AQ_RC_EAGAIN) &&
1739 hw->aq.api_maj_ver == I40E_FW_API_VERSION_MAJOR &&
1740 hw->aq.api_min_ver >= I40E_MINOR_VER_GET_LINK_INFO_XL710) {
2052 (hw->aq.fw_maj_ver < 4 || (hw->aq.fw_maj_ver == 4 &&
2053 hw->aq
[all...]
H A Dif_iavf.c722 hw->aq.num_arq_entries = IXL_AQ_LEN;
723 hw->aq.num_asq_entries = IXL_AQ_LEN;
724 hw->aq.arq_buf_size = IXL_AQ_BUF_SZ;
725 hw->aq.asq_buf_size = IXL_AQ_BUF_SZ;
891 iavf_msix_adminq, sc, 0, "aq");
1115 oldreg = reg = rd32(hw, hw->aq.arq.len);
1132 wr32(hw, hw->aq.arq.len, reg);
1134 oldreg = reg = rd32(hw, hw->aq.asq.len);
1151 wr32(hw, hw->aq.asq.len, reg);
H A Dixl_pf_i2c.c715 i40e_stat_str(hw, status), i40e_aq_str(hw, hw->aq.asq_last_status));
740 i40e_stat_str(hw, status), i40e_aq_str(hw, hw->aq.asq_last_status));
H A Diavf_vc.c83 "status %s, aq error %s\n",
86 i40e_aq_str(hw, hw->aq.asq_last_status));
H A Di40e_type.h729 struct i40e_adminq_info aq; member in struct:i40e_hw
/freebsd-13-stable/contrib/pf/libevent/
H A Dbuffer.c135 va_list aq; local
144 va_copy(aq, ap);
147 sz = vsnprintf(buffer, space - 1, fmt, aq);
150 sz = vsnprintf(buffer, space, fmt, aq);
153 va_end(aq);
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem.c77 va_list aq; local
81 va_copy(aq, ap);
82 ptr = kvasprintf(kmem_flags_convert(KM_SLEEP), fmt, aq);
83 va_end(aq);
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_tx_edma.c148 struct if_ath_alq_tx_fifo_push aq; local
150 aq.txq = htobe32(txq);
151 aq.nframes = htobe32(nframes);
152 aq.fifo_depth = htobe32(fifo_depth);
153 aq.frame_cnt = htobe32(frame_cnt);
156 sizeof(aq),
157 (const char *) &aq);
/freebsd-13-stable/contrib/ntp/libntp/
H A Dsnprintf.c1521 va_list aq; local
1523 VA_COPY(aq, ap);
1524 len = vsnprintf(NULL, 0, format, aq);
1525 VA_END_COPY(aq);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_acl.c272 struct archive_acl_entry *ap, *aq; local
335 aq = NULL;
345 aq = ap;
353 if (aq == NULL)
356 aq->next = ap;
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1875 va_list aq; local
1877 va_copy(aq, ap);
1878 len = vsnprintf(NULL, 0, fmt, aq);
1879 va_end(aq);
/freebsd-13-stable/contrib/libevent/
H A Dbuffer.c2836 va_list aq; local
2863 va_copy(aq, ap);
2865 sz = evutil_vsnprintf(buffer, space, fmt, aq);
2867 va_end(aq);
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbuffer.c2828 va_list aq; local
2855 va_copy(aq, ap);
2857 sz = evutil_vsnprintf(buffer, space, fmt, aq);
2859 va_end(aq);

Completed in 339 milliseconds