Searched refs:tx_buffer_count (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dhso.c246 u16 tx_buffer_count; member in struct:hso_serial
1425 space = serial->tx_data_length - serial->tx_buffer_count;
1431 memcpy(serial->tx_buffer + serial->tx_buffer_count, buf, tx_bytes);
1432 serial->tx_buffer_count += tx_bytes;
1450 room = serial->tx_data_length - serial->tx_buffer_count;
1490 chars = serial->tx_buffer_count;
1787 if (!serial->tx_buffer_count)
1801 serial->tx_data_count = serial->tx_buffer_count;
1802 serial->tx_buffer_count = 0;
2380 serial->tx_buffer_count
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclink.c234 unsigned int tx_buffer_count; /* count of total allocated Tx buffers */ member in struct:mgsl_struct
3635 info->tx_buffer_count = info->num_tx_dma_buffers * BuffersPerFrame;
3636 info->rx_buffer_count = 62 - info->tx_buffer_count;
3648 info->tx_buffer_count = info->num_tx_dma_buffers * BuffersPerFrame;
3656 if ( (info->tx_buffer_count + info->rx_buffer_count) > 62 )
3657 info->rx_buffer_count = 62 - info->tx_buffer_count;
3663 __FILE__,__LINE__, info->tx_buffer_count,info->rx_buffer_count);
3667 mgsl_alloc_frame_memory(info, info->tx_buffer_list, info->tx_buffer_count) < 0 ||
3760 for ( i = 0; i < info->tx_buffer_count; i++ ) {
3771 if ( i < info->tx_buffer_count
[all...]

Completed in 128 milliseconds