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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ds2io.c30 * rx_ring_num : This can be used to program the number of receive rings used
34 * rx_ring_mode: This defines the operation mode of all 8 rings. The valid
768 struct ring_info *ring = &mac_control->rings[i];
788 struct ring_info *ring = &mac_control->rings[i];
861 struct ring_info *ring = &mac_control->rings[i];
1005 struct ring_info *ring = &mac_control->rings[i];
1026 struct ring_info *ring = &mac_control->rings[i];
1680 /* Set the default rts frame length for the rings configured */
1685 /* Set the frame length for the configured rings
2285 struct ring_info *ring = &mac_control->rings[
[all...]
H A Dvia-velocity.c1443 * velocity_init_dma_rings - set up DMA rings
1446 * Allocate PCI mapped DMA rings for the receive and transmit layer
1460 * Allocate all RD/TD rings a single pool.
1480 vptr->tx.rings[i] = pool;
1898 td = &(vptr->tx.rings[qnum][idx]);
2538 td_ptr = &(vptr->tx.rings[qnum][index]);
2599 td_ptr = &(vptr->tx.rings[qnum][prev]);
H A Ds2io.h411 /* OSM should not set any two rings with same priority */
447 u32 rx_ring_num; /*Number of receive rings */
807 struct ring_info rings[MAX_RX_RINGS]; member in struct:mac_info
H A Dvia-velocity.h159 #define CB_TD_RING_NUM 4 // # of TD rings.
1453 struct tx_desc *rings[TX_QUEUE_NO]; member in struct:velocity_info::tx_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Du132-hcd.c3001 int rings = MAX_U132_RINGS; local
3008 while (rings-- > 0) {
3009 struct u132_ring *ring = &u132->ring[rings];
3030 int rings = MAX_U132_RINGS; local
3041 while (rings-- > 0) {
3042 struct u132_ring *ring = &u132->ring[rings];
3044 ring->number = rings + 1;

Completed in 189 milliseconds