Searched refs:phy_event (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/libsas/ |
| H A D | sas_event.c | 178 enum phy_event event, in __sas_notify_phy_event() 195 int sas_notify_phy_event_gfp(struct asd_sas_phy *phy, enum phy_event event, in sas_notify_phy_event_gfp() 208 int sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event) in sas_notify_phy_event()
|
| H A D | sas_internal.h | 81 int sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event); 82 int sas_notify_phy_event_gfp(struct asd_sas_phy *phy, enum phy_event event,
|
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | libsas.h | 55 enum phy_event { enum 706 int sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event); 709 int sas_notify_phy_event_gfp(struct asd_sas_phy *phy, enum phy_event event,
|
| /OK3568_Linux_fs/kernel/drivers/scsi/mvsas/ |
| H A D | mv_sas.c | 1887 if (phy->phy_event & PHY_PLUG_OUT) { in mvs_work_queue() 1891 phy->phy_event &= ~PHY_PLUG_OUT; in mvs_work_queue() 1907 phy->phy_event &= ~EXP_BRCT_CHG; in mvs_work_queue() 1975 if (!(phy->phy_event & PHY_PLUG_OUT)) { in mvs_int_port() 1979 phy->phy_event |= PHY_PLUG_OUT; in mvs_int_port() 2028 if (phy->phy_event & PHY_PLUG_OUT) { in mvs_int_port() 2030 phy->phy_event &= ~PHY_PLUG_OUT; in mvs_int_port()
|
| H A D | mv_sas.h | 221 u32 phy_event; member
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | libsas.rst | 193 void sas_notify_phy_event(struct sas_phy *, enum phy_event); 195 void sas_notify_phy_event_gfp(struct sas_phy *, enum phy_event, gfp_t);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 11030 int phy_event; in tg3_timer() local 11034 phy_event = 0; in tg3_timer() 11037 phy_event = 1; in tg3_timer() 11039 phy_event = 1; in tg3_timer() 11041 if (phy_event) in tg3_timer()
|