Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/nvec/
Dnvec.c69 NVEC_MSG_TX, enumerator
175 int i = (category == NVEC_MSG_TX) ? (NVEC_POOL_SIZE / 4) : 0; in nvec_msg_alloc()
185 (category == NVEC_MSG_TX) ? "TX" : "RX"); in nvec_msg_alloc()
267 msg = nvec_msg_alloc(nvec, NVEC_MSG_TX); in nvec_write_async()