Searched defs:toe_ol (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd_linux.c506 as a bitmap in toe_ol iovar */
507 static int brcmf_toe_get(struct brcmf_pub *drvr, int ifidx, u32 *toe_ol) argument
521 strcpy(buf, "toe_ol");
524 /* Check for older dongle image that doesn't support toe_ol */
531 brcmf_dbg(INFO, "%s: could not get toe_ol: ret=%d\n",
537 *toe_ol = le32_to_cpu(toe_le);
541 /* Set current toe component enables in toe_ol iovar,
543 static int brcmf_toe_set(struct brcmf_pub *drvr, int ifidx, u32 toe_ol) argument
548 __le32 toe_le = cpu_to_le32(toe_ol);
557 /* Set toe_ol a
800 u32 toe_ol; local
[all...]
/drivers/net/wireless/bcmdhd/
H A Ddhd_linux.c532 static int dhd_toe_get(dhd_info_t *dhd, int idx, uint32 *toe_ol);
533 static int dhd_toe_set(dhd_info_t *dhd, int idx, uint32 toe_ol);
2079 /* Retrieve current toe component enables, which are kept as a bitmap in toe_ol iovar */
2081 dhd_toe_get(dhd_info_t *dhd, int ifidx, uint32 *toe_ol) argument
2094 strncpy(buf, "toe_ol", sizeof(buf) - 1);
2097 /* Check for older dongle image that doesn't support toe_ol */
2104 DHD_INFO(("%s: could not get toe_ol: ret=%d\n", dhd_ifname(&dhd->pub, ifidx), ret));
2108 memcpy(toe_ol, buf, sizeof(uint32));
2112 /* Set current toe component enables in toe_ol iovar, and set toe global enable iovar */
2114 dhd_toe_set(dhd_info_t *dhd, int ifidx, uint32 toe_ol) argument
2627 uint32 toe_ol; local
[all...]

Completed in 80 milliseconds