Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/micrel/
Dksz884x.c986 struct ksz_desc { struct
1008 struct ksz_desc *ring; argument
1009 struct ksz_desc *cur;
1598 static inline void reset_desc(struct ksz_desc *desc, union desc_stat status) in reset_desc()
1604 static inline void release_desc(struct ksz_desc *desc) in release_desc()
1614 static void get_rx_pkt(struct ksz_desc_info *info, struct ksz_desc **desc) in get_rx_pkt()
1623 static inline void set_rx_buf(struct ksz_desc *desc, u32 addr) in set_rx_buf()
1628 static inline void set_rx_len(struct ksz_desc *desc, u32 len) in set_rx_len()
1634 struct ksz_desc **desc) in get_tx_pkt()
1643 static inline void set_tx_buf(struct ksz_desc *desc, u32 addr) in set_tx_buf()
[all …]