Home
last modified time | relevance | path

Searched defs:sdp (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/drivers/message/fusion/
Dscsi3.h427 #define SD_Valid(sdp) \ argument
429 #define SD_Error_Code(sdp) \ argument
434 #define SD_Segment_Number(sdp) (int)(*((u8*)(sdp)+SD_SEGNUM_BYTE)) argument
442 #define SD_Filemark(sdp) \ argument
444 #define SD_EOM(sdp) \ argument
446 #define SD_ILI(sdp) \ argument
448 #define SD_Sense_Key(sdp) \ argument
456 #define SD_Information3(sdp) (int)(*((u8*)(sdp)+SD_INFO3_BYTE)) argument
457 #define SD_Information2(sdp) (int)(*((u8*)(sdp)+SD_INFO2_BYTE)) argument
458 #define SD_Information1(sdp) (int)(*((u8*)(sdp)+SD_INFO1_BYTE)) argument
[all …]
/linux-2.4.37.9/include/linux/
Dreiserfs_fs.h838 #define sd_v1_mode(sdp) (le16_to_cpu((sdp)->sd_mode)) argument
839 #define set_sd_v1_mode(sdp,v) ((sdp)->sd_mode = cpu_to_le16(v)) argument
840 #define sd_v1_nlink(sdp) (le16_to_cpu((sdp)->sd_nlink)) argument
841 #define set_sd_v1_nlink(sdp,v) ((sdp)->sd_nlink = cpu_to_le16(v)) argument
842 #define sd_v1_uid(sdp) (le16_to_cpu((sdp)->sd_uid)) argument
843 #define set_sd_v1_uid(sdp,v) ((sdp)->sd_uid = cpu_to_le16(v)) argument
844 #define sd_v1_gid(sdp) (le16_to_cpu((sdp)->sd_gid)) argument
845 #define set_sd_v1_gid(sdp,v) ((sdp)->sd_gid = cpu_to_le16(v)) argument
846 #define sd_v1_size(sdp) (le32_to_cpu((sdp)->sd_size)) argument
847 #define set_sd_v1_size(sdp,v) ((sdp)->sd_size = cpu_to_le32(v)) argument
[all …]
/linux-2.4.37.9/drivers/scsi/
Dsg.c263 Sg_device * sdp; in sg_open() local
341 Sg_device * sdp; in sg_release() local
368 Sg_device * sdp; in sg_read() local
514 Sg_device * sdp; in sg_write() local
665 Sg_device * sdp = sfp->parentdp; in sg_common_write() local
759 Sg_device * sdp; in sg_ioctl() local
1021 Sg_device * sdp; in sg_poll() local
1056 Sg_device * sdp; in sg_fasync() local
1207 Sg_device * sdp = NULL; in sg_cmd_done_bh() local
1406 Sg_device * sdp; in sg_attach() local
[all …]
Dscsi_debug.c108 Scsi_Device * sdp; member
843 static struct sdebug_dev_info * devInfoReg(Scsi_Device * sdp) in devInfoReg()
906 Scsi_Device * sdp; in scsi_debug_device_reset() local
925 Scsi_Device * sdp; in scsi_debug_bus_reset() local
Dosst.h197 unsigned sdp :1; /* Should be 0 */ member
205 unsigned sdp :1; /* Should be 0 */ member
/linux-2.4.37.9/drivers/sbus/audio/
Ddbri.c573 int sdp; in reset_pipe() local
625 static void setup_pipe(struct dbri *dbri, int pipe, int sdp) in setup_pipe()
Ddbri.h60 u32 sdp; /* SDP command word */ member
/linux-2.4.37.9/drivers/ide/
Dide-tape.c1404 unsigned sdp :1; /* Should be 0 */ member