Lines Matching refs:l3l4_hdr
102 const struct i2400m_l3l4_hdr *l3l4_hdr; member
123 i2400m_report_hook(iw->i2400m, args->l3l4_hdr, args->size); in i2400m_report_hook_work()
226 const struct i2400m_l3l4_hdr *l3l4_hdr = payload; in i2400m_rx_ctl() local
229 result = i2400m_msg_size_check(i2400m, l3l4_hdr, size); in i2400m_rx_ctl()
235 msg_type = le16_to_cpu(l3l4_hdr->type); in i2400m_rx_ctl()
239 d_dump(2, dev, l3l4_hdr, size); in i2400m_rx_ctl()
248 .l3l4_hdr = l3l4_hdr, in i2400m_rx_ctl()
256 result = wimax_msg(&i2400m->wimax_dev, NULL, l3l4_hdr, size, in i2400m_rx_ctl()
294 const struct i2400m_l3l4_hdr *l3l4_hdr = payload; in i2400m_rx_trace() local
297 result = i2400m_msg_size_check(i2400m, l3l4_hdr, size); in i2400m_rx_trace()
303 msg_type = le16_to_cpu(l3l4_hdr->type); in i2400m_rx_trace()
307 d_dump(2, dev, l3l4_hdr, size); in i2400m_rx_trace()
310 result = wimax_msg(wimax_dev, "trace", l3l4_hdr, size, GFP_KERNEL); in i2400m_rx_trace()