Searched refs:port_event (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_main.c | 389 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/drivers/scsi/libsas/ |
D | sas_event.c | 135 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/include/scsi/ |
D | libsas.h | 46 enum port_event { enum 705 int sas_notify_port_event(struct asd_sas_phy *phy, enum port_event event); 707 int sas_notify_port_event_gfp(struct asd_sas_phy *phy, enum port_event event,
|
/kernel/linux/linux-5.10/Documentation/scsi/ |
D | libsas.rst | 192 void sas_notify_port_event(struct sas_phy *, enum port_event); 194 void sas_notify_port_event_gfp(struct sas_phy *, enum port_event, gfp_t);
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
D | hub.c | 5465 static void port_event(struct usb_hub *hub, int port1) in port_event() function 5652 port_event(hub, i); in hub_event()
|