Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw.h626 static inline int siw_sq_empty(struct siw_qp *qp) in siw_sq_empty() function
H A Dsiw_qp_tx.c865 if (siw_sq_empty(qp) || !siw_tcp_nagle || burst_len == 1) in siw_qp_sq_proc_tx()