Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cxgbe/cxgbei/
HDicl_cxgbei.c1104 u_int max_iso_payload, max_rx_pdu_len, max_tx_pdu_len; in icl_cxgbei_conn_handoff() local
1151 max_rx_pdu_len = ISCSI_BHS_SIZE + ic->ic_max_recv_data_segment_length; in icl_cxgbei_conn_handoff()
1154 max_rx_pdu_len += ISCSI_HEADER_DIGEST_SIZE; in icl_cxgbei_conn_handoff()
1158 max_rx_pdu_len += ISCSI_DATA_DIGEST_SIZE; in icl_cxgbei_conn_handoff()
1222 error = icl_cxgbei_setsockopt(ic, so, max_tx_pdu_len, max_rx_pdu_len); in icl_cxgbei_conn_handoff()