Home
last modified time | relevance | path

Searched refs:I2400M_MT_REPORT_MASK (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/uapi/linux/wimax/
Di2400m.h340 I2400M_MT_REPORT_MASK = 0x8000, enumerator
/Linux-v4.19/drivers/net/wimax/i2400m/
Drx.c374 msg_type & I2400M_MT_REPORT_MASK ? "REPORT" : "CMD/SET/GET", in i2400m_rx_ctl()
377 if (msg_type & I2400M_MT_REPORT_MASK) { in i2400m_rx_ctl()
451 msg_type & I2400M_MT_REPORT_MASK ? "REPORT" : "CMD/SET/GET", in i2400m_rx_trace()