Home
last modified time | relevance | path

Searched refs:I2400M_D2H_MSG_BARKER (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/wimax/
H A Di2400m.h271 I2400M_D2H_MSG_BARKER = 0xbeefbabe, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/wimax/
H A Di2400m.h271 I2400M_D2H_MSG_BARKER = 0xbeefbabe, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/wimax/
H A Di2400m.h271 I2400M_D2H_MSG_BARKER = 0xbeefbabe, enumerator
/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A Di2400m.h722 return le32_to_cpu(*barker) == I2400M_D2H_MSG_BARKER; in i2400m_is_d2h_barker()
H A Drx.c1154 if (msg_hdr->barker != cpu_to_le32(I2400M_D2H_MSG_BARKER)) { in i2400m_rx_msg_hdr_check()