Searched refs:IS_TCPSEQ_LE (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmtcp.h | 90 #define IS_TCPSEQ_LE(a, b) ((b - a) < NBITVAL(31)) /* a =< b */ macro 91 #define IS_TCPSEQ_GT(a, b) !IS_TCPSEQ_LE(a, b) /* a > b */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmtcp.h | 82 #define IS_TCPSEQ_LE(a, b) ((b - a) < NBITVAL(31)) /* a =< b */ macro 83 #define IS_TCPSEQ_GT(a, b) !IS_TCPSEQ_LE(a, b) /* a > b */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmtcp.h | 90 #define IS_TCPSEQ_LE(a, b) ((b - a) < NBITVAL(31)) /* a =< b */ macro 91 #define IS_TCPSEQ_GT(a, b) !IS_TCPSEQ_LE(a, b) /* a > b */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmtcp.h | 90 #define IS_TCPSEQ_LE(a, b) ((b - a) < NBITVAL(31)) /* a =< b */ macro 91 #define IS_TCPSEQ_GT(a, b) !IS_TCPSEQ_LE(a, b) /* a > b */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmtcp.h | 82 #define IS_TCPSEQ_LE(a, b) ((b - a) < NBITVAL(31)) /* a =< b */ macro 83 #define IS_TCPSEQ_GT(a, b) !IS_TCPSEQ_LE(a, b) /* a > b */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmtcp.h | 90 #define IS_TCPSEQ_LE(a, b) ((b - a) < NBITVAL(31)) /* a =< b */ macro 91 #define IS_TCPSEQ_GT(a, b) !IS_TCPSEQ_LE(a, b) /* a > b */
|