Searched defs:phy_rxts (Results 1 – 1 of 1) sorted by relevance
59 struct phy_rxts { struct60 u16 ns_lo; /* ns[15:0] */61 u16 ns_hi; /* overflow[1:0], ns[29:16] */62 u16 sec_lo; /* sec[15:0] */63 u16 sec_hi; /* sec[31:16] */64 u16 seqid; /* sequenceId[15:0] */65 u16 msgtype; /* messageType[3:0], hash[11:0] */679 struct phy_rxts *phy_rxts) in decode_rxts()724 struct phy_rxts *phy_rxts; in decode_status_frame() local