Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_ct.c1517 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1535 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1553 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1570 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1587 if ((size + 8) > (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1614 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1632 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1650 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1668 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1689 if ((size + 4) > (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
[all …]
Dlpfc_hw.h110 #define LPFC_CT_PREAMBLE 20 /* Size of CTReq + 4 up to here */ macro