Searched refs:DDCB_COMPLETED_BE32 (Results 1 – 2 of 2) sorted by relevance
304 if ((old & DDCB_COMPLETED_BE32) != 0x00000000) in enqueue_ddcb()389 if ((pddcb->icrc_hsi_shi_32 & DDCB_COMPLETED_BE32) == in genwqe_check_ddcb_queue()586 if ((pddcb->icrc_hsi_shi_32 & DDCB_COMPLETED_BE32) == 0x00000000) in get_next_ddcb()666 if (icrc_hsi_shi & DDCB_COMPLETED_BE32) in __genwqe_purge_ddcb()700 if ((icrc_hsi_shi & DDCB_COMPLETED_BE32) && in __genwqe_purge_ddcb()994 if (pddcb->icrc_hsi_shi_32 & DDCB_COMPLETED_BE32) { /* ddcb ready */ in genwqe_next_ddcb_ready()1068 pddcb->icrc_hsi_shi_32 = DDCB_COMPLETED_BE32; in setup_ddcb_queue()
139 #define DDCB_COMPLETED_BE32 cpu_to_be32(0x00004000) macro