Home
last modified time | relevance | path

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

/freebsd/sys/dev/irdma/
H A Dirdma_verbs.h266 bool sig_all:1; member
H A Dirdma_kcompat.c824 iwqp->sig_all = (init_attr->sq_sig_type == IB_SIGNAL_ALL_WR) ? 1 : 0; in irdma_create_qp()
H A Dirdma_verbs.c2463 if ((ib_wr->send_flags & IB_SEND_SIGNALED) || iwqp->sig_all) in irdma_post_send()