Searched refs:comp_func (Results 1 – 2 of 2) sorted by relevance
/drivers/block/mtip32xx/ |
D | mtip32xx.c | 584 command->comp_func = NULL; in mtip_completion() 627 if (cmd->comp_data && cmd->comp_func) { in mtip_handle_tfe() 628 cmd->comp_func(port, MTIP_TAG_INTERNAL, in mtip_handle_tfe() 657 if (likely(cmd->comp_func)) { in mtip_handle_tfe() 660 cmd->comp_func(port, tag, cmd, 0); in mtip_handle_tfe() 739 if (cmd->comp_func) { in mtip_handle_tfe() 740 cmd->comp_func(port, tag, in mtip_handle_tfe() 765 if (cmd->comp_func) in mtip_handle_tfe() 766 cmd->comp_func(port, tag, cmd, PORT_IRQ_TF_ERR); in mtip_handle_tfe() 803 if (likely(command->comp_func)) in mtip_workq_sdbfx() [all …]
|
D | mtip32xx.h | 341 void (*comp_func)(struct mtip_port *port, member
|