Searched refs:DDCB_COMPLETED_BE32 (Results 1 – 2 of 2) sorted by relevance
295 if ((old & DDCB_COMPLETED_BE32) != 0x00000000) in enqueue_ddcb()380 if ((pddcb->icrc_hsi_shi_32 & DDCB_COMPLETED_BE32) == in genwqe_check_ddcb_queue()577 if ((pddcb->icrc_hsi_shi_32 & DDCB_COMPLETED_BE32) == 0x00000000) in get_next_ddcb()657 if (icrc_hsi_shi & DDCB_COMPLETED_BE32) in __genwqe_purge_ddcb()691 if ((icrc_hsi_shi & DDCB_COMPLETED_BE32) && in __genwqe_purge_ddcb()985 if (pddcb->icrc_hsi_shi_32 & DDCB_COMPLETED_BE32) { /* ddcb ready */ in genwqe_next_ddcb_ready()1059 pddcb->icrc_hsi_shi_32 = DDCB_COMPLETED_BE32; in setup_ddcb_queue()
130 #define DDCB_COMPLETED_BE32 cpu_to_be32(0x00004000) macro