Searched defs:phy_rxts (Results 1 – 1 of 1) sorted by relevance
78 struct phy_rxts { struct79 u16 ns_lo; /* ns[15:0] */80 u16 ns_hi; /* overflow[1:0], ns[29:16] */81 u16 sec_lo; /* sec[15:0] */82 u16 sec_hi; /* sec[31:16] */83 u16 seqid; /* sequenceId[15:0] */84 u16 msgtype; /* messageType[3:0], hash[11:0] */836 struct phy_rxts *phy_rxts) in decode_rxts()926 struct phy_rxts *phy_rxts; in decode_status_frame() local