Lines Matching refs:QENTRY_LEN
153 uint8_t local[QENTRY_LEN]; in isp_target_notify()
175 if (len > (QENTRY_LEN - 8)) { in isp_target_notify()
176 len -= (QENTRY_LEN - 8); in isp_target_notify()
180 len -= QENTRY_LEN; in isp_target_notify()
348 isp_print_bytes(isp, local, QENTRY_LEN, vptr); in isp_target_notify()
797 uint8_t storage[QENTRY_LEN]; in isp_target_async()
799 memset(storage, 0, QENTRY_LEN); in isp_target_async()
1024 char storage[QENTRY_LEN]; in isp_notify_ack()
1041 ISP_MEMZERO(storage, QENTRY_LEN); in isp_notify_ack()
1133 char storage[QENTRY_LEN]; in isp_acknak_abts()
1156 ISP_MEMCPY(rsp, abts, QENTRY_LEN); in isp_acknak_abts()
1834 isp_print_bytes(isp, buf, QENTRY_LEN, inot_24xx); in isp_handle_24xx_inotify()