Home
last modified time | relevance | path

Searched refs:stp_req (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/isci/
Drequest.c577 struct isci_stp_request *stp_req = &ireq->stp.req; in sci_stp_pio_request_construct() local
581 stp_req->status = 0; in sci_stp_pio_request_construct()
582 stp_req->sgl.offset = 0; in sci_stp_pio_request_construct()
583 stp_req->sgl.set = SCU_SGL_ELEMENT_PAIR_A; in sci_stp_pio_request_construct()
587 stp_req->sgl.index = 0; in sci_stp_pio_request_construct()
590 stp_req->sgl.index = -1; in sci_stp_pio_request_construct()
1259 static struct scu_sgl_element *pio_sgl_next(struct isci_stp_request *stp_req) in pio_sgl_next() argument
1263 struct isci_request *ireq = to_ireq(stp_req); in pio_sgl_next()
1264 struct isci_stp_pio_sgl *pio_sgl = &stp_req->sgl; in pio_sgl_next()
1326 struct isci_stp_request *stp_req = &ireq->stp.req; in sci_stp_request_pio_data_out_trasmit_data_frame() local
[all …]
Drequest.h150 static inline struct isci_request *to_ireq(struct isci_stp_request *stp_req) in to_ireq() argument
154 ireq = container_of(stp_req, typeof(*ireq), stp.req); in to_ireq()