Searched refs:phy_event (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | libsas.h | 55 enum phy_event { enum 712 int sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event); 715 int sas_notify_phy_event_gfp(struct asd_sas_phy *phy, enum phy_event event,
|
/kernel/linux/linux-6.6/drivers/scsi/mvsas/ |
H A D | mv_sas.c | 1717 if (phy->phy_event & PHY_PLUG_OUT) { in mvs_work_queue() 1721 phy->phy_event &= ~PHY_PLUG_OUT; in mvs_work_queue() 1737 phy->phy_event &= ~EXP_BRCT_CHG; in mvs_work_queue() 1805 if (!(phy->phy_event & PHY_PLUG_OUT)) { in mvs_int_port() 1809 phy->phy_event |= PHY_PLUG_OUT; in mvs_int_port() 1858 if (phy->phy_event & PHY_PLUG_OUT) { in mvs_int_port() 1860 phy->phy_event &= ~PHY_PLUG_OUT; in mvs_int_port()
|
H A D | mv_sas.h | 221 u32 phy_event; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | libsas.h | 45 enum phy_event { enum 743 void sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event,
|
/kernel/linux/linux-6.6/drivers/scsi/libsas/ |
H A D | sas_event.c | 191 void sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event, in sas_notify_phy_event()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/mpi/ |
H A D | mpi30_cnfg.h | 1872 struct mpi3_sas_phy2_phy_event phy_event[MPI3_SAS_PHY2_PHY_EVENT_MAX]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 11048 int phy_event; in tg3_timer() local 11052 phy_event = 0; in tg3_timer() 11055 phy_event = 1; in tg3_timer() 11057 phy_event = 1; in tg3_timer() 11059 if (phy_event) in tg3_timer()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 11032 int phy_event; in tg3_timer() local 11036 phy_event = 0; in tg3_timer() 11039 phy_event = 1; in tg3_timer() 11041 phy_event = 1; in tg3_timer() 11043 if (phy_event) in tg3_timer()
|
Completed in 56 milliseconds