Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.c600 u32 toe_ol; in brcmf_netdev_open() local
613 if (brcmf_fil_iovar_int_get(ifp, "toe_ol", &toe_ol) >= 0 in brcmf_netdev_open()
614 && (toe_ol & TOE_TX_CSUM_OL) != 0) in brcmf_netdev_open()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c1987 static int dhd_toe_get(dhd_info_t *dhd, int idx, uint32 *toe_ol);
1988 static int dhd_toe_set(dhd_info_t *dhd, int idx, uint32 toe_ol);
6882 dhd_toe_get(dhd_info_t *dhd, int ifidx, uint32 *toe_ol) in dhd_toe_get() argument
6900 memcpy(toe_ol, buf, sizeof(uint32)); in dhd_toe_get()
6906 dhd_toe_set(dhd_info_t *dhd, int ifidx, uint32 toe_ol) in dhd_toe_set() argument
6911 ret = dhd_iovar(&dhd->pub, ifidx, "toe_ol", (char *)&toe_ol, sizeof(toe_ol), NULL, 0, TRUE); in dhd_toe_set()
6919 toe = (toe_ol != 0); in dhd_toe_set()
8401 uint32 toe_ol; in dhd_open() local
8663 if (dhd_toe_get(dhd, ifidx, &toe_ol) >= 0 && (toe_ol & TOE_TX_CSUM_OL) != 0) { in dhd_open()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux.c905 static int dhd_toe_get(dhd_info_t *dhd, int idx, uint32 *toe_ol);
906 static int dhd_toe_set(dhd_info_t *dhd, int idx, uint32 toe_ol);
5542 dhd_toe_get(dhd_info_t *dhd, int ifidx, uint32 *toe_ol)
5560 memcpy(toe_ol, buf, sizeof(uint32));
5566 dhd_toe_set(dhd_info_t *dhd, int ifidx, uint32 toe_ol)
5571 ret = dhd_iovar(&dhd->pub, ifidx, "toe_ol", (char *)&toe_ol, sizeof(toe_ol), NULL, 0, TRUE);
5579 toe = (toe_ol != 0);
6975 uint32 toe_ol; local
7186 if (dhd_toe_get(dhd, ifidx, &toe_ol) >= 0 && (toe_ol & TOE_TX_CSUM_OL) != 0) {
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux.c919 static int dhd_toe_get(dhd_info_t *dhd, int idx, uint32 *toe_ol);
920 static int dhd_toe_set(dhd_info_t *dhd, int idx, uint32 toe_ol);
5553 dhd_toe_get(dhd_info_t *dhd, int ifidx, uint32 *toe_ol)
5571 memcpy(toe_ol, buf, sizeof(uint32));
5577 dhd_toe_set(dhd_info_t *dhd, int ifidx, uint32 toe_ol)
5582 ret = dhd_iovar(&dhd->pub, ifidx, "toe_ol", (char *)&toe_ol, sizeof(toe_ol), NULL, 0, TRUE);
5590 toe = (toe_ol != 0);
6986 uint32 toe_ol; local
7197 if (dhd_toe_get(dhd, ifidx, &toe_ol) >= 0 && (toe_ol & TOE_TX_CSUM_OL) != 0) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux.c905 static int dhd_toe_get(dhd_info_t *dhd, int idx, uint32 *toe_ol);
906 static int dhd_toe_set(dhd_info_t *dhd, int idx, uint32 toe_ol);
5542 dhd_toe_get(dhd_info_t *dhd, int ifidx, uint32 *toe_ol)
5560 memcpy(toe_ol, buf, sizeof(uint32));
5566 dhd_toe_set(dhd_info_t *dhd, int ifidx, uint32 toe_ol)
5571 ret = dhd_iovar(&dhd->pub, ifidx, "toe_ol", (char *)&toe_ol, sizeof(toe_ol), NULL, 0, TRUE);
5579 toe = (toe_ol != 0);
6975 uint32 toe_ol; local
7186 if (dhd_toe_get(dhd, ifidx, &toe_ol) >= 0 && (toe_ol & TOE_TX_CSUM_OL) != 0) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.c1133 static int dhd_toe_get(dhd_info_t *dhd, int idx, uint32 *toe_ol);
1134 static int dhd_toe_set(dhd_info_t *dhd, int idx, uint32 toe_ol);
7276 dhd_toe_get(dhd_info_t *dhd, int ifidx, uint32 *toe_ol) in dhd_toe_get() argument
7294 memcpy(toe_ol, buf, sizeof(uint32)); in dhd_toe_get()
7300 dhd_toe_set(dhd_info_t *dhd, int ifidx, uint32 toe_ol) in dhd_toe_set() argument
7305 ret = dhd_iovar(&dhd->pub, ifidx, "toe_ol", (char *)&toe_ol, sizeof(toe_ol), NULL, 0, TRUE); in dhd_toe_set()
7313 toe = (toe_ol != 0); in dhd_toe_set()
9162 uint32 toe_ol; in dhd_open() local
9451 if (dhd_toe_get(dhd, ifidx, &toe_ol) >= 0 && (toe_ol & TOE_TX_CSUM_OL) != 0) { in dhd_open()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.c1134 static int dhd_toe_get(dhd_info_t *dhd, int idx, uint32 *toe_ol);
1135 static int dhd_toe_set(dhd_info_t *dhd, int idx, uint32 toe_ol);
7290 dhd_toe_get(dhd_info_t *dhd, int ifidx, uint32 *toe_ol) in dhd_toe_get() argument
7308 memcpy(toe_ol, buf, sizeof(uint32)); in dhd_toe_get()
7314 dhd_toe_set(dhd_info_t *dhd, int ifidx, uint32 toe_ol) in dhd_toe_set() argument
7319 ret = dhd_iovar(&dhd->pub, ifidx, "toe_ol", (char *)&toe_ol, sizeof(toe_ol), NULL, 0, TRUE); in dhd_toe_set()
7327 toe = (toe_ol != 0); in dhd_toe_set()
9166 uint32 toe_ol; in dhd_open() local
9455 if (dhd_toe_get(dhd, ifidx, &toe_ol) >= 0 && (toe_ol & TOE_TX_CSUM_OL) != 0) { in dhd_open()