Home
last modified time | relevance | path

Searched refs:RxDesc (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
Dsis190.h41 #define RX_RING_BYTES (NUM_RX_DESC * sizeof(struct RxDesc))
160 struct RxDesc { struct
260 struct RxDesc *RxDescRing;
Dr8169.h78 #define R8169_RX_RING_BYTES (NUM_RX_DESC * sizeof(struct RxDesc))
416 struct RxDesc { struct
450 struct RxDesc *rx_base;
Dsis190.c173 static inline void sis190_mark_as_last_descriptor(struct RxDesc *desc) in sis190_mark_as_last_descriptor()
178 static inline void sis190_give_to_asic(struct RxDesc *desc) in sis190_give_to_asic()
188 static inline void sis190_map_to_asic(struct RxDesc *desc, u32 mapping) in sis190_map_to_asic()
194 static inline void sis190_make_unusable_by_asic(struct RxDesc *desc) in sis190_make_unusable_by_asic()
203 static struct io_buffer *sis190_alloc_rx_iob(struct RxDesc *desc) in sis190_alloc_rx_iob()
258 struct RxDesc *desc = tp->RxDescRing + entry; in sis190_process_rx()
Dr8169.c1662 rtl8169_populate_rx_descriptor ( struct rtl8169_private *tp, struct RxDesc *rx_desc, uint32_t index… in rtl8169_populate_rx_descriptor()
1685 struct RxDesc *rx_curr_desc; in rtl8169_refill_rx_ring()
1750 struct RxDesc *rx_curr_desc; in rtl8169_process_rx_packets()