Searched refs:tail_room (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wimax/i2400m/
H A Dtx.c313 * When calculating the tail_room, tx_in might get to be zero if
315 * buffer) if there is no head room. In this case, tail_room would be
324 size_t tail_room; local
330 tail_room = I2400M_TX_BUF_SIZE - tx_in;
331 tail_room %= I2400M_TX_BUF_SIZE;
332 return tail_room;
408 * | if (tail_room < needed)
437 size_t room, tail_room, needed_size; local
448 tail_room = __i2400m_tx_tail_room(i2400m);
449 if (!try_head && tail_room < needed_siz
508 size_t tail_room = __i2400m_tx_tail_room(i2400m); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dtx.c313 * When calculating the tail_room, tx_in might get to be zero if
315 * buffer) if there is no head room. In this case, tail_room would be
324 size_t tail_room; local
330 tail_room = I2400M_TX_BUF_SIZE - tx_in;
331 tail_room %= I2400M_TX_BUF_SIZE;
332 return tail_room;
408 * | if (tail_room < needed)
437 size_t room, tail_room, needed_size; local
448 tail_room = __i2400m_tx_tail_room(i2400m);
449 if (!try_head && tail_room < needed_siz
508 size_t tail_room = __i2400m_tx_tail_room(i2400m); local
[all...]

Completed in 110 milliseconds