Lines Matching refs:test_for
2247 const int test_for, const char *errmsg) in __dhd_pktid_audit() argument
2281 switch (test_for) { in __dhd_pktid_audit()
2319 DHD_ERROR(("%s: Invalid test case: %d\n", __FUNCTION__, test_for)); in __dhd_pktid_audit()
2336 const int test_for, const char *errmsg) in dhd_pktid_audit() argument
2339 ret = __dhd_pktid_audit(dhd, pktid_map, pktid, test_for, errmsg); in dhd_pktid_audit()
2352 #define DHD_PKTID_AUDIT(dhdp, map, pktid, test_for) \ argument
2353 dhd_pktid_audit((dhdp), (dhd_pktid_map_t *)(map), (pktid), (test_for), __FUNCTION__)
2357 const int test_for, void *msg, uint32 msg_len, const char *func) in dhd_pktid_audit_ring_debug() argument
2365 ret = __dhd_pktid_audit(dhdp, map, pktid, test_for, func); in dhd_pktid_audit_ring_debug()
2377 #define DHD_PKTID_AUDIT_RING_DEBUG(dhdp, map, pktid, test_for, msg, msg_len) \ argument
2379 (pktid), (test_for), msg, msg_len, __FUNCTION__)