Lines Matching defs:ptr
439 void *ptr;
474 ptr = i2400m->tx_buf + i2400m->tx_in % I2400M_TX_BUF_SIZE;
478 return ptr;
720 void *ptr;
766 ptr = i2400m_tx_fifo_push(i2400m, padded_len,
768 if (ptr == TAIL_FULL) { /* Tail is full, try head */
774 } else if (ptr == NULL) { /* All full */
780 memcpy(ptr, buf, buf_len);
781 memset(ptr + buf_len, 0xad, padded_len - buf_len);
793 num_pls+1, ptr - i2400m->tx_buf, buf_len, padded_len);