Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/nvec/
H A Dnvec.c62 NVEC_MSG_TX, enumerator
169 int i = (category == NVEC_MSG_TX) ? (NVEC_POOL_SIZE / 4) : 0; in nvec_msg_alloc()
179 (category == NVEC_MSG_TX) ? "TX" : "RX"); in nvec_msg_alloc()
261 msg = nvec_msg_alloc(nvec, NVEC_MSG_TX); in nvec_write_async()