Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c21 #define MAX_HDR_INLINE \ macro
55 if (bytes > MAX_HDR_INLINE || wqe->sqe.num_sge != 1) in siw_try_1seg()
56 return MAX_HDR_INLINE + 1; in siw_try_1seg()
227 if (data <= MAX_HDR_INLINE) { in siw_qp_prepare_tx()