Searched refs:tlv (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-current/sys/dev/mlxfw/
H A Dmlxfw_mfa2_tlv_multi.c36 #define MLXFW_MFA2_TLV_TOTAL_SIZE(tlv) \
37 NLA_ALIGN(sizeof(*(tlv)) + be16_to_cpu((tlv)->len))
51 const struct mlxfw_mfa2_tlv *tlv)
57 tlv_len = MLXFW_MFA2_TLV_TOTAL_SIZE(tlv);
59 if (tlv->type == MLXFW_MFA2_TLV_MULTI_PART) {
60 multi = mlxfw_mfa2_tlv_multi_get(mfa2_file, tlv);
66 next = (const u8 *) tlv + tlv_len;
74 const struct mlxfw_mfa2_tlv *tlv; local
77 mlxfw_mfa2_tlv_foreach(mfa2_file, tlv, id
50 mlxfw_mfa2_tlv_next(const struct mlxfw_mfa2_file *mfa2_file, const struct mlxfw_mfa2_tlv *tlv) argument
88 const struct mlxfw_mfa2_tlv *tlv; local
109 const struct mlxfw_mfa2_tlv *tlv; local
[all...]
H A Dmlxfw_mfa2_tlv.h56 const struct mlxfw_mfa2_tlv *tlv, u8 payload_type,
61 tlv_top = (const u8 *) tlv + be16_to_cpu(tlv->len) - 1;
62 if (!mlxfw_mfa2_valid_ptr(mfa2_file, (const u8 *) tlv) ||
65 if (tlv->type != payload_type)
67 if (varsize && (be16_to_cpu(tlv->len) < payload_size))
69 if (!varsize && (be16_to_cpu(tlv->len) != payload_size))
72 return tlv->data;
78 const struct mlxfw_mfa2_tlv *tlv) \
80 return mlxfw_mfa2_tlv_payload_get(mfa2_file, tlv, \
55 mlxfw_mfa2_tlv_payload_get(const struct mlxfw_mfa2_file *mfa2_file, const struct mlxfw_mfa2_tlv *tlv, u8 payload_type, size_t payload_size, bool varsize) argument
[all...]
H A Dmlxfw_mfa2_tlv_multi.h45 const struct mlxfw_mfa2_tlv *tlv);
61 #define mlxfw_mfa2_tlv_foreach(mfa2_file, tlv, idx, from_tlv, count) \
62 for (idx = 0, tlv = from_tlv; idx < (count); \
63 idx++, tlv = mlxfw_mfa2_tlv_next(mfa2_file, tlv))
65 #define mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) \
66 mlxfw_mfa2_tlv_foreach(mfa2_file, tlv, idx, \
H A Dmlxfw_mfa2.c51 * | | package descriptor tlv +-----> |num_devices=n |
56 * | | PSID tlv | | +-----------------+
58 * | | component index tlv | |
63 * | | component descriptor tlv +-----> |Among others: |
126 const struct mlxfw_mfa2_tlv *tlv; local
130 mlxfw_mfa2_tlv_multi_foreach(mfa2_file, tlv, idx, multi) {
131 if (!tlv) {
147 const struct mlxfw_mfa2_tlv *tlv; local
163 /* Validate the device has PSID tlv */
164 tlv
219 const struct mlxfw_mfa2_tlv *tlv; local
255 const struct mlxfw_mfa2_tlv *tlv; local
364 const struct mlxfw_mfa2_tlv *tlv; local
[all...]
/freebsd-current/contrib/wpa/src/eap_common/
H A Deap_fast_common.c148 int eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv, argument
155 if (tlv->eap_payload_tlv) {
158 tlv->iresult = EAP_TLV_RESULT_FAILURE;
161 tlv->eap_payload_tlv = pos;
162 tlv->eap_payload_tlv_len = len;
166 if (tlv->result) {
169 tlv->result = EAP_TLV_RESULT_FAILURE;
175 tlv->result = EAP_TLV_RESULT_FAILURE;
178 tlv->result = WPA_GET_BE16(pos);
179 if (tlv
[all...]
H A Deap_teap_common.c426 int eap_teap_parse_tlv(struct eap_teap_tlv_parse *tlv, argument
434 tlv->result = TEAP_STATUS_FAILURE;
437 tlv->identity_type = WPA_GET_BE16(pos);
439 tlv->identity_type);
443 if (tlv->result) {
446 tlv->result = TEAP_STATUS_FAILURE;
451 tlv->result = TEAP_STATUS_FAILURE;
454 tlv->result = WPA_GET_BE16(pos);
455 if (tlv->result != TEAP_STATUS_SUCCESS &&
456 tlv
[all...]
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dwmi-tlv.c13 #include "wmi-tlv.h"
84 const struct wmi_tlv *tlv; local
89 if (len < sizeof(*tlv)) {
91 "wmi tlv parse failure at byte %zd (%zu bytes left, %zu expected)\n",
92 ptr - begin, len, sizeof(*tlv));
97 tlv = ptr;
99 tlv = (const void *)ptr;
101 tlv_tag = __le16_to_cpu(tlv->tag);
102 tlv_len = __le16_to_cpu(tlv->len);
103 ptr += sizeof(*tlv);
1763 struct wmi_tlv *tlv; local
1784 struct wmi_tlv *tlv; local
1808 struct wmi_tlv *tlv; local
1839 struct wmi_tlv *tlv; local
1866 struct wmi_tlv *tlv; local
1908 struct wmi_tlv *tlv; local
2047 struct wmi_tlv *tlv; local
2174 struct wmi_tlv *tlv; local
2237 struct wmi_tlv *tlv; local
2261 struct wmi_tlv *tlv; local
2285 struct wmi_tlv *tlv; local
2377 struct wmi_tlv *tlv; local
2400 struct wmi_tlv *tlv; local
2423 struct wmi_tlv *tlv; local
2445 struct wmi_tlv *tlv; local
2470 struct wmi_tlv *tlv; local
2539 struct wmi_tlv *tlv; local
2572 struct wmi_tlv *tlv; local
2628 struct wmi_tlv *tlv; local
2648 struct wmi_tlv *tlv; local
2681 struct wmi_tlv *tlv; local
2737 struct wmi_tlv *tlv; local
2761 struct wmi_tlv *tlv; local
2784 struct wmi_tlv *tlv; local
2810 struct wmi_tlv *tlv; local
2838 struct wmi_tlv *tlv; local
2950 struct wmi_tlv *tlv; local
2974 struct wmi_tlv *tlv; local
2998 struct wmi_tlv *tlv; local
3028 struct wmi_tlv *tlv; local
3101 struct wmi_tlv *tlv; local
3126 struct wmi_tlv *tlv; local
3173 struct wmi_tlv *tlv; local
3218 struct wmi_tlv *tlv; local
3243 struct wmi_tlv *tlv; local
3310 struct wmi_tlv *tlv; local
3401 struct wmi_tlv *tlv; local
3424 struct wmi_tlv *tlv; local
3490 struct wmi_tlv *tlv; local
3530 struct wmi_tlv *tlv; local
3549 struct wmi_tlv *tlv; local
3591 struct wmi_tlv *tlv; local
3670 struct wmi_tlv *tlv; local
3735 struct wmi_tlv *tlv; local
3790 struct wmi_tlv *tlv; local
3879 struct wmi_tlv *tlv; local
3981 struct wmi_tlv *tlv; local
4010 struct wmi_tlv *tlv; local
4039 struct wmi_tlv *tlv; local
4066 struct wmi_tlv *tlv; local
4092 struct wmi_tlv *tlv; local
4226 struct wmi_tlv *tlv; local
4257 struct wmi_tlv *tlv; local
4402 struct wmi_tlv *tlv; local
4477 struct wmi_tlv *tlv; local
4507 struct wmi_tlv *tlv; local
4539 struct wmi_tlv *tlv; local
4582 struct wmi_tlv *tlv; local
[all...]
H A Dswap.h29 struct ath10k_swap_code_seg_tlv tlv; member in union:ath10k_swap_code_seg_item
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_tlv.c64 BHND_NVRAM_DATA_CLASS_DEFN(tlv, "WGT634U", BHND_NVRAM_DATA_CAP_DEVPATHS,
99 struct bhnd_nvram_tlv *tlv,
103 struct bhnd_nvram_tlv *tlv,
107 struct bhnd_nvram_tlv *tlv,
110 struct bhnd_nvram_tlv *tlv,
355 * Initialize @p tlv with the provided NVRAM TLV data mapped by @p src.
357 * @param tlv A newly allocated data instance.
360 bhnd_nvram_tlv_init(struct bhnd_nvram_tlv *tlv, struct bhnd_nvram_io *src) argument
367 BHND_NV_ASSERT(tlv->data == NULL, ("tlv dat
416 struct bhnd_nvram_tlv *tlv; local
435 struct bhnd_nvram_tlv *tlv = (struct bhnd_nvram_tlv *)nv; local
443 struct bhnd_nvram_tlv *tlv = (struct bhnd_nvram_tlv *)nv; local
462 struct bhnd_nvram_tlv *tlv; local
529 struct bhnd_nvram_tlv *tlv; local
555 struct bhnd_nvram_tlv *tlv; local
749 bhnd_nvram_tlv_next_env(struct bhnd_nvram_tlv *tlv, size_t *next, void **cookiep) argument
792 bhnd_nvram_tlv_get_env(struct bhnd_nvram_tlv *tlv, void *cookiep) argument
841 bhnd_nvram_tlv_to_cookie(struct bhnd_nvram_tlv *tlv, size_t io_offset) argument
861 bhnd_nvram_tlv_to_offset(struct bhnd_nvram_tlv *tlv, void *cookiep) argument
[all...]
/freebsd-current/sys/dev/ixl/
H A Di40e_dcb.c61 * @tlv: IEEE 802.1Qaz ETS CFG TLV
66 static void i40e_parse_ieee_etscfg_tlv(struct i40e_lldp_org_tlv *tlv, argument
70 u8 *buf = tlv->tlvinfo;
132 * @tlv: IEEE 802.1Qaz ETS REC TLV
137 static void i40e_parse_ieee_etsrec_tlv(struct i40e_lldp_org_tlv *tlv, argument
140 u8 *buf = tlv->tlvinfo;
187 * @tlv: IEEE 802.1Qaz PFC CFG TLV
192 static void i40e_parse_ieee_pfccfg_tlv(struct i40e_lldp_org_tlv *tlv, argument
195 u8 *buf = tlv->tlvinfo;
214 * @tlv
219 i40e_parse_ieee_app_tlv(struct i40e_lldp_org_tlv *tlv, struct i40e_dcbx_config *dcbcfg) argument
274 i40e_parse_ieee_tlv(struct i40e_lldp_org_tlv *tlv, struct i40e_dcbx_config *dcbcfg) argument
308 i40e_parse_cee_pgcfg_tlv(struct i40e_cee_feat_tlv *tlv, struct i40e_dcbx_config *dcbcfg) argument
367 i40e_parse_cee_pfccfg_tlv(struct i40e_cee_feat_tlv *tlv, struct i40e_dcbx_config *dcbcfg) argument
391 i40e_parse_cee_app_tlv(struct i40e_cee_feat_tlv *tlv, struct i40e_dcbx_config *dcbcfg) argument
446 i40e_parse_cee_tlv(struct i40e_lldp_org_tlv *tlv, struct i40e_dcbx_config *dcbcfg) argument
507 i40e_parse_org_tlv(struct i40e_lldp_org_tlv *tlv, struct i40e_dcbx_config *dcbcfg) argument
539 struct i40e_lldp_org_tlv *tlv; local
1021 i40e_add_ieee_ets_tlv(struct i40e_lldp_org_tlv *tlv, struct i40e_dcbx_config *dcbcfg) argument
1096 i40e_add_ieee_etsrec_tlv(struct i40e_lldp_org_tlv *tlv, struct i40e_dcbx_config *dcbcfg) argument
1160 i40e_add_ieee_pfc_tlv(struct i40e_lldp_org_tlv *tlv, struct i40e_dcbx_config *dcbcfg) argument
1198 i40e_add_ieee_app_pri_tlv(struct i40e_lldp_org_tlv *tlv, struct i40e_dcbx_config *dcbcfg) argument
1248 i40e_add_dcb_tlv(struct i40e_lldp_org_tlv *tlv, struct i40e_dcbx_config *dcbcfg, u16 tlvid) argument
1317 struct i40e_lldp_org_tlv *tlv; local
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_dcb.c122 * (Add tlv)
129 * (Delete tlv)
336 * @tlv: IEEE 802.1Qaz ETS CFG TLV
342 ice_parse_ieee_etscfg_tlv(struct ice_lldp_org_tlv *tlv, argument
346 u8 *buf = tlv->tlvinfo;
368 * @tlv: IEEE 802.1Qaz ETS REC TLV
374 ice_parse_ieee_etsrec_tlv(struct ice_lldp_org_tlv *tlv, argument
377 u8 *buf = tlv->tlvinfo;
385 * @tlv: IEEE 802.1Qaz PFC CFG TLV
391 ice_parse_ieee_pfccfg_tlv(struct ice_lldp_org_tlv *tlv, argument
418 ice_parse_ieee_app_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) argument
475 ice_parse_ieee_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) argument
509 ice_parse_cee_pgcfg_tlv(struct ice_cee_feat_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) argument
568 ice_parse_cee_pfccfg_tlv(struct ice_cee_feat_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) argument
593 ice_parse_cee_app_tlv(struct ice_cee_feat_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) argument
647 ice_parse_cee_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) argument
707 ice_parse_org_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) argument
735 struct ice_lldp_org_tlv *tlv; local
1356 ice_add_ieee_ets_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) argument
1397 ice_add_ieee_etsrec_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) argument
1428 ice_add_ieee_pfc_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) argument
1466 ice_add_ieee_app_pri_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) argument
1515 ice_add_dscp_up_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) argument
1551 ice_add_dscp_enf_tlv(struct ice_lldp_org_tlv *tlv) argument
1575 ice_add_dscp_tc_bw_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) argument
1624 ice_add_dscp_pfc_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg) argument
1651 ice_add_dcb_tlv(struct ice_lldp_org_tlv *tlv, struct ice_dcbx_cfg *dcbcfg, u16 tlvid) argument
1703 struct ice_lldp_org_tlv *tlv; local
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c8 #include "iwl-dbg-tlv.h"
48 * @tlv: TLV attach to the timer node
54 struct iwl_ucode_tlv *tlv; member in struct:iwl_dbg_tlv_timer_node
67 static int iwl_dbg_tlv_add(const struct iwl_ucode_tlv *tlv, argument
70 u32 len = le32_to_cpu(tlv->length);
77 memcpy(&node->tlv, tlv, sizeof(node->tlv));
78 memcpy(node->tlv.data, tlv
84 iwl_dbg_tlv_ver_support(const struct iwl_ucode_tlv *tlv) argument
98 iwl_dbg_tlv_alloc_debug_info(struct iwl_trans *trans, const struct iwl_ucode_tlv *tlv) argument
112 iwl_dbg_tlv_alloc_buf_alloc(struct iwl_trans *trans, const struct iwl_ucode_tlv *tlv) argument
157 iwl_dbg_tlv_alloc_hcmd(struct iwl_trans *trans, const struct iwl_ucode_tlv *tlv) argument
181 iwl_dbg_tlv_alloc_region(struct iwl_trans *trans, const struct iwl_ucode_tlv *tlv) argument
245 iwl_dbg_tlv_alloc_trigger(struct iwl_trans *trans, const struct iwl_ucode_tlv *tlv) argument
286 iwl_dbg_tlv_config_set(struct iwl_trans *trans, const struct iwl_ucode_tlv *tlv) argument
320 iwl_dbg_tlv_alloc(struct iwl_trans *trans, const struct iwl_ucode_tlv *tlv, bool ext) argument
473 const struct iwl_ucode_tlv *tlv; local
1164 struct iwl_ucode_tlv *tlv = &node->tlv; local
[all...]
H A Diwl-dbg-tlv.h11 #include <fw/api/dbg-tlv.h>
18 * @tlv: debug TLV
22 struct iwl_ucode_tlv tlv; member in struct:iwl_dbg_tlv_node
52 void iwl_dbg_tlv_alloc(struct iwl_trans *trans, const struct iwl_ucode_tlv *tlv,
/freebsd-current/contrib/tcpdump/
H A Dprint-slow.c359 /* is the packet big enough to include the tlv header ? */
362 /* did we capture enough for fully decoding the tlv header ? */
389 /* is the packet big enough to include the tlv ? */
392 /* did we capture enough for fully decoding the tlv ? */
510 } tlv; local
563 tlv.slow_oam_info = (const struct slow_oam_info_t *)tptr;
565 if (GET_U_1(tlv.slow_oam_info->info_length) !=
574 GET_U_1(tlv.slow_oam_info->oam_version),
575 GET_BE_U_2(tlv.slow_oam_info->revision));
577 state = GET_U_1(tlv
[all...]
H A Dprint-nflog.c61 nd_uint16_t tlv_length; /* tlv length */
62 nd_uint16_t tlv_type; /* tlv type */
165 const nflog_tlv_t *tlv; local
171 tlv = (const nflog_tlv_t *) p;
172 ND_TCHECK_SIZE(tlv);
173 size = GET_HE_U_2(tlv->tlv_length);
185 if (GET_HE_U_2(tlv->tlv_type) == NFULA_PAYLOAD) {
H A Dprint-hncp.c272 const uint8_t *tlv, *value; local
279 tlv = cp + i;
280 type = GET_U_1(tlv);
281 optlen = GET_U_1(tlv + 1);
282 value = tlv + 2;
324 const u_char *tlv, *value; local
331 tlv = cp + i;
332 type = GET_BE_U_2(tlv);
333 optlen = GET_BE_U_2(tlv + 2);
334 value = tlv
415 const uint8_t *tlv, *value; local
[all...]
/freebsd-current/sys/contrib/dev/athk/
H A Dspectral_common.h50 struct fft_sample_tlv tlv; member in struct:fft_sample_ht20
68 struct fft_sample_tlv tlv; member in struct:fft_sample_ht20_40
96 struct fft_sample_tlv tlv; member in struct:fft_sample_ath10k
115 struct fft_sample_tlv tlv; member in struct:fft_sample_ath11k
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Duefi.c119 const struct iwl_ucode_tlv *tlv; local
124 while (len >= sizeof(*tlv)) {
127 len -= sizeof(*tlv);
128 tlv = (const void *)data;
130 tlv_len = le32_to_cpu(tlv->length);
131 tlv_type = le32_to_cpu(tlv->type);
139 data += sizeof(*tlv);
173 const struct iwl_ucode_tlv *tlv; local
177 while (len >= sizeof(*tlv)) {
180 len -= sizeof(*tlv);
[all...]
H A Dpnvm.c37 const struct iwl_ucode_tlv *tlv; local
46 while (len >= sizeof(*tlv)) {
49 len -= sizeof(*tlv);
50 tlv = (const void *)data;
52 tlv_len = le32_to_cpu(tlv->length);
53 tlv_type = le32_to_cpu(tlv->type);
61 data += sizeof(*tlv);
170 const struct iwl_ucode_tlv *tlv; local
174 while (len >= sizeof(*tlv)) {
177 len -= sizeof(*tlv);
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c366 struct tlv *tlv = (struct tlv *)data; local
368 const struct tlv *tlv = (const struct tlv *)data; local
378 if (le16_to_cpu(tlv->tag) != UNI_EVENT_FW_LOG_FORMAT)
381 data += sizeof(*tlv) + 4;
382 len = le16_to_cpu(tlv->len) - sizeof(*tlv)
426 struct tlv *tlv = (struct tlv *)(data + 4); local
429 const struct tlv *tlv = (const struct tlv *)(data + 4); local
533 struct tlv *ptlv, tlv = { local
555 struct tlv *tlv; local
580 struct tlv *tlv; local
596 struct tlv *tlv; local
624 struct tlv *tlv; local
641 struct tlv *tlv; local
654 struct tlv *tlv; local
669 struct tlv *tlv; local
727 struct tlv *tlv; local
761 struct tlv *tlv; local
912 struct tlv *tlv; local
965 struct tlv *tlv; local
1007 struct tlv *tlv; local
1024 struct tlv *tlv; local
1051 struct tlv *tlv; local
1066 struct tlv *tlv; local
1086 struct tlv *tlv; local
1123 struct tlv *tlv; local
1415 struct tlv *tlv; local
1486 struct tlv *tlv; local
1519 struct tlv *tlv; local
1556 struct tlv *tlv; local
1571 struct tlv *tlv; local
1620 struct tlv *tlv; local
1650 struct tlv *tlv; local
1873 struct tlv *tlv; local
1970 } __packed tlv; member in struct:__anon525
1997 struct tlv *tlv; local
2048 struct tlv *tlv; local
2100 struct tlv *tlv; local
2519 struct tlv *tlv; local
2640 struct tlv *tlv; local
2697 struct tlv *tlv; local
3167 struct tlv *tlv = (struct tlv *)buf; local
3297 struct tlv *tlv; local
3546 struct tlv *tlv; local
[all...]
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_teap.c539 struct wpabuf *tlv; local
541 tlv = eap_teap_tlv_identity_type(sm->use_machine_cred ?
544 return wpabuf_concat(msg, tlv);
1151 struct eap_teap_tlv_parse *tlv,
1159 os_memset(tlv, 0, sizeof(*tlv));
1180 res = eap_teap_parse_tlv(tlv, tlv_type, pos, len);
1244 struct eap_teap_tlv_parse tlv; local
1249 if (eap_teap_parse_decrypted(decrypted, &tlv, &resp) < 0) {
1259 if (tlv
1150 eap_teap_parse_decrypted(struct wpabuf *decrypted, struct eap_teap_tlv_parse *tlv, struct wpabuf **resp) argument
1580 u8 *tlv; local
[all...]
/freebsd-current/usr.sbin/ctld/
H A Disns.c113 struct isns_tlv *tlv; local
117 isns_req_getspace(req, sizeof(*tlv) + vlen);
118 tlv = (struct isns_tlv *)&req->ir_buf[req->ir_usedlen];
119 be32enc(tlv->it_tag, tag);
120 be32enc(tlv->it_length, vlen);
121 memcpy(tlv->it_value, value, len);
123 memset(&tlv->it_value[len], 0, vlen - len);
124 req->ir_usedlen += sizeof(*tlv) + vlen;
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mcu.c246 struct tlv *
251 struct tlv *sta_hdr = sta_wtbl;
252 struct tlv *ptlv, tlv = { local
259 memcpy(ptlv, &tlv, sizeof(tlv));
300 struct tlv *sta_hdr = sta_wtbl;
330 struct tlv *tlv; local
356 tlv
372 struct tlv *tlv; local
430 struct tlv *tlv; local
464 struct tlv *tlv; local
544 struct tlv *tlv; local
594 struct tlv *tlv; local
621 struct tlv *tlv; local
754 struct tlv *tlv; local
838 struct tlv *tlv; local
931 struct tlv *tlv; local
945 struct tlv *tlv; local
1070 struct tlv *tlv; local
1128 } __packed tlv; member in struct:__anon297
1208 struct tlv *tlv; local
1396 mt76_connac_mcu_uni_bss_he_tlv(struct mt76_phy *phy, struct ieee80211_vif *vif, struct tlv *tlv) argument
2008 } __packed * tlv = (struct tlv_hdr *)skb->data; local
2697 struct tlv *tlv; local
2787 struct tlv *tlv; local
2810 struct tlv *tlv; local
[all...]
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dhal_rx.c24 static int ath12k_hal_reo_cmd_queue_stats(struct hal_tlv_64_hdr *tlv, argument
29 tlv->tl = u32_encode_bits(HAL_REO_GET_QUEUE_STATS, HAL_TLV_HDR_TAG) |
32 desc = (struct hal_reo_get_queue_stats *)tlv->value;
49 struct hal_tlv_64_hdr *tlv,
62 tlv->tl = u32_encode_bits(HAL_REO_FLUSH_CACHE, HAL_TLV_HDR_TAG) |
65 desc = (struct hal_reo_flush_cache *)tlv->value;
95 static int ath12k_hal_reo_cmd_update_rx_queue(struct hal_tlv_64_hdr *tlv, argument
100 tlv->tl = u32_encode_bits(HAL_REO_UPDATE_RX_REO_QUEUE, HAL_TLV_HDR_TAG) |
103 desc = (struct hal_reo_update_rx_queue *)tlv->value;
462 void ath12k_hal_reo_status_queue_stats(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, argument
48 ath12k_hal_reo_cmd_flush_cache(struct ath12k_hal *hal, struct hal_tlv_64_hdr *tlv, struct ath12k_hal_reo_cmd *cmd) argument
525 ath12k_hal_reo_flush_queue_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) argument
542 ath12k_hal_reo_flush_cache_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) argument
583 ath12k_hal_reo_unblk_cache_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) argument
610 ath12k_hal_reo_flush_timeout_list_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) argument
639 ath12k_hal_reo_desc_thresh_reached_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) argument
674 ath12k_hal_reo_update_rx_reo_queue_status(struct ath12k_base *ab, struct hal_tlv_64_hdr *tlv, struct hal_reo_status *status) argument
795 struct hal_tlv_64_hdr *tlv; local
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c418 static struct tlv *
422 struct tlv *ptlv, tlv = { local
428 memcpy(ptlv, &tlv, sizeof(tlv));
486 struct tlv *tlv; local
489 tlv = mt76_connac_mcu_add_tlv(skb, BSS_INFO_RF_CH, sizeof(*ch));
491 ch = (struct bss_info_rf_ch *)tlv;
519 struct tlv *tl local
547 struct tlv *tlv; local
573 struct tlv *tlv; local
590 struct tlv *tlv; local
722 struct tlv *tlv; local
864 struct tlv *tlv; local
917 struct tlv *tlv; local
932 struct tlv *tlv; local
951 struct tlv *tlv; local
992 struct tlv *tlv; local
1193 struct tlv *tlv; local
1262 struct tlv *tlv; local
1315 struct tlv *tlv; local
1495 struct tlv *tlv; local
1754 } __packed tlv; member in struct:__anon391
1784 struct tlv *tlv; local
1804 struct tlv *tlv; local
1864 struct tlv *tlv; local
1907 struct tlv *tlv; local
1968 struct tlv *tlv; local
3724 struct tlv *tlv; local
[all...]

Completed in 337 milliseconds

1234