Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c675 if (c_tx->gso_seg_limit == 0) in siw_update_tcpseg()
680 min_t(u16, c_tx->gso_seg_limit, tp->gso_segs); in siw_update_tcpseg()
H A Dsiw.h402 u8 gso_seg_limit; /* Maximum segments for GSO, 0 = unbound */ member
H A Dsiw_cm.c767 qp->tx_ctx.gso_seg_limit = 0; in siw_proc_mpareply()
1588 qp->tx_ctx.gso_seg_limit = 0; in siw_accept()
H A Dsiw_verbs.c436 qp->tx_ctx.gso_seg_limit = 1; in siw_create_qp()