Searched refs:df_ctl (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/fc4/ |
D | fc.h | 101 u32 seq_id:8, df_ctl:8, seq_cnt:16; member 109 #define FILL_FCHDR_SEQ_DF_SEQ(fch, seq_id, df_ctl, seq_cnt) *((u32 *)(fch)+3) = ((seq_id) << 24) | … argument
|
/linux-2.4.37.9/drivers/net/fc/ |
D | iph5526.c | 145 … u_int my_id, u_int r_ctl, u_int d_id, u_int type, u_char seq_id, u_char df_ctl, u_short ox_id, u_… 2701 … u_int my_id, u_int r_ctl, u_int d_id, u_int type, u_char seq_id, u_char df_ctl, u_short ox_id, u_… 2723 fi->g.tach_header.df_cntl = df_ctl; 3179 u_char df_ctl; 3224 df_ctl = 0x20; 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… 3232 df_ctl = 0; 3236 build_tachyon_header(fi, my_id, r_ctl, d_id, type, fi->g.seq_id, df_ctl, tx_ox_id, rx_id, NULL); 4296 u_char df_ctl = 0; 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…
|