Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/cxgbi/
Dlibcxgbi.h526 #define MAX_PDU_FRAGS ((ULP2_MAX_PDU_PAYLOAD + 512 - 1) / 512) macro
529 struct page_frag frags[MAX_PDU_FRAGS];
Dlibcxgbi.c1994 tdata->frags, MAX_PDU_FRAGS); in cxgbi_conn_init_pdu()