Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Dcontrol.c274 * @l3l4_hdr: message header
279 * Returns: errno code corresponding to the status code in @l3l4_hdr
282 int i2400m_msg_check_status(const struct i2400m_l3l4_hdr *l3l4_hdr, in i2400m_msg_check_status() argument
286 enum i2400m_ms status = le16_to_cpu(l3l4_hdr->status); in i2400m_msg_check_status()
472 * @l3l4_hdr: pointer to message; it has been already validated for
476 * sizeof(*l3l4_hdr) + l3l4_hdr->length == size)
482 const struct i2400m_l3l4_hdr *l3l4_hdr, in i2400m_report_state_hook()
487 size_t tlv_size = le16_to_cpu(l3l4_hdr->length); in i2400m_report_state_hook()
489 d_fnstart(4, dev, "(i2400m %p, l3l4_hdr in i2400m_report_state_hook()
481 i2400m_report_state_hook(struct i2400m *i2400m, const struct i2400m_l3l4_hdr *l3l4_hdr, size_t size, const char *tag) i2400m_report_state_hook() argument
514 i2400m_report_hook(struct i2400m *i2400m, const struct i2400m_l3l4_hdr *l3l4_hdr, size_t size) i2400m_report_hook() argument
564 i2400m_msg_ack_hook(struct i2400m *i2400m, const struct i2400m_l3l4_hdr *l3l4_hdr, size_t size) i2400m_msg_ack_hook() argument
598 i2400m_msg_size_check(struct i2400m *i2400m, const struct i2400m_l3l4_hdr *l3l4_hdr, size_t msg_size) i2400m_msg_size_check() argument
[all...]
H A Drx.c167 const struct i2400m_l3l4_hdr *l3l4_hdr; member
201 i2400m_report_hook(i2400m, args->l3l4_hdr, args->size); in i2400m_report_hook_work()
239 * @l3l4_hdr: pointer to the control
244 const void *l3l4_hdr, size_t size) in i2400m_report_hook_queue()
253 args->l3l4_hdr = l3l4_hdr; in i2400m_report_hook_queue()
363 const struct i2400m_l3l4_hdr *l3l4_hdr = payload; in i2400m_rx_ctl() local
366 result = i2400m_msg_size_check(i2400m, l3l4_hdr, size); in i2400m_rx_ctl()
372 msg_type = le16_to_cpu(l3l4_hdr->type); in i2400m_rx_ctl()
376 d_dump(2, dev, l3l4_hdr, siz in i2400m_rx_ctl()
243 i2400m_report_hook_queue(struct i2400m *i2400m, struct sk_buff *skb_rx, const void *l3l4_hdr, size_t size) i2400m_report_hook_queue() argument
440 const struct i2400m_l3l4_hdr *l3l4_hdr = payload; i2400m_rx_trace() local
[all...]

Completed in 4 milliseconds