Lines Matching refs:ip_hooks
478 struct hooks *ip_hooks; member
830 struct hooks *hooks = port->ip_hooks; in port_init()
877 if (port->ip_hooks == &hooks_array[0] in port_init()
878 || port->ip_hooks == &hooks_array[2]) { in port_init()
883 if (port->ip_hooks == &hooks_array[0]) { in port_init()
924 struct hooks *hooks = port->ip_hooks; in handle_dma_error_intr()
1113 port->ip_hooks = &hooks_array[port_number]; in ioc4_attach_local()
1201 struct hooks *hooks = port->ip_hooks; in enable_intrs()
1407 struct hooks *hooks = port->ip_hooks; in do_write()
1487 struct hooks *hooks = port->ip_hooks; in disable_intrs()
1508 struct hooks *hooks = port->ip_hooks; in set_notification()
1601 struct hooks *hooks = port->ip_hooks; in ioc4_set_proto()
1837 struct hooks *hooks = port->ip_hooks; in handle_intr()
2079 hooks = port->ip_hooks; in do_read()
2516 enable_intrs(port, port->ip_hooks->intr_tx_mt); in ic4_start_tx()