Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_verbs.h163 u8 sig_all:1; member
Di40iw_verbs.c722 iwqp->sig_all = (init_attr->sq_sig_type == IB_SIGNAL_ALL_WR) ? 1 : 0; in i40iw_create_qp()
2141 if ((ib_wr->send_flags & IB_SEND_SIGNALED) || iwqp->sig_all) in i40iw_post_send()