Searched refs:i2400m_tx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/ |
H A D | netdev.c | 45 * i2400m_tx 47 * i2400m_tx 184 result = i2400m_tx(i2400m, skb->data, skb->len, I2400M_PT_DATA); in i2400m_wake_tx_work() 327 result = i2400m_tx(i2400m, skb->data, skb->len, I2400M_PT_DATA); in i2400m_net_tx()
|
H A D | tx.c | 228 * i2400m_tx() Called to send data or control frames 402 * i2400m_tx() 414 * i2400m_tx() calls i2400m_tx_close() to close the message, since there 416 * i2400m_tx_skip_tail() to skip the tail space. Now i2400m_tx() calls 682 * i2400m_tx - send the data in a buffer to the device 713 int i2400m_tx(struct i2400m *i2400m, const void *buf, size_t buf_len, in i2400m_tx() function 808 EXPORT_SYMBOL_GPL(i2400m_tx); variable
|
H A D | i2400m.h | 812 int i2400m_tx(struct i2400m *, const void *, size_t, enum i2400m_pt);
|
H A D | control.c | 742 result = i2400m_tx(i2400m, buf, buf_len, I2400M_PT_CTRL); in i2400m_msg_to_dev()
|
Completed in 6 milliseconds