Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Dtx.c293 #define TAIL_FULL ((void *)~(unsigned long)NULL) macro
351 * (i2400m_tx_fifo_push() returns TAIL_FULL) try to allocate head
357 * space. TAIL_FULL if there is no space at the tail but there is at
381 * fail and return TAIL_FULL and let the caller figure out if we wants to
411 * | return TAIL_FULL;
418 * i2400m_tx_fifo_push() that returns TAIL_FULL, since there is no tail space
458 * In the case (1), return TAIL_FULL so that the caller in i2400m_tx_fifo_push()
467 return TAIL_FULL; /* There might be head space */ in i2400m_tx_fifo_push()
580 else if (tx_msg == TAIL_FULL) { in i2400m_tx_new()
657 if (WARN_ON(pad_buf == NULL || pad_buf == TAIL_FULL)) { in i2400m_tx_close()
[all...]

Completed in 2 milliseconds