Home
last modified time | relevance | path

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

/linux-4.19.296/include/scsi/
Dfc_encode.h110 size_t ct_plen; in fc_ct_hdr_fill() local
112 ct_plen = sizeof(struct fc_ct_hdr) + req_size; in fc_ct_hdr_fill()
113 ct = fc_frame_payload_get(fp, ct_plen); in fc_ct_hdr_fill()
114 memset(ct, 0, ct_plen); in fc_ct_hdr_fill()