Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/libfc/
Dfc_fcp.c1010 struct fc_frame *conf_frame; in fc_fcp_complete_locked() local
1014 conf_frame = fc_fcp_frame_alloc(fsp->lp, 0); in fc_fcp_complete_locked()
1015 if (conf_frame) { in fc_fcp_complete_locked()
1019 fc_fill_fc_hdr(conf_frame, FC_RCTL_DD_SOL_CTL, in fc_fcp_complete_locked()
1022 fc_seq_send(lport, csp, conf_frame); in fc_fcp_complete_locked()