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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclinkmp.c204 unsigned int tx_buf_count; /* count of total allocated Tx buffers */ member in struct:_synclinkmp_info
3423 info->tx_buf_count = BuffersPerFrame + 1;
3426 if (info->tx_buf_count > (BufferCount/2))
3427 info->tx_buf_count = BufferCount/2;
3429 if (info->tx_buf_count > SCAMAXDESC)
3430 info->tx_buf_count = SCAMAXDESC;
3433 info->rx_buf_count = BufferCount - info->tx_buf_count;
3441 info->tx_buf_count,info->rx_buf_count);
3451 info->tx_buf_count) < 0 ||
3504 for ( i = 0; i < info->tx_buf_count;
[all...]

Completed in 67 milliseconds