Lines Matching defs:tcb
679 * keep a ref on the ep so the tcb is not unlocked before this
1983 req->tcb.t_state_to_astid =
1986 req->tcb.cplrxdataack_cplpassacceptrpl =
1988 req->tcb.tx_max = (__force __be32) jiffies;
1989 req->tcb.rcv_adv = htons(1);
2003 req->tcb.opt0 = (__force __be64) (TCAM_BYPASS_F |
2015 req->tcb.opt2 = (__force __be32) (PACE_V(1) |
2021 req->tcb.opt2 |= (__force __be32)TSTAMPS_EN_F;
2023 req->tcb.opt2 |= (__force __be32)SACK_EN_F;
2025 req->tcb.opt2 |= (__force __be32)WND_SCALE_EN_F;
2026 req->tcb.opt0 = cpu_to_be64((__force u64)req->tcb.opt0);
2027 req->tcb.opt2 = cpu_to_be32((__force u32)req->tcb.opt2);
3825 static inline u64 t4_tcb_get_field64(__be64 *tcb, u16 word)
3827 u64 tlo = be64_to_cpu(tcb[((31 - word) / 2)]);
3828 u64 thi = be64_to_cpu(tcb[((31 - word) / 2) - 1]);
3837 static inline u32 t4_tcb_get_field32(__be64 *tcb, u16 word, u32 mask, u32 shift)
3840 u64 t = be64_to_cpu(tcb[(31 - word) / 2]);
3851 __be64 *tcb = (__be64 *)(rpl + 1);
3868 t_flags_64 = t4_tcb_get_field64(tcb, TCB_T_FLAGS_W);
3877 WARN_ONCE(1, "tcb re-read() reached the guard limit, finishing the cleanup\n");
3884 ep->srqe_idx = t4_tcb_get_field32(tcb, TCB_RQ_START_W, TCB_RQ_START_M,
4019 req->tcb.rcv_nxt = htonl(rcv_isn + 1);
4020 req->tcb.rcv_adv = htons(window);
4021 req->tcb.t_state_to_astid =
4031 req->tcb.opt2 = htonl(RSS_QUEUE_V(rss_qid));
4039 req->tcb.opt0 = cpu_to_be64(MSS_IDX_V(0xF));