Searched refs:opt0h (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_tom.h117 uint32_t opt0h; member in struct:synq_entry
H A Dcxgb_cpl_io.c836 uint32_t opt0h = F_TCAM_BYPASS | V_WND_SCALE(rscale) | local
845 opt0h |= V_NAGLE((tp->t_flags & TF_NODELAY) == 0);
846 opt0h |= V_KEEP_ALIVE(keepalive != 0);
850 opt0h |= V_L2T_IDX(e->idx) | V_TX_CHANNEL(e->smt_idx);
852 return (htobe32(opt0h));
1014 cpl->opt0h = calc_opt0h(so, mtu_idx, rscale, e);
H A Dcxgb_listen.c243 req->opt0h = htonl(F_DELACK | F_TCAM_BYPASS);
568 synqe->opt0h = calc_opt0h(so, 0, 0, e);
976 rpl->opt0h = synqe->opt0h |
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h526 __be32 opt0h; member in struct:cpl_pass_open_req
615 __be32 opt0h; member in struct:cpl_pass_accept_rpl
626 __be32 opt0h; member in struct:cpl_act_open_req
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c3299 oreq->opt0h = 0;

Completed in 298 milliseconds