Searched refs:wimax_msg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/wimax/ |
H A D | op-msg.c | 42 * Messages can be sent with wimax_msg(). 55 * wimax_msg() Send a message to user space 275 * wimax_msg - Send a message to user space 294 int wimax_msg(struct wimax_dev *wimax_dev, const char *pipe_name, in wimax_msg() function 307 EXPORT_SYMBOL_GPL(wimax_msg); variable
|
/kernel/linux/linux-5.10/include/net/ |
H A D | wimax.h | 196 * wimax_msg(). user-to-kernel messages are delivered via 460 * wimax_msg(wimax_dev, pipe_name, buf, buf_size, GFP_KERNEL); 481 int wimax_msg(struct wimax_dev *, const char *, const void *, size_t, gfp_t);
|
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/ |
H A D | rx.c | 145 * wimax_msg 402 wimax_msg(&i2400m->wimax_dev, "echo", in i2400m_rx_ctl() 404 result = wimax_msg(&i2400m->wimax_dev, NULL, l3l4_hdr, size, in i2400m_rx_ctl() 454 result = wimax_msg(wimax_dev, "trace", l3l4_hdr, size, GFP_KERNEL); in i2400m_rx_trace()
|
H A D | control.c | 761 wimax_msg(&i2400m->wimax_dev, "echo", buf, buf_len, GFP_KERNEL); in i2400m_msg_to_dev() 797 wimax_msg(&i2400m->wimax_dev, "echo", in i2400m_msg_to_dev()
|
Completed in 5 milliseconds