Searched refs:mb_indx (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/drivers/can/ |
D | can_nxp_s32_canxl.c | 397 int mb_indx = ALLOC_IDX_TO_RXMB_IDX(filter_id); local 404 if (can_nxp_s32_abort_msg(config, mb_indx)) { 426 int mb_indx; local 467 mb_indx = ALLOC_IDX_TO_RXMB_IDX(alloc); 476 Canexcel_Ip_SetRxIndividualMask(config->instance, mb_indx, 479 Canexcel_Ip_ConfigRx(config->instance, mb_indx, filter->id, 482 Canexcel_Ip_ReceiveFD(config->instance, mb_indx, &data->rx_msg[alloc], FALSE); 502 int alloc, mb_indx; local 572 mb_indx = ALLOC_IDX_TO_TXMB_IDX(alloc); 589 mb_indx, frame->id, [all …]
|