Home
last modified time | relevance | path

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

/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.c1924 u32 max_pdu_size, max_num_pdu, num_pdu; in cxgbi_conn_alloc_pdu() local
1961 max_num_pdu = max_iso_data / max_pdu_size; in cxgbi_conn_alloc_pdu()
1967 if (num_pdu > max_num_pdu) in cxgbi_conn_alloc_pdu()
1968 num_pdu = max_num_pdu; in cxgbi_conn_alloc_pdu()
1978 max_pdu_size, max_num_pdu, in cxgbi_conn_alloc_pdu()