Home
last modified time | relevance | path

Searched refs:tx_scratch (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/staging/nvec/
Dnvec.c192 if (msg != &nvec->tx_scratch) in nvec_msg_free()
551 memcpy(nvec->tx_scratch.data, "\x02\x07\x02", 3); in nvec_tx_set()
552 nvec->tx_scratch.size = 3; in nvec_tx_set()
553 nvec->tx_scratch.pos = 0; in nvec_tx_set()
554 nvec->tx = &nvec->tx_scratch; in nvec_tx_set()
Dnvec.h150 struct nvec_msg tx_scratch; member