Lines Matching defs:rrq
226 * Release a reference to the rrq request if we timed out as the
227 * rrq completion handler is called directly from the timeout handler
240 struct fc_els_rrq rrq;
298 memset(&rrq, 0, sizeof(rrq));
310 rrq.rrq_cmd = ELS_RRQ;
311 hton24(rrq.rrq_s_id, sid);
312 rrq.rrq_ox_id = htons(aborted_io_req->xid);
313 rrq.rrq_rx_id =
316 rc = qedf_initiate_els(fcport, ELS_RRQ, &rrq, sizeof(rrq),