Lines Matching refs:QENTRY_LEN
63 uint8_t storage[QENTRY_LEN]; in isp_send_cmd()
149 ISP_MEMZERO(storage, QENTRY_LEN); in isp_send_cmd()
181 isp_print_bytes(isp, "additional queue entry", QENTRY_LEN, storage); in isp_send_cmd()
242 isp_print_bytes(isp, "first queue entry", QENTRY_LEN, fqe); in isp_send_cmd()
337 #define TBA (4 * (((QENTRY_LEN >> 2) * 3) + 1) + 1)
349 for (j = 0; j < (QENTRY_LEN >> 2); j++) { in isp_print_qentry()
560 uint8_t qe[QENTRY_LEN], *scp; in isp_fc_change_role()
562 ISP_MEMZERO(qe, QENTRY_LEN); in isp_fc_change_role()
594 mbs.param[1] = QENTRY_LEN; in isp_fc_change_role()
599 MEMORYBARRIER(isp, SYNC_SFORDEV, 0, 2 * QENTRY_LEN, chan); in isp_fc_change_role()
605 MEMORYBARRIER(isp, SYNC_SFORCPU, QENTRY_LEN, QENTRY_LEN, chan); in isp_fc_change_role()
606 isp_get_vp_modify(isp, (vp_modify_t *)&scp[QENTRY_LEN], vp); in isp_fc_change_role()
657 uint8_t local[QENTRY_LEN]; in isp_clear_commands()
663 ISP_MEMZERO(local, QENTRY_LEN); in isp_clear_commands()
2017 uint8_t storage[QENTRY_LEN], storage2[QENTRY_LEN]; in isp_send_tgt_cmd()
2053 memcpy(ct2, ct, QENTRY_LEN); in isp_send_tgt_cmd()
2168 ISP_MEMZERO(storage, QENTRY_LEN); in isp_send_tgt_cmd()
2200 isp_print_bytes(isp, "additional queue entry", QENTRY_LEN, storage); in isp_send_tgt_cmd()
2221 isp_print_bytes(isp, "synthetic final queue entry", QENTRY_LEN, storage2); in isp_send_tgt_cmd()
2248 isp_print_bytes(isp, "first queue entry", QENTRY_LEN, fqe); in isp_send_tgt_cmd()