Home
last modified time | relevance | path

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

/drivers/infiniband/sw/siw/
Dsiw.h404 u8 in_syscall : 1; /* TX out of user context */ member
Dsiw_verbs.c966 qp->tx_ctx.in_syscall = 1; in siw_post_send()
971 qp->tx_ctx.in_syscall = 0; in siw_post_send()
Dsiw_qp_tx.c60 } else if (c_tx->in_syscall) { in siw_try_1seg()