Home
last modified time | relevance | path

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

/drivers/net/wireless/brcm80211/brcmfmac/
Ddhd_linux.c510 __le32 toe_le; in brcmf_toe_get() local
536 memcpy(&toe_le, buf, sizeof(u32)); in brcmf_toe_get()
537 *toe_ol = le32_to_cpu(toe_le); in brcmf_toe_get()
548 __le32 toe_le = cpu_to_le32(toe_ol); in brcmf_toe_set() local
559 memcpy(&buf[sizeof("toe_ol")], &toe_le, sizeof(u32)); in brcmf_toe_set()
569 toe_le = cpu_to_le32(toe_ol != 0); in brcmf_toe_set()
572 memcpy(&buf[sizeof("toe")], &toe_le, sizeof(u32)); in brcmf_toe_set()