Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/phy/
H A Ddp83640.c86 struct rxts { struct
112 struct list_head rxts; member
114 struct rxts rx_pool_data[MAX_RXTS];
264 static void phy2rxts(struct phy_rxts *p, struct rxts *rxts) in phy2rxts() argument
271 rxts->ns = p->ns_lo; in phy2rxts()
272 rxts->ns |= (p->ns_hi & 0x3fff) << 16; in phy2rxts()
273 rxts->ns += ((u64)sec) * 1000000000ULL; in phy2rxts()
274 rxts->seqid = p->seqid; in phy2rxts()
275 rxts in phy2rxts()
585 expired(struct rxts *rxts) expired() argument
594 struct rxts *rxts; prune_rx_ts() local
803 match(struct sk_buff *skb, unsigned int type, struct rxts *rxts) match() argument
836 struct rxts *rxts; decode_rxts() local
1317 struct rxts *rxts; dp83640_rxtstamp() local
[all...]
/kernel/linux/linux-6.6/drivers/net/phy/
H A Ddp83640.c94 struct rxts { struct
120 struct list_head rxts; member
122 struct rxts rx_pool_data[MAX_RXTS];
272 static void phy2rxts(struct phy_rxts *p, struct rxts *rxts) in phy2rxts() argument
279 rxts->ns = p->ns_lo; in phy2rxts()
280 rxts->ns |= (p->ns_hi & 0x3fff) << 16; in phy2rxts()
281 rxts->ns += ((u64)sec) * 1000000000ULL; in phy2rxts()
282 rxts->seqid = p->seqid; in phy2rxts()
283 rxts in phy2rxts()
593 expired(struct rxts *rxts) expired() argument
602 struct rxts *rxts; prune_rx_ts() local
805 match(struct sk_buff *skb, unsigned int type, struct rxts *rxts) match() argument
838 struct rxts *rxts; decode_rxts() local
1328 struct rxts *rxts; dp83640_rxtstamp() local
[all...]

Completed in 3 milliseconds