Lines Matching refs:rrq
393 * tyring to complete this. But the rrq code will reuse the
395 * complete, so it can be reused by the timer to send the rrq.
2142 struct fc_els_rrq *rrq;
2148 fp = fc_frame_alloc(lport, sizeof(*rrq));
2152 rrq = fc_frame_payload_get(fp, sizeof(*rrq));
2153 memset(rrq, 0, sizeof(*rrq));
2154 rrq->rrq_cmd = ELS_RRQ;
2155 hton24(rrq->rrq_s_id, ep->sid);
2156 rrq->rrq_ox_id = htons(ep->oxid);
2157 rrq->rrq_rx_id = htons(ep->rxid);