Home
last modified time | relevance | path

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

/drivers/staging/nvec/
Dnvec.c197 if (msg != &nvec->tx_scratch) in nvec_msg_free()
556 memcpy(nvec->tx_scratch.data, "\x02\x07\x02", 3); in nvec_tx_set()
557 nvec->tx_scratch.size = 3; in nvec_tx_set()
558 nvec->tx_scratch.pos = 0; in nvec_tx_set()
559 nvec->tx = &nvec->tx_scratch; in nvec_tx_set()
Dnvec.h154 struct nvec_msg tx_scratch; member