Searched refs:tmf_work (Results 1 – 2 of 2) sorted by relevance
192 struct work_struct tmf_work; member
151 container_of(work, struct qedi_cmd, tmf_work); in qedi_tmf_resp_work()244 INIT_WORK(&qedi_cmd->tmf_work, qedi_tmf_resp_work); in qedi_process_tmf_resp()245 queue_work(qedi->tmf_thread, &qedi_cmd->tmf_work); in qedi_process_tmf_resp()1317 container_of(work, struct qedi_cmd, tmf_work); in qedi_abort_work()1520 INIT_WORK(&qedi_cmd->tmf_work, qedi_abort_work); in qedi_send_iscsi_tmf()1521 queue_work(qedi->tmf_thread, &qedi_cmd->tmf_work); in qedi_send_iscsi_tmf()
Completed in 8 milliseconds