Lines Matching refs:can_id
510 if (cf->can_id & CAN_RTR_FLAG) /* Remote transmission request */ in ti_hecc_xmit()
514 if (cf->can_id & CAN_EFF_FLAG) /* Extended frame format */ in ti_hecc_xmit()
515 data = (cf->can_id & CAN_EFF_MASK) | HECC_CANMID_IDE; in ti_hecc_xmit()
517 data = (cf->can_id & CAN_SFF_MASK) << 18; in ti_hecc_xmit()
563 cf->can_id = (data & CAN_EFF_MASK) | CAN_EFF_FLAG; in ti_hecc_rx_pkt()
565 cf->can_id = (data >> 18) & CAN_SFF_MASK; in ti_hecc_rx_pkt()
568 cf->can_id |= CAN_RTR_FLAG; in ti_hecc_rx_pkt()
681 cf->can_id |= CAN_ERR_CRTL; in ti_hecc_error()
696 cf->can_id |= CAN_ERR_CRTL; in ti_hecc_error()
713 cf->can_id |= CAN_ERR_BUSOFF; in ti_hecc_error()
724 cf->can_id |= CAN_ERR_BUSERROR | CAN_ERR_PROT; in ti_hecc_error()