Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libfc/
Dfc_encode.h70 size_t ct_plen; in fc_ct_hdr_fill() local
72 ct_plen = sizeof(struct fc_ct_hdr) + req_size; in fc_ct_hdr_fill()
73 ct = fc_frame_payload_get(fp, ct_plen); in fc_ct_hdr_fill()
74 memset(ct, 0, ct_plen); in fc_ct_hdr_fill()