Searched refs:DDCB_COMPLETED_BE32 (Results 1 – 2 of 2) sorted by relevance
295 if ((old & DDCB_COMPLETED_BE32) != 0x00000000) in enqueue_ddcb()383 if ((pddcb->icrc_hsi_shi_32 & DDCB_COMPLETED_BE32) == in genwqe_check_ddcb_queue()582 if ((pddcb->icrc_hsi_shi_32 & DDCB_COMPLETED_BE32) == 0x00000000) in get_next_ddcb()662 if (icrc_hsi_shi & DDCB_COMPLETED_BE32) in __genwqe_purge_ddcb()696 if ((icrc_hsi_shi & DDCB_COMPLETED_BE32) && in __genwqe_purge_ddcb()991 if (pddcb->icrc_hsi_shi_32 & DDCB_COMPLETED_BE32) { /* ddcb ready */ in genwqe_next_ddcb_ready()1066 pddcb->icrc_hsi_shi_32 = DDCB_COMPLETED_BE32; in setup_ddcb_queue()
130 #define DDCB_COMPLETED_BE32 cpu_to_be32(0x00004000) macro