Home
last modified time | relevance | path

Searched refs:tx_pl_max (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/wimax/i2400m/
Ddebugfs.c142 i2400m->tx_pl_max, i2400m->tx_num, in i2400m_tx_stats_read()
159 i2400m->tx_pl_max = 0; in i2400m_tx_stats_write()
Dtx.c900 if (pls > i2400m->tx_pl_max) in i2400m_tx_msg_get()
901 i2400m->tx_pl_max = pls; in i2400m_tx_msg_get()
Di2400m.h606 unsigned tx_pl_num, tx_pl_max, tx_pl_min, member