Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/wimax/
Di2400m.h340 I2400M_MT_REPORT_MASK = 0x8000, enumerator
/linux-2.6.39/drivers/net/wimax/i2400m/
Drx.c372 msg_type & I2400M_MT_REPORT_MASK ? "REPORT" : "CMD/SET/GET", in i2400m_rx_ctl()
375 if (msg_type & I2400M_MT_REPORT_MASK) { in i2400m_rx_ctl()
449 msg_type & I2400M_MT_REPORT_MASK ? "REPORT" : "CMD/SET/GET", in i2400m_rx_trace()