Home
last modified time | relevance | path

Searched refs:port_event (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H A Docrdma_main.c345 struct ib_event port_event; in ocrdma_dispatch_port_active() local
347 port_event.event = IB_EVENT_PORT_ACTIVE; in ocrdma_dispatch_port_active()
348 port_event.element.port_num = 1; in ocrdma_dispatch_port_active()
349 port_event.device = &dev->ibdev; in ocrdma_dispatch_port_active()
350 ib_dispatch_event(&port_event); in ocrdma_dispatch_port_active()
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H A Dsas_event.c135 enum port_event event, in __sas_notify_port_event()
152 int sas_notify_port_event_gfp(struct asd_sas_phy *phy, enum port_event event, in sas_notify_port_event_gfp()
165 int sas_notify_port_event(struct asd_sas_phy *phy, enum port_event event) in sas_notify_port_event()
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H A Docrdma_main.c389 struct ib_event port_event; in ocrdma_dispatch_port_active() local
391 port_event.event = IB_EVENT_PORT_ACTIVE; in ocrdma_dispatch_port_active()
392 port_event.element.port_num = 1; in ocrdma_dispatch_port_active()
393 port_event.device = &dev->ibdev; in ocrdma_dispatch_port_active()
394 ib_dispatch_event(&port_event); in ocrdma_dispatch_port_active()
/kernel/linux/linux-5.10/include/scsi/
H A Dlibsas.h46 enum port_event { enum
711 int sas_notify_port_event(struct asd_sas_phy *phy, enum port_event event);
713 int sas_notify_port_event_gfp(struct asd_sas_phy *phy, enum port_event event,
/kernel/linux/linux-6.6/include/scsi/
H A Dlibsas.h36 enum port_event { enum
741 void sas_notify_port_event(struct asd_sas_phy *phy, enum port_event event,
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H A Dsas_event.c164 void sas_notify_port_event(struct asd_sas_phy *phy, enum port_event event, in sas_notify_port_event()
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.c1171 /* Make sure a warm-reset request is handled by port_event */ in hub_activate()
5630 static void port_event(struct usb_hub *hub, int port1)
5809 * the duration of the port_event(). However, in hub_event()
5812 * an abbreviated port_event(), and move on. in hub_event()
5817 port_event(hub, i); in hub_event()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhub.c1178 /* Make sure a warm-reset request is handled by port_event */ in hub_activate()
5647 static void port_event(struct usb_hub *hub, int port1)
5842 * the duration of the port_event(). However, in hub_event()
5845 * an abbreviated port_event(), and move on. in hub_event()
5850 port_event(hub, i); in hub_event()

Completed in 36 milliseconds