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()
1114 port->ip_hooks = &hooks_array[port_number]; in ioc4_attach_local()
1202 struct hooks *hooks = port->ip_hooks; in enable_intrs()
1408 struct hooks *hooks = port->ip_hooks; in do_write()
1488 struct hooks *hooks = port->ip_hooks; in disable_intrs()
1509 struct hooks *hooks = port->ip_hooks; in set_notification()
1602 struct hooks *hooks = port->ip_hooks; in ioc4_set_proto()
1838 struct hooks *hooks = port->ip_hooks; in handle_intr()
2080 hooks = port->ip_hooks; in do_read()
2517 enable_intrs(port, port->ip_hooks->intr_tx_mt); in ic4_start_tx()