Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_ct.c1518 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1536 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1554 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1571 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1588 if ((size + 8) > (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1615 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1633 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1651 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1669 (LPFC_BPL_SIZE - LPFC_CT_PREAMBLE)) in lpfc_fdmi_cmd()
1690 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