Searched refs:prot_checksum (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_msgbuf.c | 833 uint32 prot_checksum = 0; /* computed checksum */ in dhd_prot_d2h_sync_xorcsum() local 865 prot_checksum = bcm_compute_xor32((volatile uint32 *)msg, num_words); in dhd_prot_d2h_sync_xorcsum() 866 if (prot_checksum == 0U) { /* checksum is OK */ in dhd_prot_d2h_sync_xorcsum() 885 DHD_ERROR(("%s: prot_checksum = 0x%x\n", __FUNCTION__, prot_checksum)); in dhd_prot_d2h_sync_xorcsum()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_msgbuf.c | 1011 uint32 prot_checksum = 0; /* computed checksum */ in dhd_prot_d2h_sync_xorcsum() local 1049 prot_checksum = bcm_compute_xor32((volatile uint32 *)msg, in dhd_prot_d2h_sync_xorcsum() 1051 if (prot_checksum == 0U) { /* checksum is OK */ in dhd_prot_d2h_sync_xorcsum() 1076 DHD_ERROR(("%s: prot_checksum = 0x%x\n", __FUNCTION__, prot_checksum)); in dhd_prot_d2h_sync_xorcsum()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_msgbuf.c | 1011 uint32 prot_checksum = 0; /* computed checksum */ in dhd_prot_d2h_sync_xorcsum() local 1049 prot_checksum = bcm_compute_xor32((volatile uint32 *)msg, in dhd_prot_d2h_sync_xorcsum() 1051 if (prot_checksum == 0U) { /* checksum is OK */ in dhd_prot_d2h_sync_xorcsum() 1076 DHD_ERROR(("%s: prot_checksum = 0x%x\n", __FUNCTION__, prot_checksum)); in dhd_prot_d2h_sync_xorcsum()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_msgbuf.c | 1011 uint32 prot_checksum = 0; /* computed checksum */ in dhd_prot_d2h_sync_xorcsum() local 1049 prot_checksum = bcm_compute_xor32((volatile uint32 *)msg, in dhd_prot_d2h_sync_xorcsum() 1051 if (prot_checksum == 0U) { /* checksum is OK */ in dhd_prot_d2h_sync_xorcsum() 1076 DHD_ERROR(("%s: prot_checksum = 0x%x\n", __FUNCTION__, prot_checksum)); in dhd_prot_d2h_sync_xorcsum()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_msgbuf.c | 1318 uint32 prot_checksum = 0; /* computed checksum */ in BCMFASTPATH() local 1356 prot_checksum = bcm_compute_xor32((volatile uint32 *)msg, in BCMFASTPATH() 1358 if (prot_checksum == 0U) { /* checksum is OK */ in BCMFASTPATH() 1383 DHD_ERROR(("%s: prot_checksum = 0x%x\n", __FUNCTION__, prot_checksum)); in BCMFASTPATH()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_msgbuf.c | 1322 uint32 prot_checksum = 0; /* computed checksum */ in BCMFASTPATH() local 1360 prot_checksum = bcm_compute_xor32((volatile uint32 *)msg, in BCMFASTPATH() 1362 if (prot_checksum == 0U) { /* checksum is OK */ in BCMFASTPATH() 1387 DHD_ERROR(("%s: prot_checksum = 0x%x\n", __FUNCTION__, prot_checksum)); in BCMFASTPATH()
|