Searched refs:tlv_type (Results 1 - 6 of 6) sorted by last modified time

/drivers/net/bonding/
H A Dbond_3ad.c1743 marker.tlv_type = AD_MARKER_RESPONSE_SUBTYPE;
2174 switch (((struct bond_marker *)lacpdu)->tlv_type) {
H A Dbond_3ad.h148 u8 tlv_type; /* = 0x01 (marker information) */ member in struct:bond_marker
/drivers/net/wimax/i2400m/
H A Dcontrol.c115 * @tlv_type: type of the TLV we are looking for
125 enum i2400m_tlv tlv_type, ssize_t tlv_size)
127 if (le16_to_cpu(tlv->type) != tlv_type) /* Not our type? skip */
134 tlv_type, size, tlv_size);
215 * @tlv_type: type of the TLV we are looking for
227 enum i2400m_tlv tlv_type, ssize_t tlv_size)
233 match = i2400m_tlv_match(tlv, tlv_type, tlv_size);
239 tlv_type, match, tlv_size);
124 i2400m_tlv_match(const struct i2400m_tlv_hdr *tlv, enum i2400m_tlv tlv_type, ssize_t tlv_size) argument
224 i2400m_tlv_find( struct i2400m *i2400m, const struct i2400m_tlv_hdr *tlv_hdr, size_t size, enum i2400m_tlv tlv_type, ssize_t tlv_size) argument
/drivers/net/wireless/iwlwifi/
H A Diwl-drv.c572 enum iwl_ucode_tlv_type tlv_type; local
619 tlv_type = le32_to_cpu(tlv->type);
630 switch (tlv_type) {
853 IWL_DEBUG_INFO(drv, "unknown TLV: %d\n", tlv_type);
867 IWL_ERR(drv, "TLV %d has invalid size: %u\n", tlv_type, tlv_len);
/drivers/net/wireless/libertas/
H A Ddebugfs.c204 static void *lbs_tlv_find(uint16_t tlv_type, const uint8_t *tlv, uint16_t size) argument
214 if (tlv_h->type == cpu_to_le16(tlv_type))
224 static ssize_t lbs_threshold_read(uint16_t tlv_type, uint16_t event_mask, argument
255 got = lbs_tlv_find(tlv_type, subscribed->tlv, sizeof(subscribed->tlv));
276 static ssize_t lbs_threshold_write(uint16_t tlv_type, uint16_t event_mask, argument
330 tlv->header.type = cpu_to_le16(tlv_type);
333 if (tlv_type != TLV_TYPE_BCNMISS)
/drivers/net/wireless/mwifiex/
H A Dscan.c1090 u32 tlv_type; local
1102 tlv_type = le16_to_cpu(current_tlv->header.type);
1110 if (req_tlv_type == tlv_type) {
1111 switch (tlv_type) {
1125 tlv_type);

Completed in 166 milliseconds