Home
last modified time | relevance | path

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

/src/sys/dev/smartpqi/
H A Dsmartpqi_request.c1896 rcb_t *rcb, rcb_t const *rcb_to_manage, int tmf_type) in pqisrc_send_aio_tmf() argument
1913 tmf_req.tmf = tmf_type; in pqisrc_send_aio_tmf()
1926 if (tmf_type == SOP_TASK_MANAGEMENT_FUNCTION_ABORT_TASK) { in pqisrc_send_aio_tmf()
1934 if (tmf_type == SOP_TASK_MANAGEMENT_FUNCTION_ABORT_TASK && is_write) in pqisrc_send_aio_tmf()
1956 DBG_ERR("Task Management tmf_type : %d timeout\n", tmf_type); in pqisrc_send_aio_tmf()
1962 "stat:0x%x\n", tmf_type, rcb->status); in pqisrc_send_aio_tmf()
1973 rcb_t *rcb, rcb_t const *rcb_to_manage, int tmf_type) in pqisrc_send_raid_tmf() argument
1990 tmf_req.tmf = tmf_type; in pqisrc_send_raid_tmf()
1994 if (tmf_type == SOP_TASK_MANAGEMENT_FUNCTION_ABORT_TASK) { in pqisrc_send_raid_tmf()
2000 tmf_type == SOP_TASK_MANAGEMENT_LUN_RESET) { in pqisrc_send_raid_tmf()
[all …]