Searched defs:phy_rxts (Results 1 – 1 of 1) sorted by relevance
70 struct phy_rxts { struct71 u16 ns_lo; /* ns[15:0] */72 u16 ns_hi; /* overflow[1:0], ns[29:16] */73 u16 sec_lo; /* sec[15:0] */74 u16 sec_hi; /* sec[31:16] */75 u16 seqid; /* sequenceId[15:0] */76 u16 msgtype; /* messageType[3:0], hash[11:0] */834 struct phy_rxts *phy_rxts) in decode_rxts()924 struct phy_rxts *phy_rxts; in decode_status_frame() local