Home
last modified time | relevance | path

Searched refs:check_index (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/842/
H A D842_compress.c134 #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()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.c488 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()