Searched refs:abort_mask (Results 1 – 2 of 2) sorted by relevance
471 u32 abort_mask = msg->abort_mask; /* u32 extend to avoid warnings later */ in handle_core_msg_txabort() local474 while (tx_fifo_tail != core->tx_fifo_head && (abort_mask)) { in handle_core_msg_txabort()477 if (!(abort_mask & tail_mask)) in handle_core_msg_txabort()479 abort_mask &= ~tail_mask; in handle_core_msg_txabort()488 if (abort_mask) in handle_core_msg_txabort()
150 u16 abort_mask; member