Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h498 uint64_t ts_cmd_wqput; member
H A Dlpfc_debugfs.c1311 !lpfc_cmd->ts_cmd_wqput || in lpfc_io_ktime()
1320 if (lpfc_cmd->ts_cmd_wqput < lpfc_cmd->ts_cmd_start) in lpfc_io_ktime()
1322 if (lpfc_cmd->ts_isr_cmpl < lpfc_cmd->ts_cmd_wqput) in lpfc_io_ktime()
1341 seg2 = (lpfc_cmd->ts_cmd_wqput - lpfc_cmd->ts_cmd_start); in lpfc_io_ktime()
1378 lpfc_cmd->ts_cmd_wqput = 0; in lpfc_io_ktime()
H A Dlpfc_nvme.c1772 lpfc_ncmd->ts_cmd_wqput = ktime_get_ns(); in lpfc_nvme_fcp_io_submit()
H A Dlpfc_scsi.c5405 lpfc_cmd->ts_cmd_wqput = ktime_get_ns(); in lpfc_queuecommand()