Home
last modified time | relevance | path

Searched refs:mtype_seqid (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dcpts.c332 u32 mtype_seqid; in cpts_match_tx_ts() local
334 mtype_seqid = event->high & in cpts_match_tx_ts()
350 if (mtype_seqid == skb_cb->skb_mtype_seqid) { in cpts_match_tx_ts()
357 dev_dbg(cpts->dev, "match tx timestamp mtype_seqid %08x\n", in cpts_match_tx_ts()
358 mtype_seqid); in cpts_match_tx_ts()
446 static int cpts_skb_get_mtype_seqid(struct sk_buff *skb, u32 *mtype_seqid) in cpts_skb_get_mtype_seqid() argument
463 *mtype_seqid = (msgtype & MESSAGE_TYPE_MASK) << MESSAGE_TYPE_SHIFT; in cpts_skb_get_mtype_seqid()
464 *mtype_seqid |= (seqid & SEQUENCE_ID_MASK) << SEQUENCE_ID_SHIFT; in cpts_skb_get_mtype_seqid()
475 u32 mtype_seqid; in cpts_find_ts() local
488 mtype_seqid in cpts_find_ts()
[all...]
H A Dam65-cpts.c633 u32 mtype_seqid; in am65_cpts_match_tx_ts() local
635 mtype_seqid = event->event1 & in am65_cpts_match_tx_ts()
652 if (mtype_seqid == skb_cb->skb_mtype_seqid) { in am65_cpts_match_tx_ts()
662 "match tx timestamp mtype_seqid %08x\n", in am65_cpts_match_tx_ts()
663 mtype_seqid); in am65_cpts_match_tx_ts()
670 "expiring tx timestamp mtype_seqid %08x\n", in am65_cpts_match_tx_ts()
671 mtype_seqid); in am65_cpts_match_tx_ts()
750 static int am65_skb_get_mtype_seqid(struct sk_buff *skb, u32 *mtype_seqid) in am65_skb_get_mtype_seqid() argument
767 *mtype_seqid = (msgtype << AM65_CPTS_EVENT_1_MESSAGE_TYPE_SHIFT) & in am65_skb_get_mtype_seqid()
769 *mtype_seqid | in am65_skb_get_mtype_seqid()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dcpts.c320 u32 mtype_seqid; in cpts_match_tx_ts() local
322 mtype_seqid = event->high & in cpts_match_tx_ts()
338 if (mtype_seqid == skb_cb->skb_mtype_seqid) { in cpts_match_tx_ts()
345 dev_dbg(cpts->dev, "match tx timestamp mtype_seqid %08x\n", in cpts_match_tx_ts()
346 mtype_seqid); in cpts_match_tx_ts()
434 static int cpts_skb_get_mtype_seqid(struct sk_buff *skb, u32 *mtype_seqid) in cpts_skb_get_mtype_seqid() argument
451 *mtype_seqid = (msgtype & MESSAGE_TYPE_MASK) << MESSAGE_TYPE_SHIFT; in cpts_skb_get_mtype_seqid()
452 *mtype_seqid |= (seqid & SEQUENCE_ID_MASK) << SEQUENCE_ID_SHIFT; in cpts_skb_get_mtype_seqid()
463 u32 mtype_seqid; in cpts_find_ts() local
476 mtype_seqid in cpts_find_ts()
[all...]
H A Dam65-cpts.c768 u32 mtype_seqid; in am65_cpts_match_tx_ts() local
770 mtype_seqid = event->event1 & in am65_cpts_match_tx_ts()
787 if (mtype_seqid == skb_cb->skb_mtype_seqid) { in am65_cpts_match_tx_ts()
797 "match tx timestamp mtype_seqid %08x\n", in am65_cpts_match_tx_ts()
798 mtype_seqid); in am65_cpts_match_tx_ts()
805 "expiring tx timestamp mtype_seqid %08x\n", in am65_cpts_match_tx_ts()
806 mtype_seqid); in am65_cpts_match_tx_ts()
885 static int am65_skb_get_mtype_seqid(struct sk_buff *skb, u32 *mtype_seqid) in am65_skb_get_mtype_seqid() argument
902 *mtype_seqid = (msgtype << AM65_CPTS_EVENT_1_MESSAGE_TYPE_SHIFT) & in am65_skb_get_mtype_seqid()
904 *mtype_seqid | in am65_skb_get_mtype_seqid()
[all...]

Completed in 6 milliseconds