Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/scsi/fc/
H A Dfc_els.h265 #define FC_TLV_DESC_HDR_SZ sizeof(struct fc_tlv_desc) macro
272 (sizeof(desc) - FC_TLV_DESC_HDR_SZ)
276 (__be32_to_cpu((tlv)->desc_len) + FC_TLV_DESC_HDR_SZ)
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_els.c8433 while (bytes_remain >= FC_TLV_DESC_HDR_SZ && in lpfc_els_rcv_fpin()