Searched refs:TCPC_REG_TRANSMIT_SET_WITH_RETRY (Results 1 – 2 of 2) sorted by relevance
650 #define TCPC_REG_TRANSMIT_SET_WITH_RETRY(retries, type) ((retries) << 4 | (type)) macro
559 TCPC_REG_TRANSMIT_SET_WITH_RETRY(retries, msg->type)); in tcpci_tcpm_transmit_data()