Lines Matching refs:seq_id

145 …ct fc_info *fi, u_int my_id, u_int r_ctl, u_int d_id, u_int type, u_char seq_id, u_char df_ctl, u_…
149 static void build_ODB(struct fc_info *fi, u_char seq_id, u_int d_id, u_int len, u_int cntl, u_short…
179 …, u_int len, u_int mtu, u_int d_id, u_short ox_id, u_short rx_id, u_char seq_id, int NW_flag, int …
1190 build_ODB(fi, fi->g.seq_id, s_id, burst_len, 0, mtu, ox_id, rx_id, 0, 0, frame_class << 16);
1195 *(tach_header + 5) = htonl(fi->g.seq_id << 24);
1244 if (fi->g.seq_id == MAX_SEQ_ID)
1245 fi->g.seq_id = 0;
1247 fi->g.seq_id++;
1956 fi->g.seq_id = 0x00;
2701 …ct fc_info *fi, u_int my_id, u_int r_ctl, u_int d_id, u_int type, u_char seq_id, u_char df_ctl, u_…
2722 fi->g.tach_header.seq_id = seq_id;
2755 static void build_ODB(struct fc_info *fi, u_char seq_id, u_int d_id, u_int len, u_int cntl, u_short…
2757 fi->g.odb.seq_d_id = htonl(seq_id << 24 | d_id);
3229 …build_tachyon_header(fi, my_id, r_ctl, d_id, type, fi->g.seq_id, df_ctl, tx_ox_id, rx_id, data - 2…
3236 build_tachyon_header(fi, my_id, r_ctl, d_id, type, fi->g.seq_id, df_ctl, tx_ox_id, rx_id, NULL);
3250 …return_value = tx_sequence(fi, data, len, mtu, d_id, tx_ox_id, rx_id, fi->g.seq_id, NW_flag, int_r…
3266 if (fi->g.seq_id == MAX_SEQ_ID)
3267 fi->g.seq_id = 0;
3269 fi->g.seq_id++;
3274 …, u_int len, u_int mtu, u_int d_id, u_short ox_id, u_short rx_id, u_char seq_id, int NW_flag, int …
3281 build_ODB(fi, seq_id, d_id, len, cntl, mtu, ox_id, rx_id, NW_flag, int_required, frame_class);
4291 fi->g.outb_sest_entry.seq_id = fi->g.seq_id;
4304 …build_tachyon_header(fi, fi->g.my_id, r_ctl, ni->d_id, type, fi->g.seq_id, df_ctl, fi->g.scsi_oxid…