Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/mtip32xx/
Dmtip32xx.c631 if (cmd->comp_data && cmd->comp_func) { in mtip_handle_tfe()
632 cmd->comp_func(port, MTIP_TAG_INTERNAL, in mtip_handle_tfe()
661 if (likely(cmd->comp_func)) { in mtip_handle_tfe()
664 cmd->comp_func(port, tag, cmd, 0); in mtip_handle_tfe()
743 if (cmd->comp_func) { in mtip_handle_tfe()
744 cmd->comp_func(port, tag, in mtip_handle_tfe()
769 if (cmd->comp_func) in mtip_handle_tfe()
770 cmd->comp_func(port, tag, cmd, PORT_IRQ_TF_ERR); in mtip_handle_tfe()
812 if (likely(command->comp_func)) in mtip_workq_sdbfx()
813 command->comp_func(port, tag, command, 0); in mtip_workq_sdbfx()
[all …]
Dmtip32xx.h335 void (*comp_func)(struct mtip_port *port, member