Searched refs:tx_busy_map (Results 1 – 2 of 2) sorted by relevance
36 uint8_t tx_busy_map; member
299 dev_data->tx_busy_map &= ~BIT(tx_idx); in mcp2515_tx_done()563 if ((BIT(tx_idx) & dev_data->tx_busy_map) == 0) { in mcp2515_send()564 dev_data->tx_busy_map |= BIT(tx_idx); in mcp2515_send()1004 .tx_busy_map = 0U, \