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

/freebsd-10.1-release/sys/net80211/
H A Dieee80211_ageq.c50 ieee80211_ageq_init(struct ieee80211_ageq *aq, int maxlen, const char *name) argument
52 memset(aq, 0, sizeof(*aq));
53 aq->aq_maxlen = maxlen;
54 IEEE80211_AGEQ_INIT(aq, name); /* OS-dependent setup */
62 ieee80211_ageq_cleanup(struct ieee80211_ageq *aq) argument
64 KASSERT(aq->aq_len == 0, ("%d frames on ageq", aq->aq_len));
65 IEEE80211_AGEQ_DESTROY(aq); /* OS-dependent cleanup */
104 ieee80211_ageq_append(struct ieee80211_ageq *aq, struc argument
137 ieee80211_ageq_drain(struct ieee80211_ageq *aq) argument
146 ieee80211_ageq_drain_node(struct ieee80211_ageq *aq, struct ieee80211_node *ni) argument
160 ieee80211_ageq_age(struct ieee80211_ageq *aq, int quanta) argument
191 ieee80211_ageq_remove(struct ieee80211_ageq *aq, struct ieee80211_node *match) argument
[all...]
/freebsd-10.1-release/sys/dev/ixl/
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 Dif_ixl.c540 hw->aq.num_arq_entries = IXL_AQ_LEN;
541 hw->aq.num_asq_entries = IXL_AQ_LEN;
542 hw->aq.arq_buf_size = IXL_AQ_BUFSZ;
543 hw->aq.asq_buf_size = IXL_AQ_BUFSZ;
564 if (hw->aq.api_maj_ver == I40E_FW_API_VERSION_MAJOR &&
565 hw->aq.api_min_ver > I40E_FW_API_VERSION_MINOR)
569 else if (hw->aq.api_maj_ver < I40E_FW_API_VERSION_MAJOR ||
570 hw->aq.api_min_ver < (I40E_FW_API_VERSION_MINOR - 1))
632 pf->hw.aq.asq_last_status);
807 if ((pf->hw.aq
[all...]
H A Dixl.h571 hw->aq.fw_maj_ver, hw->aq.fw_min_ver,
572 hw->aq.api_maj_ver, hw->aq.api_min_ver,
H A Dif_ixlv.c982 hw->aq.num_arq_entries = IXL_AQ_LEN;
983 hw->aq.num_asq_entries = IXL_AQ_LEN;
984 hw->aq.arq_buf_size = IXL_AQ_BUFSZ;
985 hw->aq.asq_buf_size = IXL_AQ_BUFSZ;
1793 oldreg = reg = rd32(hw, hw->aq.arq.len);
1807 wr32(hw, hw->aq.arq.len, reg);
1809 oldreg = reg = rd32(hw, hw->aq.asq.len);
1823 wr32(hw, hw->aq.asq.len, reg);
H A Di40e_common.c150 if (hw->aq.asq.len)
151 return !!(rd32(hw, hw->aq.asq.len) & I40E_PF_ATQLEN_ATQENABLE_MASK);
1130 if (hw->aq.asq_last_status == I40E_AQ_RC_EIO)
2482 if (status == I40E_SUCCESS || hw->aq.asq_last_status == I40E_AQ_RC_EBUSY)
H A Di40e_type.h535 struct i40e_adminq_info aq; member in struct:i40e_hw
H A Dixlvc.c179 "error %d, aq status %d\n", op, err, hw->aq.asq_last_status);
/freebsd-10.1-release/contrib/gcc/
H A Dlibgcov.c775 va_list ap, aq; local
782 va_copy (aq, ap);
792 args[i] = va_arg (aq, char *);
793 va_end (aq);
806 va_list ap, aq; local
813 va_copy (aq, ap);
823 args[i] = va_arg (aq, char *);
824 va_end (aq);
837 va_list ap, aq; local
845 va_copy (aq, a
[all...]
/freebsd-10.1-release/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-10.1-release/sys/ofed/include/linux/
H A Ddevice.h423 va_list aq; local
425 va_copy(aq, ap);
426 len = vsnprintf(NULL, 0, fmt, aq);
427 va_end(aq);
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_acl.c222 struct archive_acl_entry *ap, *aq; local
284 aq = NULL;
290 aq = ap;
299 if (aq == NULL)
302 aq->next = ap;
/freebsd-10.1-release/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-10.1-release/contrib/sqlite3/
H A Dsqlite3.c65583 } aq; member in union:vdbeExecUnion
[all...]
/freebsd-10.1-release/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);
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c63804 } aq; member in union:vdbeExecUnion
[all...]
/freebsd-10.1-release/sys/dev/cxgbe/firmware/
H A Dt4fw-1.11.27.0.bin.uu7054 FaG2nQANrSwNuyyNJpsVfKsKCsws/GMADjAAKgAMrCwMPCyLJ32rDRf2rgfXLPZjAAvwADYAF/aq

Completed in 808 milliseconds