Searched refs:tx_scratch (Results 1 – 4 of 4) sorted by relevance
193 if (msg != &nvec->tx_scratch) in nvec_msg_free()557 memcpy(nvec->tx_scratch.data, "\x02\x07\x02", 3); in nvec_tx_set()558 nvec->tx_scratch.size = 3; in nvec_tx_set()559 nvec->tx_scratch.pos = 0; in nvec_tx_set()560 nvec->tx = &nvec->tx_scratch; in nvec_tx_set()
150 struct nvec_msg tx_scratch; member
59 u8 tx_scratch[MCTP_I3C_MAXBUF]; member397 skb_copy_bits(skb, 0, mbus->tx_scratch, skb->len); in mctp_i3c_xmit()398 data = mbus->tx_scratch; in mctp_i3c_xmit()
72 u8 tx_scratch[MCTP_I2C_BUFSZ]; member508 skb_copy_bits(skb, 0, midev->tx_scratch, skb->len); in mctp_i2c_xmit()509 hdr = (void *)midev->tx_scratch; in mctp_i2c_xmit()