Searched refs:check_index (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/lib/842/ |
D | 842_compress.c | 143 #define check_index(p, b, n) \ macro 400 match = check_index(p, 2, b >> 1); in check_template() 402 match = check_index(p, 4, b >> 2); in check_template() 404 match = check_index(p, 8, 0); in check_template()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | hif_usb.c | 477 static inline bool check_index(struct sk_buff *skb, u8 idx) in check_index() function 499 if (check_index(skb, idx)) { in hif_usb_sta_drain()
|