Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c276 static int ixp_ptp_match(struct sk_buff *skb, u16 uid_hi, u32 uid_lo, u16 seqid) in ixp_ptp_match() argument
296 return (uid_hi == ntohs(*hi) && in ixp_ptp_match()
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c104 static int pch_ptp_match(struct sk_buff *skb, u16 uid_hi, u32 uid_lo, u16 seqid) in pch_ptp_match() argument
123 return (uid_hi == hi && uid_lo == lo && seqid == id); in pch_ptp_match()
/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_sli.h2158 u32 uid_hi; member