Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_cm.h81 u32 wscale = 0; in cxgb_compute_wscale() local
83 while (wscale < 14 && (65535 << wscale) < win) in cxgb_compute_wscale()
84 wscale++; in cxgb_compute_wscale()
85 return wscale; in cxgb_compute_wscale()
/drivers/scsi/cxgbi/
Dlibcxgbi.h359 unsigned int wscale = 0; in cxgbi_sock_compute_wscale() local
361 while (wscale < 14 && (65535 << wscale) < win) in cxgbi_sock_compute_wscale()
362 wscale++; in cxgbi_sock_compute_wscale()
363 return wscale; in cxgbi_sock_compute_wscale()
/drivers/infiniband/hw/cxgb4/
Dcm.c725 u32 wscale; in send_connect() local
778 wscale = cxgb_compute_wscale(rcv_win); in send_connect()
791 WND_SCALE_V(wscale) | in send_connect()
806 if (wscale && enable_tcp_window_scaling) in send_connect()
1963 u32 wscale; in send_fw_act_open_req() local
1993 wscale = cxgb_compute_wscale(rcv_win); in send_fw_act_open_req()
2007 WND_SCALE_V(wscale) | in send_fw_act_open_req()
2024 if (wscale && enable_tcp_window_scaling) in send_fw_act_open_req()
2422 u32 wscale; in accept_cr() local
2431 wscale = cxgb_compute_wscale(rcv_win); in accept_cr()
[all …]
/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c991 int wscale = 0; in select_rcv_wscale() local
999 while (wscale < 14 && (65535 << wscale) < space) in select_rcv_wscale()
1000 wscale++; in select_rcv_wscale()
1002 return wscale; in select_rcv_wscale()
/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c1140 u32 wscale; in cxgbit_pass_accept_rpl() local
1159 wscale = cxgb_compute_wscale(csk->rcv_win); in cxgbit_pass_accept_rpl()
1168 WND_SCALE_V(wscale) | in cxgbit_pass_accept_rpl()
1187 if (wscale) in cxgbit_pass_accept_rpl()
/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c212 int wscale = cxgbi_sock_compute_wscale(csk->mss_idx); in send_act_open_req() local
219 WND_SCALE_V(wscale) | in send_act_open_req()
331 int wscale = cxgbi_sock_compute_wscale(csk->mss_idx); in send_act_open_req6() local
338 WND_SCALE_V(wscale) | in send_act_open_req6()
/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c162 unsigned int wscale = cxgbi_sock_compute_wscale(csk->rcv_win); in send_act_open_req() local
175 V_WND_SCALE(wscale) | V_MSS_IDX(csk->mss_idx) | in send_act_open_req()
/drivers/infiniband/hw/irdma/
Dtype.h926 bool wscale:1; member
Dcm.c3276 tcp_info->wscale = true; in irdma_init_tcp_ctx()
Dctrl.c995 FIELD_PREP(IRDMAQPC_WSCALE, tcp->wscale) | in irdma_sc_qp_setctx()