Home
last modified time | relevance | path

Searched refs:s_id (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/drivers/net/fc/
Diph5526.c184 static int sid_logged_in(struct fc_info *fi, u_int s_id);
1018 u_int type_of_frame, s_id;
1066 s_id = (u_int)ntohl(*(buff_addr + 3)) & 0x00FFFFFF;
1069 DPRINTK("type_of_frame = %x, s_id = %x, ox_id = %x", type_of_frame, s_id, received_ox_id);
1147 u_int s_id, rctl, frame_class, burst_len, transfered_len, len = 0;
1162 s_id = ntohl(*(buff_addr + 3)) & 0x00FFFFFF;
1178 if (q->d_id == s_id) {
1190 build_ODB(fi, fi->g.seq_id, s_id, burst_len, 0, mtu, ox_id, rx_id, 0, 0, frame_class << 16);
1254 …DPRINTK1("BA_ACC received from S_ID 0x%x with OX_ID = %x in response to %x", s_id, ox_id, bls_type…
1269 …DPRINTK1("BA_RJT received from S_ID 0x%x with OX_ID = %x in response to %x", s_id, ox_id, bls_type…
[all …]
Dtach_structs.h149 u_int s_id; member
/linux-2.4.37.9/drivers/scsi/
DcpqfcTSworker.c538 fchs.s_id = Exchanges->fcExchange[x_ID].fchs.d_id; in cpqfcTS_WorkTask()
636 fchs.s_id = Exchanges->fcExchange[ExchangeID].fchs.d_id; in cpqfcTS_WorkTask()
921 printk("cpqfcTS: New FC port %06Xh WWN: ", fchs->s_id); in CreateFcPort()
937 if ((fchs->s_id & 0xFFF000) != 0xFFF000) { in CreateFcPort()
1058 if ((fchs->s_id & 0xFFFFFF) == pLoggedInPort->port_id) { in ProcessELS_Request()
1075 … printk("PDISC PortID change: old %Xh, new %Xh\n", pLoggedInPort->port_id, fchs->s_id & 0xFFFFFF); in ProcessELS_Request()
1107 port_id = fchs->s_id & 0xFFFFFF; in ProcessELS_Request()
1181 (fchs->s_id & 0xFFFFFF), // search linked list for port_id in ProcessELS_Request()
1255 if ((fchs->s_id & 0xFFF000) == 0xFFF000) { in ProcessELS_Request()
1264 printk(" Got 3 LOGOuts - terminating comm. with port_id %Xh\n", fchs->s_id & 0xFFFFFF); in ProcessELS_Request()
[all …]
DcpqfcTSstructs.h242 __u32 s_id; // dword 3 - 31:24 CS_CTL, 23:0 S_ID member
255 __u32 s_id; // dword 3 - 31:24 CS_CTL, 23:0 S_ID member
270 __u32 s_id; // dword 3 - 31:24 CS_CTL, 23:0 S_ID member
284 __u32 s_id; // dword 3 - 31:24 CS_CTL, 23:0 S_ID member
1341 __u32 s_id; member
DcpqfcTSinit.c1187 fchs.s_id = pLoggedInPort->port_id; // destination FC address in cpqfcTS_queuecommand()
DcpqfcTScontrol.c895 if ((fchs->s_id & 0xFFFFFF) == (Exchanges->fcExchange[x_ID].fchs.d_id & 0xFFFFFF) in CpqTsProcessIMQEntry()
/linux-2.4.37.9/include/net/
Ddn_dev.h116 unsigned char s_id[6]; member
/linux-2.4.37.9/net/decnet/
Ddn_neigh.c230 dn_dn2eth(lp->s_id, dn_ntohs(cb->src)); in dn_long_output()