Searched refs:free_mcmd (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.c2368 bool free_mcmd = true; local
2385 ha->tgt.tgt_ops->free_mcmd(mcmd);
2409 free_mcmd = false;
2415 * Make the callback for ->free_mcmd() to queue_work() and invoke
2422 if (free_mcmd)
2423 ha->tgt.tgt_ops->free_mcmd(mcmd);
5839 ha->tgt.tgt_ops->free_mcmd(mcmd);
5850 ha->tgt.tgt_ops->free_mcmd(mcmd);
5853 ha->tgt.tgt_ops->free_mcmd(mcmd);
H A Dqla_target.h691 void (*free_mcmd)(struct qla_tgt_mgmt_cmd *); member in struct:qla_tgt_func_tmpl
H A Dtcm_qla2xxx.c243 * Called from qla_target_template->free_mcmd(), and will call
1529 .free_mcmd = tcm_qla2xxx_free_mcmd,

Completed in 405 milliseconds