Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/icplus/
Dipg.c35 #define IPG_RX_RING_BYTES (sizeof(struct ipg_rx) * IPG_RFDLIST_LENGTH)
131 for (i = 0; i < IPG_RFDLIST_LENGTH; i++) { in ipg_dump_rfdlist()
768 for (i = 0; i < IPG_RFDLIST_LENGTH; i++) { in init_rfdlist()
1050 unsigned int entry = dirty % IPG_RFDLIST_LENGTH; in ipg_nic_rxrestore()
1096 unsigned int entry = sp->rx_current % IPG_RFDLIST_LENGTH; in ipg_nic_rx_free_skb()
1112 struct ipg_rx *rxfd = sp->rxd + (sp->rx_current % IPG_RFDLIST_LENGTH); in ipg_nic_rx_check_frame_type()
1125 unsigned int entry = sp->rx_current % IPG_RFDLIST_LENGTH; in ipg_nic_rx_check_error()
1332 unsigned int entry = curr % IPG_RFDLIST_LENGTH; in ipg_nic_rx_jumbo()
1385 unsigned int entry = curr % IPG_RFDLIST_LENGTH; in ipg_nic_rx()
1502 unsigned int entry = curr++ % IPG_RFDLIST_LENGTH; in ipg_nic_rx()
[all …]
Dipg.h536 #define IPG_RFDLIST_LENGTH 0x100 macro
717 struct sk_buff *rx_buff[IPG_RFDLIST_LENGTH];