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

/drivers/net/ethernet/icplus/
H A Dipg.c35 #define IPG_RX_RING_BYTES (sizeof(struct ipg_rx) * IPG_RFDLIST_LENGTH)
131 for (i = 0; i < IPG_RFDLIST_LENGTH; i++) {
771 for (i = 0; i < IPG_RFDLIST_LENGTH; i++) {
1053 unsigned int entry = dirty % IPG_RFDLIST_LENGTH;
1099 unsigned int entry = sp->rx_current % IPG_RFDLIST_LENGTH;
1115 struct ipg_rx *rxfd = sp->rxd + (sp->rx_current % IPG_RFDLIST_LENGTH);
1128 unsigned int entry = sp->rx_current % IPG_RFDLIST_LENGTH;
1335 unsigned int entry = curr % IPG_RFDLIST_LENGTH;
1388 unsigned int entry = curr % IPG_RFDLIST_LENGTH;
1505 unsigned int entry = curr++ % IPG_RFDLIST_LENGTH;
[all...]
H A Dipg.h537 #define IPG_RFDLIST_LENGTH 0x100 macro
540 * 1 < IPG_MAXRFDPROCESS_COUNT < IPG_RFDLIST_LENGTH
545 * 1 < IPG_MINUSEDRFDSTOFREE < IPG_RFDLIST_LENGTH
718 struct sk_buff *rx_buff[IPG_RFDLIST_LENGTH];

Completed in 15 milliseconds