Searched refs:SIP (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/net/forwarding/
H A Dbridge_mdb_max.sh292 local SIP=fe80::1
295 local p=$(mldv2_is_in_get $SIP $GRP $IPs)
296 $MZ -6 $peer -a own -b $dmac -c 1 -A $SIP -B $GRP \
315 local SIP=fe80::1
318 local p=$(mldv1_done_get $SIP $GRP)
319 $MZ -6 $peer -a own -b $dmac -c 1 -A $SIP -B $GRP \
H A Dlib.sh1933 local SIP=$1; shift
1965 )"$(ipv6_to_bytes $SIP):"$( : SIP
1977 local SIP=$1; shift
2000 )"$(ipv6_to_bytes $SIP):"$( : SIP
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h171 #define SIP 0x02 /* sta: scsi-interrupt */ macro
H A Dsym_hipd.c150 if (istat & SIP) {
1025 if (INB(np, nc_istat) & (INTF|SIP|DIP))
2744 * after the SIP and/or DIP flag has been raised in the
2749 * SIP or DIP flag is set, there is a small window of time
2827 if (!(istat & (SIP|DIP)))
2849 if (istatc & SIP)
2862 } while (istatc & (SIP|DIP));
/linux-master/drivers/scsi/
H A Dncr53c8xx.h692 #define SIP 0x02 /* sta: scsi-interrupt */ macro
H A Dncr53c8xx.c5606 if (INB(nc_istat) & (INTF|SIP|DIP)) {
5749 if (!(istat & (SIP|DIP)))
5760 sist = (istat & SIP) ? INW (nc_sist) : 0;
7566 if (INB(nc_istat) & (INTF|SIP|DIP))

Completed in 330 milliseconds