Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Dtx.c345 * @try_head: specify either to allocate head room or tail room space
349 * calling this routine with try_head = 0. In case if there
352 * room space, by calling this routine again with try_head = 1.
407 * |----> [try_head:]
412 * |<---- goto try_head;
423 * This corner case is avoided by using a try_head boolean,
435 size_t padding, bool try_head) in i2400m_tx_fifo_push()
450 if (!try_head && tail_room < needed_size) { in i2400m_tx_fifo_push()
565 bool try_head = false; in i2400m_tx_new() local
575 try_head in i2400m_tx_new()
434 i2400m_tx_fifo_push(struct i2400m *i2400m, size_t size, size_t padding, bool try_head) i2400m_tx_fifo_push() argument
721 bool try_head = false; i2400m_tx() local
[all...]

Completed in 2 milliseconds