Home
last modified time | relevance | path

Searched refs:phy_length (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dtxrx.c345 int phy_length = 0; /* phy info header size, bytes */ in wil_rx_add_radiotap_header() local
367 phy_length = len - 8; in wil_rx_add_radiotap_header()
368 memcpy(phy_data, pa, phy_length); in wil_rx_add_radiotap_header()
372 rtap_len += phy_length; in wil_rx_add_radiotap_header()
410 phy_length); in wil_rx_add_radiotap_header()
413 phy_length); in wil_rx_add_radiotap_header()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dskge.c3025 static inline u16 phy_length(const struct skge_hw *hw, u32 status) in phy_length() function
3078 if (phy_length(skge->hw, status) != len) in skge_rx_get()