Searched refs:ox_id (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/net/fc/ |
D | iph5526.c | 145 …_int r_ctl, u_int d_id, u_int type, u_char seq_id, u_char df_ctl, u_short ox_id, u_short rx_id, ch… 149 …i, u_char seq_id, u_int d_id, u_int len, u_int cntl, u_short mtu, u_short ox_id, u_short rx_id, in… 178 …u_int r_ctl, u_int type, u_int d_id, u_int mtu, int int_required, u_short ox_id, u_int frame_class… 179 …struct fc_info *fi, char *data, u_int len, u_int mtu, u_int d_id, u_short ox_id, u_short rx_id, u_… 222 static int abort_exchange(struct fc_info *fi, u_short ox_id); 223 static void flush_tachyon_cache(struct fc_info *fi, u_short ox_id); 1149 u_short ox_id, rx_id, x_id, mtu = 512; 1163 ox_id = ntohl(*(buff_addr + 6)) >> 16; 1165 x_id = ox_id & MAX_SCSI_XID; 1190 build_ODB(fi, fi->g.seq_id, s_id, burst_len, 0, mtu, ox_id, rx_id, 0, 0, frame_class << 16); [all …]
|
D | tach_structs.h | 68 u_short ox_id; member 240 u_short ox_id; /* OX_ID used for IP and ELS frames */ member 353 u_short ox_id; member
|
/linux-2.4.37.9/drivers/fc4/ |
D | fc.h | 102 u16 ox_id, rx_id; member 110 #define FILL_FCHDR_OXRX(fch, ox_id, rx_id) *((u32 *)(fch)+4) = ((ox_id) << 16) | (rx_id); argument
|
/linux-2.4.37.9/drivers/scsi/ |
D | cpqfcTSworker.c | 1353 u32 ox_id = (fchs->ox_rx_id >> 16); in ProcessELS_Reply() local 1362 printk(" *Discarding ACC/RJT frame, xID %04X/%04X* ", ox_id, fchs->ox_rx_id & 0xffff); in ProcessELS_Reply() 1370 switch (Exchanges->fcExchange[ox_id].type) { in ProcessELS_Reply() 1382 switch (Exchanges->fcExchange[ox_id].type) { in ProcessELS_Reply() 1588 printk(" *Discarding unknown ACC frame, xID %04X/%04X* ", ox_id, fchs->ox_rx_id & 0xffff); in ProcessELS_Reply() 1612 u32 ox_id = (fchs->ox_rx_id >> 16); in ProcessFCS_Reply() local 1621 printk(" *Discarding Reply frame, xID %04X/%04X* ", ox_id, fchs->ox_rx_id & 0xffff); in ProcessFCS_Reply()
|
D | cpqfcTSstructs.h | 1150 __u16 ox_id; member
|