Searched refs:tx_scratch (Results 1 – 2 of 2) sorted by relevance
199 if (msg != &nvec->tx_scratch) in nvec_msg_free()553 memcpy(nvec->tx_scratch.data, "\x02\x07\x02", 3); in nvec_tx_set()554 nvec->tx_scratch.size = 3; in nvec_tx_set()555 nvec->tx_scratch.pos = 0; in nvec_tx_set()556 nvec->tx = &nvec->tx_scratch; in nvec_tx_set()
154 struct nvec_msg tx_scratch; member