Searched refs:ipg_rx (Results 1 – 2 of 2) sorted by relevance
35 #define IPG_RX_RING_BYTES (sizeof(struct ipg_rx) * IPG_RFDLIST_LENGTH)735 struct ipg_rx *rxfd = sp->rxd + entry; in ipg_get_rxbuff()769 struct ipg_rx *rxfd = sp->rxd + i; in init_rfdlist()799 sizeof(struct ipg_rx)*(i + 1)); in init_rfdlist()1099 struct ipg_rx *rxfd = sp->rxd + entry; 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()1126 struct ipg_rx *rxfd = sp->rxd + entry; in ipg_nic_rx_check_error()1182 struct ipg_rx *rxfd, unsigned entry) in ipg_nic_rx_with_start_and_end()1217 struct ipg_rx *rxfd, unsigned entry) in ipg_nic_rx_with_start()1249 struct ipg_rx *rxfd, unsigned entry) in ipg_nic_rx_with_end()[all …]
697 struct ipg_rx { struct713 struct ipg_rx *rxd; argument