Home
last modified time | relevance | path

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

/drivers/net/wireless/brcm80211/brcmfmac/
Ddhd_linux.c605 u32 toe_cmpnt, csum_dir; in brcmf_ethtool() local
654 ret = brcmf_toe_get(drvr, 0, &toe_cmpnt); in brcmf_ethtool()
662 edata.data = (toe_cmpnt & csum_dir) ? 1 : 0; in brcmf_ethtool()
675 ret = brcmf_toe_get(drvr, 0, &toe_cmpnt); in brcmf_ethtool()
683 toe_cmpnt |= csum_dir; in brcmf_ethtool()
685 toe_cmpnt &= ~csum_dir; in brcmf_ethtool()
687 ret = brcmf_toe_set(drvr, 0, toe_cmpnt); in brcmf_ethtool()
/drivers/net/wireless/bcmdhd/
Ddhd_linux.c2421 uint32 toe_cmpnt, csum_dir; local
2473 if ((ret = dhd_toe_get(dhd, 0, &toe_cmpnt)) < 0)
2479 edata.data = (toe_cmpnt & csum_dir) ? 1 : 0;
2492 if ((ret = dhd_toe_get(dhd, 0, &toe_cmpnt)) < 0)
2498 toe_cmpnt |= csum_dir;
2500 toe_cmpnt &= ~csum_dir;
2502 if ((ret = dhd_toe_set(dhd, 0, toe_cmpnt)) < 0)