Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/cxgbi/
Dlibcxgbi.h591 #define MAX_PDU_FRAGS ((ULP2_MAX_PDU_PAYLOAD + 512 - 1) / 512) macro
594 struct page_frag frags[MAX_PDU_FRAGS];
Dlibcxgbi.c2186 tdata->frags, MAX_PDU_FRAGS); in cxgbi_conn_init_pdu()