Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/isci/
Drequest.c572 struct isci_stp_request *stp_req = &ireq->stp.req; in sci_stp_pio_request_construct() local
576 stp_req->status = 0; in sci_stp_pio_request_construct()
577 stp_req->sgl.offset = 0; in sci_stp_pio_request_construct()
578 stp_req->sgl.set = SCU_SGL_ELEMENT_PAIR_A; in sci_stp_pio_request_construct()
582 stp_req->sgl.index = 0; in sci_stp_pio_request_construct()
585 stp_req->sgl.index = -1; in sci_stp_pio_request_construct()
1255 static struct scu_sgl_element *pio_sgl_next(struct isci_stp_request *stp_req) in pio_sgl_next() argument
1259 struct isci_request *ireq = to_ireq(stp_req); in pio_sgl_next()
1260 struct isci_stp_pio_sgl *pio_sgl = &stp_req->sgl; in pio_sgl_next()
1322 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()