Home
last modified time | relevance | path

Searched refs:abort_mask (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/can/esd/
Desdacc.c471 u32 abort_mask = msg->abort_mask; /* u32 extend to avoid warnings later */ in handle_core_msg_txabort() local
474 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()
Desdacc.h150 u16 abort_mask; member