Searched refs:rx_fh (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/libfc/
H A Dfc_exch.c985 struct fc_frame_header *rx_fh; local
1010 rx_fh = fc_frame_header_get(rx_fp);
1011 f_ctl = ntoh24(rx_fh->fh_f_ctl);
1020 fh->fh_seq_id = rx_fh->fh_seq_id;
1021 fh->fh_seq_cnt = rx_fh->fh_seq_cnt;
1047 struct fc_frame_header *rx_fh; local
1058 rx_fh = fc_frame_header_get(rx_fp);
1069 memcpy(fh->fh_s_id, rx_fh->fh_d_id, 3);
1070 memcpy(fh->fh_d_id, rx_fh->fh_s_id, 3);
1071 fh->fh_ox_id = rx_fh
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_exch.c985 struct fc_frame_header *rx_fh; local
1010 rx_fh = fc_frame_header_get(rx_fp);
1011 f_ctl = ntoh24(rx_fh->fh_f_ctl);
1020 fh->fh_seq_id = rx_fh->fh_seq_id;
1021 fh->fh_seq_cnt = rx_fh->fh_seq_cnt;
1047 struct fc_frame_header *rx_fh; local
1058 rx_fh = fc_frame_header_get(rx_fp);
1069 memcpy(fh->fh_s_id, rx_fh->fh_d_id, 3);
1070 memcpy(fh->fh_d_id, rx_fh->fh_s_id, 3);
1071 fh->fh_ox_id = rx_fh
[all...]

Completed in 90 milliseconds