Searched refs:RxDesc (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sis/ |
| H A D | sis190.c | 53 #define RX_RING_BYTES (NUM_RX_DESC * sizeof(struct RxDesc)) 175 struct RxDesc { struct 277 struct RxDesc *RxDescRing; 456 static void sis190_mark_as_last_descriptor(struct RxDesc *desc) in sis190_mark_as_last_descriptor() 461 static inline void sis190_give_to_asic(struct RxDesc *desc, u32 rx_buf_sz) in sis190_give_to_asic() 471 static inline void sis190_map_to_asic(struct RxDesc *desc, dma_addr_t mapping, in sis190_map_to_asic() 478 static inline void sis190_make_unusable_by_asic(struct RxDesc *desc) in sis190_make_unusable_by_asic() 488 struct RxDesc *desc) in sis190_alloc_rx_skb() 586 struct RxDesc *desc = tp->RxDescRing + entry; in sis190_rx_interrupt() 787 struct sk_buff **sk_buff, struct RxDesc *desc) in sis190_free_rx_skb()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | rtl8169.c | 281 struct RxDesc { struct 334 struct RxDesc *RxDescArray; /* Index of 256-alignment Rx Descriptor buffer */ 463 static void rtl_inval_rx_desc(struct RxDesc *desc) in rtl_inval_rx_desc() 473 static void rtl_flush_rx_desc(struct RxDesc *desc) in rtl_flush_rx_desc() 820 memset(tpc->RxDescArray, 0x0, NUM_RX_DESC * sizeof(struct RxDesc)); in rtl8169_init_ring()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168.h | 436 #define R8168_RX_RING_BYTES (NUM_RX_DESC * sizeof(struct RxDesc)) 1438 struct RxDesc { struct 1494 struct RxDesc *RxDescArray; /* 256-aligned Rx descriptor ring */
|
| H A D | r8168_n.c | 3627 struct RxDesc *rxd; in rtl8168_mac_loopback_test() 5411 struct RxDesc *desc, in rtl8168_rx_vlan_skb() 5446 struct RxDesc *desc, in rtl8168_rx_vlan_skb() 27077 rtl8168_make_unusable_by_asic(struct RxDesc *desc) in rtl8168_make_unusable_by_asic() 27086 struct RxDesc *desc) in rtl8168_free_rx_skb() 27098 rtl8168_mark_to_asic(struct RxDesc *desc, in rtl8168_mark_to_asic() 27107 rtl8168_map_to_asic(struct RxDesc *desc, in rtl8168_map_to_asic() 27119 struct RxDesc *desc, in rtl8168_alloc_rx_skb() 27196 rtl8168_mark_as_last_descriptor(struct RxDesc *desc) in rtl8168_mark_as_last_descriptor() 27248 memset(tp->RxDescArray, 0x0, NUM_RX_DESC * sizeof(struct RxDesc)); in rtl8168_rx_desc_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/ |
| H A D | r8169_main.c | 73 #define R8169_RX_RING_BYTES (NUM_RX_DESC * sizeof(struct RxDesc)) 548 struct RxDesc { struct 608 struct RxDesc *RxDescArray; /* 256-aligned Rx descriptor ring */ 1531 static void rtl8169_rx_vlan_tag(struct RxDesc *desc, struct sk_buff *skb) in rtl8169_rx_vlan_tag() 3860 static void rtl8169_mark_to_asic(struct RxDesc *desc) in rtl8169_mark_to_asic() 3871 struct RxDesc *desc) in rtl8169_alloc_rx_data() 4542 struct RxDesc *desc = tp->RxDescArray + entry; in rtl_rx()
|