Lines Matching defs:full
402 u32 tx_ring_full; /* unable to accept msg because tx ring full */
403 u32 rx_ring_full; /* unable to accept msg because rx ring full */
451 "Tx ring full....................%u\n",
454 "Rx ring full....................%u\n",
457 "Tx desc write fail. Ring full...%u\n",
460 "Rx desc write fail. Ring full...%u\n",
812 * < 0 if an error (e.g., rx ring is full)
872 * < 0 otherwise (e.g., receive ring is full)
1129 bool full = false;
1136 full = true;
1139 if (likely(!full)) {
1144 full = true;
1147 return full;