Lines Matching defs:buffer
714 IPW_DEBUG_ORD("ordinal buffer length too small, "
747 IPW_DEBUG_ORD("ordinal buffer length too small, "
1478 char buffer[] = "00000000";
1480 (sizeof(buffer) - 1) > count ? count : sizeof(buffer) - 1;
1482 char *p = buffer;
1486 strncpy(buffer, buf, len);
1487 buffer[len] = 0;
1496 if (p == buffer) {
2688 /* read entire contents of eeprom into private buffer */
3032 * the ipw hardware. It assumes the buffer has all the bits for the
3675 * 2 empty entries always kept in the buffer to protect from overflow.
3704 /* keep some buffer to not confuse full and empty queue */
5089 * When the firmware places a packet in a buffer it will advance the READ index
5122 * Moves the packet buffer from queue to rx_used.
5136 * target buffer.
5161 /* If the pre-allocated buffer pool is dropping low, schedule to
12002 "allocate a ring buffer for logging firmware commands");