Lines Matching refs:TAIL_FULL
293 #define TAIL_FULL ((void *)~(unsigned long)NULL)
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
467 return TAIL_FULL; /* There might be head space */
580 else if (tx_msg == TAIL_FULL) {
657 if (WARN_ON(pad_buf == NULL || pad_buf == TAIL_FULL)) {
768 if (ptr == TAIL_FULL) { /* Tail is full, try head */