Searched refs:d_id (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/fc/
H A Diph5526.c145 static void build_tachyon_header(struct 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_short ox_id, u_short rx_id, char *data);
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 mtu, u_short ox_id, u_short rx_id, int NW_header, int int_required, u_int frame_class);
178 static int tx_exchange(struct fc_info *fi, char *data, u_int len, 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 static int tx_sequence(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_char seq_id, int NW_flag, int int_required, u_int frame_class);
188 static void tx_logi(struct fc_info *fi, u_int logi, u_int d_id);
189 static void tx_logi_acc(struct fc_info *fi, u_int logi, u_int d_id, u_short received_ox_id);
190 static void tx_prli(struct fc_info *fi, u_int command_code, u_int d_id, u_short received_ox_id);
191 static void tx_logo(struct fc_info *fi, u_int d_id, u_short received_ox_id);
192 static void tx_adisc(struct fc_info *fi, u_int cmnd_code, u_int d_id, u_short received_ox_id);
193 static void tx_ls_rjt(struct fc_info *fi, u_int d_id, u_shor
[all...]
H A Dtach_structs.h366 u_int d_id; /*real FC address, 3 bytes */ member in struct:fc_node_info
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dsamba_xfs_quota.h66 u_int32_t d_id; /* user, project, or group ID */ member in struct:fs_disk_quota
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DcpqfcTSworker.c549 Exchanges->fcExchange[ x_ID].fchs.d_id & 0xFFFFFF);
626 fchs.s_id = Exchanges->fcExchange[ x_ID].fchs.d_id;
759 fchs.s_id = Exchanges->fcExchange[ ExchangeID].fchs.d_id;
1886 (Exchanges->fcExchange[i].fchs.d_id & 0xFFFFFF))
2024 fcChip->Registers.my_al_pa = (fchs->d_id & 0xFFFFFF);
2185 if( ((fchs->d_id &0xF0000000) == 0) // R_CTL (upper nibble) 0x0?
2192 if( (fchs->d_id & 0xff000000L) == 0x03000000L) // (31:23 R_CTL)
2203 else if( fchs->d_id & 0x20000000 // R_CTL 0x2?
2216 if( (fchs->d_id & 0xff000000L) == 0x23000000L) // (31:23 R_CTL)
2230 else if( (fchs->d_id
[all...]
H A DcpqfcTSstructs.h247 ULONG d_id; // dword 2 - 31:24 R_CTL, 23:0 D_ID member in struct:__anon2272
260 ULONG d_id; // dword 2 - 31:24 R_CTL, 23:0 D_ID member in struct:__anon2273
275 ULONG d_id; // dword 2 - 31:24 R_CTL, 23:0 D_ID member in struct:__anon2274
289 ULONG d_id; // dword 2 - 31:24 R_CTL, 23:0 D_ID member in struct:__anon2275
H A DcpqfcTScontrol.c959 if( (fchs->d_id & 0xFF000000) == 0x06000000 ) // CMND
966 else if( ((fchs->d_id & 0xFF000000) == 0x07000000) || // RSP (status)
967 (fchs->d_id & 0xFF000000) == 0x05000000 ) // XRDY
987 (Exchanges->fcExchange[x_ID].fchs.d_id & 0xFFFFFF)
1261 Exchanges->fcExchange[i].fchs.d_id);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddn_dev.h113 unsigned char d_id[6] __attribute__((packed)); member in struct:dn_long_packet
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Ddn_dev.h113 unsigned char d_id[6] __attribute__((packed)); member in struct:dn_long_packet
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_neigh.c230 dn_dn2eth(lp->d_id, dn_ntohs(cb->dst));

Completed in 72 milliseconds