Lines Matching defs:rrq
386 * tyring to complete this. But the rrq code will reuse the
388 * complete, so it can be reused by the timer to send the rrq.
2248 struct fc_els_rrq *rrq;
2254 fp = fc_frame_alloc(lport, sizeof(*rrq));
2258 rrq = fc_frame_payload_get(fp, sizeof(*rrq));
2259 memset(rrq, 0, sizeof(*rrq));
2260 rrq->rrq_cmd = ELS_RRQ;
2261 hton24(rrq->rrq_s_id, ep->sid);
2262 rrq->rrq_ox_id = htons(ep->oxid);
2263 rrq->rrq_rx_id = htons(ep->rxid);