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