Lines Matching full:transaction
22 * The transfer protocol contains 3 layers: transaction layer, packet layer
32 * the transaction layer.
43 * length to the transaction layer request, then converts the request to packet
101 * In transaction layer,
102 * the write request format is: Transaction request header + data
103 * the read request format is: Transaction request header
104 * the write response format is: Transaction response header
105 * the read response format is: pure data, no Transaction response header
115 /* tx & rx share one transaction layer buffer */
124 * various purpose, when a transaction layer byte hits one of these special
129 * case, all transaction layer bytes need to be escaped (so the data length
138 * one by one, and parses each word immediately into transaction layer buffer.
150 * @trans_buf: the bridge buffer for transaction layer data.
175 * Format transaction layer data in br->trans_buf according to the register
176 * access request, Store valid transaction layer data length in br->trans_len.
225 * Convert transaction layer data (in br->trans_buf) to phy layer data, store
304 /* The phy buffer is used out but transaction layer data remains */ in br_pkt_phy_tx_prepare()
351 * them to transaction layer data in br->trans_buf. It also stores the length
352 * of rx transaction layer data in br->trans_len
356 * have to read word by word and convert them to transaction layer data at
498 * without transaction response header.
517 * For write transactions, the slave will return a transaction response