Searched refs:rx_fh (Results 1 – 1 of 1) sorted by relevance
1278 struct fc_frame_header *rx_fh; in fc_seq_send_ack() local1305 rx_fh = fc_frame_header_get(rx_fp); in fc_seq_send_ack()1306 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_seq_send_ack()1315 fh->fh_seq_id = rx_fh->fh_seq_id; in fc_seq_send_ack()1316 fh->fh_seq_cnt = rx_fh->fh_seq_cnt; in fc_seq_send_ack()1342 struct fc_frame_header *rx_fh; in fc_exch_send_ba_rjt() local1358 rx_fh = fc_frame_header_get(rx_fp); in fc_exch_send_ba_rjt()1369 memcpy(fh->fh_s_id, rx_fh->fh_d_id, 3); in fc_exch_send_ba_rjt()1370 memcpy(fh->fh_d_id, rx_fh->fh_s_id, 3); in fc_exch_send_ba_rjt()1371 fh->fh_ox_id = rx_fh->fh_ox_id; in fc_exch_send_ba_rjt()[all …]