Searched refs:stp_req (Results 1 – 2 of 2) sorted by relevance
572 struct isci_stp_request *stp_req = &ireq->stp.req; in sci_stp_pio_request_construct() local576 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()1252 static struct scu_sgl_element *pio_sgl_next(struct isci_stp_request *stp_req) in pio_sgl_next() argument1256 struct isci_request *ireq = to_ireq(stp_req); in pio_sgl_next()1257 struct isci_stp_pio_sgl *pio_sgl = &stp_req->sgl; in pio_sgl_next()1319 struct isci_stp_request *stp_req = &ireq->stp.req; in sci_stp_request_pio_data_out_trasmit_data_frame() local[all …]
150 static inline struct isci_request *to_ireq(struct isci_stp_request *stp_req) in to_ireq() argument154 ireq = container_of(stp_req, typeof(*ireq), stp.req); in to_ireq()