Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libfc/
Dfc_fcp.c1005 struct fc_frame *conf_frame; in fc_fcp_complete_locked() local
1009 conf_frame = fc_fcp_frame_alloc(fsp->lp, 0); in fc_fcp_complete_locked()
1010 if (conf_frame) { in fc_fcp_complete_locked()
1014 fc_fill_fc_hdr(conf_frame, FC_RCTL_DD_SOL_CTL, in fc_fcp_complete_locked()
1017 fc_seq_send(lport, csp, conf_frame); in fc_fcp_complete_locked()