Home
last modified time | relevance | path

Searched refs:bio_multiple_segments (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c1944 if (bio_multiple_segments(req->bio)) { in _transport_smp_handler()
1976 if (bio_multiple_segments(rsp->bio)) { in _transport_smp_handler()
2043 if (bio_multiple_segments(req->bio)) { in _transport_smp_handler()
2059 if (bio_multiple_segments(rsp->bio)) { in _transport_smp_handler()
2104 if (bio_multiple_segments(rsp->bio)) { in _transport_smp_handler()
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c1927 if (bio_multiple_segments(req->bio)) { in _transport_smp_handler()
1959 if (bio_multiple_segments(rsp->bio)) { in _transport_smp_handler()
2020 if (bio_multiple_segments(req->bio)) in _transport_smp_handler()
2065 if (bio_multiple_segments(rsp->bio)) { in _transport_smp_handler()
/linux-4.1.27/include/linux/
Dbio.h97 #define bio_multiple_segments(bio) \ macro
/linux-4.1.27/drivers/scsi/libsas/
Dsas_expander.c2166 if (bio_multiple_segments(req->bio) || in sas_smp_handler()
2167 bio_multiple_segments(rsp->bio)) { in sas_smp_handler()
/linux-4.1.27/drivers/message/fusion/
Dmptsas.c2235 if (bio_multiple_segments(req->bio) || in mptsas_smp_handler()
2236 bio_multiple_segments(rsp->bio)) { in mptsas_smp_handler()