Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/can/
Dcan_nxp_s32_canxl.c27 #define RX_MBIDX_TO_ALLOC_IDX(x) (x) macro
30 #define RX_MBIDX_TO_ALLOC_IDX(x) (x - CONFIG_CAN_NXP_S32_MAX_TX) macro
922 alloc = RX_MBIDX_TO_ALLOC_IDX(buffidx); in can_nxp_s32_ctrl_callback()
Dcan_mcux_flexcan.c53 #define RX_MBIDX_TO_ALLOC_IDX(x) (x) macro
1023 alloc = RX_MBIDX_TO_ALLOC_IDX(mb); in mcux_flexcan_transfer_rx_idle()