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

/linux-4.1.27/drivers/net/ethernet/icplus/
H A Dipg.c35 #define IPG_RX_RING_BYTES (sizeof(struct ipg_rx) * IPG_RFDLIST_LENGTH)
735 struct ipg_rx *rxfd = sp->rxd + entry; ipg_get_rxbuff()
769 struct ipg_rx *rxfd = sp->rxd + i; init_rfdlist()
799 sizeof(struct ipg_rx)*(i + 1)); init_rfdlist()
1099 struct ipg_rx *rxfd = sp->rxd + entry; ipg_nic_rx_free_skb()
1112 struct ipg_rx *rxfd = sp->rxd + (sp->rx_current % IPG_RFDLIST_LENGTH); ipg_nic_rx_check_frame_type()
1126 struct ipg_rx *rxfd = sp->rxd + entry; ipg_nic_rx_check_error()
1182 struct ipg_rx *rxfd, unsigned entry) ipg_nic_rx_with_start_and_end()
1217 struct ipg_rx *rxfd, unsigned entry) ipg_nic_rx_with_start()
1249 struct ipg_rx *rxfd, unsigned entry) ipg_nic_rx_with_end()
1295 struct ipg_rx *rxfd, unsigned entry) ipg_nic_rx_no_start_no_end()
1333 struct ipg_rx *rxfd = sp->rxd + entry; ipg_nic_rx_jumbo()
1376 struct ipg_rx *rxfd; ipg_nic_rx()
1690 struct ipg_rx *rxfd = sp->rxd + i; ipg_rx_clear()
H A Dipg.h697 struct ipg_rx { struct
713 struct ipg_rx *rxd;

Completed in 159 milliseconds