Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/smartpqi/
H A Dsmartpqi_request.c828 tmf_req.tmf = tmf_type; in pqisrc_send_aio_tmf()
832 if (tmf_type == SOP_TASK_MANAGEMENT_FUNCTION_ABORT_TASK) { in pqisrc_send_aio_tmf()
858 DBG_ERR("Task Management tmf_type : %d timeout\n", tmf_type); in pqisrc_send_aio_tmf()
864 "stat:0x%x\n", tmf_type, rcb->status); in pqisrc_send_aio_tmf()
890 tmf_req.tmf = tmf_type; in pqisrc_send_raid_tmf()
894 if (tmf_type == SOP_TASK_MANAGEMENT_FUNCTION_ABORT_TASK) { in pqisrc_send_raid_tmf()
900 tmf_type == SOP_TASK_MANAGEMENT_LUN_RESET) { in pqisrc_send_raid_tmf()
922 DBG_ERR("Task Management tmf_type : %d timeout\n", tmf_type); in pqisrc_send_raid_tmf()
928 "stat:0x%x\n", tmf_type, rcb->status); in pqisrc_send_raid_tmf()
946 if (tmf_type == SOP_TASK_MANAGEMENT_FUNCTION_ABORT_TASK) { in pqisrc_send_tmf()
[all …]