Searched refs:phy_length (Results 1 – 2 of 2) sorted by relevance
279 int phy_length = 0; /* phy info header size, bytes */ in wil_rx_add_radiotap_header() local301 phy_length = len - 8; in wil_rx_add_radiotap_header()302 memcpy(phy_data, pa, phy_length); in wil_rx_add_radiotap_header()306 rtap_len += phy_length; in wil_rx_add_radiotap_header()344 phy_length); in wil_rx_add_radiotap_header()347 phy_length); in wil_rx_add_radiotap_header()
3017 static inline u16 phy_length(const struct skge_hw *hw, u32 status) in phy_length() function3070 if (phy_length(skge->hw, status) != len) in skge_rx_get()