Searched refs:IPG_RFDLIST_LENGTH (Results 1 – 2 of 2) sorted by relevance
35 #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 …]
536 #define IPG_RFDLIST_LENGTH 0x100 macro717 struct sk_buff *rx_buff[IPG_RFDLIST_LENGTH];