Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1027 int error, max_iso_pdus; in icl_cxgbei_conn_handoff() local
1116 max_iso_pdus = max_iso_payload / max_tx_pdu_len; in icl_cxgbei_conn_handoff()
1117 ic->ic_hw_isomax = max_iso_pdus * in icl_cxgbei_conn_handoff()
1120 max_iso_pdus = 1; in icl_cxgbei_conn_handoff()
1126 roundup(max_iso_pdus * max_tx_pdu_len, tp->t_maxseg)); in icl_cxgbei_conn_handoff()