Searched refs:max_tx_pdu_len (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.h109 u_int max_tx_pdu_len; member in struct:cxgbei_data
H A Dicl_cxgbei.c683 ic->ic_max_data_segment_length = ci->max_tx_pdu_len -
701 send_iscsi_flowc_wr(icc->sc, toep, ci->max_tx_pdu_len);
708 error = icl_cxgbei_setsockopt(ic, so, ci->max_tx_pdu_len,
1035 max_dsl = ci->max_tx_pdu_len - ISCSI_BHS_SIZE -
H A Dcxgbei.c144 read_pdu_limits(struct adapter *sc, uint32_t *max_tx_pdu_len, argument
164 *max_tx_pdu_len = rounddown2(tx_len, 512);
189 read_pdu_limits(sc, &ci->max_tx_pdu_len, &ci->max_rx_pdu_len);

Completed in 78 milliseconds