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