Searched refs:sas_phy_data (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_init.c | 446 struct sas_phy_data *d = container_of(work, typeof(*d), reset_work.work); in phy_reset_work() 453 struct sas_phy_data *d = container_of(work, typeof(*d), enable_work.work); in phy_enable_work() 460 struct sas_phy_data *d = kzalloc(sizeof(*d), GFP_KERNEL); in sas_phy_setup() 478 struct sas_phy_data *d = phy->hostdata; in queue_phy_reset() 505 struct sas_phy_data *d = phy->hostdata; in queue_phy_enable()
|
H A D | sas_internal.h | 29 struct sas_phy_data { struct
|
/kernel/linux/linux-6.6/drivers/scsi/libsas/ |
H A D | sas_init.c | 493 struct sas_phy_data *d = container_of(work, typeof(*d), reset_work.work); in phy_reset_work() 500 struct sas_phy_data *d = container_of(work, typeof(*d), enable_work.work); in phy_enable_work() 507 struct sas_phy_data *d = kzalloc(sizeof(*d), GFP_KERNEL); in sas_phy_setup() 525 struct sas_phy_data *d = phy->hostdata; in queue_phy_reset() 554 struct sas_phy_data *d = phy->hostdata; in queue_phy_enable()
|
H A D | sas_internal.h | 30 struct sas_phy_data { struct
|
Completed in 3 milliseconds