Searched refs:tlv_buf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dcontrol.c143 * @tlv_buf: pointer to the beginning of the TLV buffer
161 const void *tlv_buf, size_t buf_size,
165 const struct i2400m_tlv_hdr *tlv_top = tlv_buf + buf_size;
170 tlv_pos = tlv_buf;
183 offset = (void *) tlv_pos - (void *) tlv_buf;
186 dev_err(dev, "HW BUG? tlv_buf %p [%zu bytes], tlv @%zu: "
187 "short header\n", tlv_buf, buf_size, offset);
193 dev_err(dev, "HW BUG? tlv_buf %p [%zu bytes], "
196 tlv_buf, buf_size, type, offset, avail_size,
159 i2400m_tlv_buffer_walk( struct i2400m *i2400m, const void *tlv_buf, size_t buf_size, const struct i2400m_tlv_hdr *tlv_pos) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c6558 wps_enr_parse_wsc_tlvs(uint8 *tlv_buf, int buflen, uint16 type) argument
6566 cp = tlv_buf;
6585 wps_enr_parse_ie_tlvs(uint8 *tlv_buf, int buflen, uint key) argument
6590 cp = tlv_buf;

Completed in 257 milliseconds