Searched refs:toe_cmpnt (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux.c | 6982 uint32 toe_cmpnt, csum_dir; in dhd_ethtool() local 7034 if ((ret = dhd_toe_get(dhd, 0, &toe_cmpnt)) < 0) in dhd_ethtool() 7040 edata.data = (toe_cmpnt & csum_dir) ? 1 : 0; in dhd_ethtool() 7053 if ((ret = dhd_toe_get(dhd, 0, &toe_cmpnt)) < 0) in dhd_ethtool() 7059 toe_cmpnt |= csum_dir; in dhd_ethtool() 7061 toe_cmpnt &= ~csum_dir; in dhd_ethtool() 7063 if ((ret = dhd_toe_set(dhd, 0, toe_cmpnt)) < 0) in dhd_ethtool()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux.c | 5640 uint32 toe_cmpnt, csum_dir; local 5692 if ((ret = dhd_toe_get(dhd, 0, &toe_cmpnt)) < 0) 5698 edata.data = (toe_cmpnt & csum_dir) ? 1 : 0; 5711 if ((ret = dhd_toe_get(dhd, 0, &toe_cmpnt)) < 0) 5717 toe_cmpnt |= csum_dir; 5719 toe_cmpnt &= ~csum_dir; 5721 if ((ret = dhd_toe_set(dhd, 0, toe_cmpnt)) < 0)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux.c | 5651 uint32 toe_cmpnt, csum_dir; local 5703 if ((ret = dhd_toe_get(dhd, 0, &toe_cmpnt)) < 0) 5709 edata.data = (toe_cmpnt & csum_dir) ? 1 : 0; 5722 if ((ret = dhd_toe_get(dhd, 0, &toe_cmpnt)) < 0) 5728 toe_cmpnt |= csum_dir; 5730 toe_cmpnt &= ~csum_dir; 5732 if ((ret = dhd_toe_set(dhd, 0, toe_cmpnt)) < 0)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux.c | 5640 uint32 toe_cmpnt, csum_dir; local 5692 if ((ret = dhd_toe_get(dhd, 0, &toe_cmpnt)) < 0) 5698 edata.data = (toe_cmpnt & csum_dir) ? 1 : 0; 5711 if ((ret = dhd_toe_get(dhd, 0, &toe_cmpnt)) < 0) 5717 toe_cmpnt |= csum_dir; 5719 toe_cmpnt &= ~csum_dir; 5721 if ((ret = dhd_toe_set(dhd, 0, toe_cmpnt)) < 0)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux.c | 7374 uint32 toe_cmpnt, csum_dir; in dhd_ethtool() local 7430 if ((ret = dhd_toe_get(dhd, 0, &toe_cmpnt)) < 0) in dhd_ethtool() 7436 edata.data = (toe_cmpnt & csum_dir) ? 1 : 0; in dhd_ethtool() 7449 if ((ret = dhd_toe_get(dhd, 0, &toe_cmpnt)) < 0) in dhd_ethtool() 7455 toe_cmpnt |= csum_dir; in dhd_ethtool() 7457 toe_cmpnt &= ~csum_dir; in dhd_ethtool() 7459 if ((ret = dhd_toe_set(dhd, 0, toe_cmpnt)) < 0) in dhd_ethtool()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux.c | 7388 uint32 toe_cmpnt, csum_dir; in dhd_ethtool() local 7444 if ((ret = dhd_toe_get(dhd, 0, &toe_cmpnt)) < 0) in dhd_ethtool() 7450 edata.data = (toe_cmpnt & csum_dir) ? 1 : 0; in dhd_ethtool() 7463 if ((ret = dhd_toe_get(dhd, 0, &toe_cmpnt)) < 0) in dhd_ethtool() 7469 toe_cmpnt |= csum_dir; in dhd_ethtool() 7471 toe_cmpnt &= ~csum_dir; in dhd_ethtool() 7473 if ((ret = dhd_toe_set(dhd, 0, toe_cmpnt)) < 0) in dhd_ethtool()
|