Lines Matching refs:req_ring
838 if (!ch->target || !ch->req_ring) in srp_free_req_data()
842 req = &ch->req_ring[i]; in srp_free_req_data()
856 kfree(ch->req_ring); in srp_free_req_data()
857 ch->req_ring = NULL; in srp_free_req_data()
870 ch->req_ring = kcalloc(target->req_ring_size, sizeof(*ch->req_ring), in srp_alloc_req_data()
872 if (!ch->req_ring) in srp_alloc_req_data()
876 req = &ch->req_ring[i]; in srp_alloc_req_data()
1176 struct srp_request *req = &ch->req_ring[j]; in srp_terminate_io()
1221 struct srp_request *req = &ch->req_ring[j]; in srp_rport_reconnect()
2021 req = &ch->req_ring[idx]; in srp_queuecommand()
2523 struct srp_request *req = &ch->req_ring[i]; in srp_reset_device()