Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qedf/
H A Dqedf.h526 extern int qedf_initiate_tmf(struct scsi_cmnd *sc_cmd, u8 tm_flags);
H A Dqedf_main.c871 return qedf_initiate_tmf(sc_cmd, FCP_TMF_TGT_RESET); in qedf_eh_target_reset()
879 return qedf_initiate_tmf(sc_cmd, FCP_TMF_LUN_RESET); in qedf_eh_device_reset()
H A Dqedf_io.c2413 int qedf_initiate_tmf(struct scsi_cmnd *sc_cmd, u8 tm_flags) in qedf_initiate_tmf() function