Home
last modified time | relevance | path

Searched refs:port_event (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/ocrdma/
Docrdma_main.c390 struct ib_event port_event; in ocrdma_dispatch_port_active() local
392 port_event.event = IB_EVENT_PORT_ACTIVE; in ocrdma_dispatch_port_active()
393 port_event.element.port_num = 1; in ocrdma_dispatch_port_active()
394 port_event.device = &dev->ibdev; in ocrdma_dispatch_port_active()
395 ib_dispatch_event(&port_event); in ocrdma_dispatch_port_active()
/Linux-v4.19/drivers/scsi/libsas/
Dsas_dump.h27 void sas_dprint_porte(int phyid, enum port_event pe);
Dsas_dump.c43 void sas_dprint_porte(int phyid, enum port_event pe) in sas_dprint_porte()
Dsas_event.c151 static int sas_notify_port_event(struct asd_sas_phy *phy, enum port_event event) in sas_notify_port_event()
/Linux-v4.19/include/scsi/
Dlibsas.h63 enum port_event { enum
406 int (*notify_port_event)(struct asd_sas_phy *, enum port_event);
/Linux-v4.19/Documentation/scsi/
Dlibsas.txt157 void (*notify_port_event)(struct sas_phy *, enum port_event);
/Linux-v4.19/drivers/usb/core/
Dhub.c5150 static void port_event(struct usb_hub *hub, int port1) in port_event() function
5334 port_event(hub, i); in hub_event()