Lines Matching refs:tm_flags
393 io_req->tm_flags = 0;
567 fcp_cmnd->fc_tm_flags = io_req->tm_flags;
2273 if (io_req->tm_flags == FCP_TMF_LUN_RESET ||
2274 io_req->tm_flags == FCP_TMF_TGT_RESET) {
2311 uint8_t tm_flags)
2344 if (tm_flags == FCP_TMF_LUN_RESET)
2346 else if (tm_flags == FCP_TMF_TGT_RESET)
2360 io_req->tm_flags = tm_flags;
2417 if (tm_flags == FCP_TMF_LUN_RESET)
2433 int qedf_initiate_tmf(struct scsi_cmnd *sc_cmd, u8 tm_flags)
2447 "tm_flags 0x%x sc_cmd %p op = 0x%02x target_id = 0x%x lun=%d\n",
2448 tm_flags, sc_cmd, sc_cmd->cmd_len ? sc_cmd->cmnd[0] : 0xff,
2456 QEDF_ERR(NULL, "portid=%06x tm_flags =%s\n", rdata->ids.port_id,
2457 (tm_flags == FCP_TMF_TGT_RESET) ? "TARGET RESET" :
2523 rc = qedf_execute_tmf(fcport, sc_cmd, tm_flags);