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()
332 #define TBA (4 * (((QENTRY_LEN >> 2) * 3) + 1) + 1)
344 for (j = 0; j < (QENTRY_LEN >> 2); j++) { in isp_print_qentry()
620 uint8_t qe[QENTRY_LEN], *scp; in isp_fc_change_role()
622 ISP_MEMZERO(qe, QENTRY_LEN); in isp_fc_change_role()
654 mbs.param[1] = QENTRY_LEN; in isp_fc_change_role()
659 MEMORYBARRIER(isp, SYNC_SFORDEV, 0, 2 * QENTRY_LEN, chan); in isp_fc_change_role()
665 MEMORYBARRIER(isp, SYNC_SFORCPU, QENTRY_LEN, QENTRY_LEN, chan); in isp_fc_change_role()
666 isp_get_vp_modify(isp, (vp_modify_t *)&scp[QENTRY_LEN], vp); in isp_fc_change_role()
717 uint8_t local[QENTRY_LEN]; in isp_clear_commands()
723 ISP_MEMZERO(local, QENTRY_LEN); in isp_clear_commands()
2141 uint8_t storage[QENTRY_LEN]; in isp_send_tgt_cmd()
2211 ISP_MEMZERO(storage, QENTRY_LEN); in isp_send_tgt_cmd()
2243 isp_print_bytes(isp, "additional queue entry", QENTRY_LEN, storage); in isp_send_tgt_cmd()
2284 isp_print_bytes(isp, "first queue entry", QENTRY_LEN, fqe); in isp_send_tgt_cmd()