Searched refs:txe (Results 1 – 2 of 2) sorted by relevance
27 obj-$(CONFIG_INTEL_MEI_TXE) += mei-txe.o28 mei-txe-objs := pci-txe.o29 mei-txe-objs += hw-txe.o
1173 u32 txe, timestamp = 0; in m_can_echo_tx_event() local1176 err = m_can_txe_fifo_read(cdev, fgi, 4, &txe); in m_can_echo_tx_event()1182 msg_mark = FIELD_GET(TX_EVENT_MM_MASK, txe); in m_can_echo_tx_event()1183 timestamp = FIELD_GET(TX_EVENT_TXTS_MASK, txe) << 16; in m_can_echo_tx_event()