Lines Matching refs:ptx
3906 struct tx_holding_buffer *ptx =
3909 int num_needed = ptx->buffer_size / DMABUFFERSIZE;
3910 if ( ptx->buffer_size % DMABUFFERSIZE )
3914 info->xmit_cnt = ptx->buffer_size;
3915 mgsl_load_tx_dma_buffer(info,ptx->buffer,ptx->buffer_size);
3946 struct tx_holding_buffer *ptx;
3952 ptx = &info->tx_holding_buffers[info->put_tx_holding_index];
3953 ptx->buffer_size = BufferSize;
3954 memcpy( ptx->buffer, Buffer, BufferSize);