Home
last modified time | relevance | path

Searched refs:spi_pending (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptspi.c702 hd->spi_pending |= (1 << sdev->id); in mptspi_dv_device()
704 hd->spi_pending &= ~(1 << sdev->id); in mptspi_dv_device()
1269 if (hd->spi_pending) { in mptspi_dv_renegotiate_work()
1271 if (hd->spi_pending & (1 << sdev->id)) in mptspi_dv_renegotiate_work()
1514 hd->spi_pending = 0; in mptspi_probe()
H A Dmptbase.h590 u16 spi_pending; member
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptspi.c702 hd->spi_pending |= (1 << sdev->id); in mptspi_dv_device()
704 hd->spi_pending &= ~(1 << sdev->id); in mptspi_dv_device()
1269 if (hd->spi_pending) { in mptspi_dv_renegotiate_work()
1271 if (hd->spi_pending & (1 << sdev->id)) in mptspi_dv_renegotiate_work()
1514 hd->spi_pending = 0; in mptspi_probe()
H A Dmptbase.h590 u16 spi_pending; member

Completed in 9 milliseconds