Lines Matching refs:tm_flags
388 io_req->tm_flags = 0;
562 fcp_cmnd->fc_tm_flags = io_req->tm_flags;
2253 if (io_req->tm_flags == FCP_TMF_LUN_RESET ||
2254 io_req->tm_flags == FCP_TMF_TGT_RESET) {
2291 uint8_t tm_flags)
2324 if (tm_flags == FCP_TMF_LUN_RESET)
2326 else if (tm_flags == FCP_TMF_TGT_RESET)
2340 io_req->tm_flags = tm_flags;
2397 if (tm_flags == FCP_TMF_LUN_RESET)
2413 int qedf_initiate_tmf(struct scsi_cmnd *sc_cmd, u8 tm_flags)
2427 "tm_flags 0x%x sc_cmd %p op = 0x%02x target_id = 0x%x lun=%d\n",
2428 tm_flags, sc_cmd, sc_cmd->cmd_len ? sc_cmd->cmnd[0] : 0xff,
2436 QEDF_ERR(NULL, "portid=%06x tm_flags =%s\n", rdata->ids.port_id,
2437 (tm_flags == FCP_TMF_TGT_RESET) ? "TARGET RESET" :
2503 rc = qedf_execute_tmf(fcport, sc_cmd, tm_flags);