Searched defs:sdp (Results 1 – 8 of 8) sorted by relevance
427 #define SD_Valid(sdp) \ argument429 #define SD_Error_Code(sdp) \ argument434 #define SD_Segment_Number(sdp) (int)(*((u8*)(sdp)+SD_SEGNUM_BYTE)) argument442 #define SD_Filemark(sdp) \ argument444 #define SD_EOM(sdp) \ argument446 #define SD_ILI(sdp) \ argument448 #define SD_Sense_Key(sdp) \ argument456 #define SD_Information3(sdp) (int)(*((u8*)(sdp)+SD_INFO3_BYTE)) argument457 #define SD_Information2(sdp) (int)(*((u8*)(sdp)+SD_INFO2_BYTE)) argument458 #define SD_Information1(sdp) (int)(*((u8*)(sdp)+SD_INFO1_BYTE)) argument[all …]
838 #define sd_v1_mode(sdp) (le16_to_cpu((sdp)->sd_mode)) argument839 #define set_sd_v1_mode(sdp,v) ((sdp)->sd_mode = cpu_to_le16(v)) argument840 #define sd_v1_nlink(sdp) (le16_to_cpu((sdp)->sd_nlink)) argument841 #define set_sd_v1_nlink(sdp,v) ((sdp)->sd_nlink = cpu_to_le16(v)) argument842 #define sd_v1_uid(sdp) (le16_to_cpu((sdp)->sd_uid)) argument843 #define set_sd_v1_uid(sdp,v) ((sdp)->sd_uid = cpu_to_le16(v)) argument844 #define sd_v1_gid(sdp) (le16_to_cpu((sdp)->sd_gid)) argument845 #define set_sd_v1_gid(sdp,v) ((sdp)->sd_gid = cpu_to_le16(v)) argument846 #define sd_v1_size(sdp) (le32_to_cpu((sdp)->sd_size)) argument847 #define set_sd_v1_size(sdp,v) ((sdp)->sd_size = cpu_to_le32(v)) argument[all …]
263 Sg_device * sdp; in sg_open() local341 Sg_device * sdp; in sg_release() local368 Sg_device * sdp; in sg_read() local514 Sg_device * sdp; in sg_write() local665 Sg_device * sdp = sfp->parentdp; in sg_common_write() local759 Sg_device * sdp; in sg_ioctl() local1021 Sg_device * sdp; in sg_poll() local1056 Sg_device * sdp; in sg_fasync() local1207 Sg_device * sdp = NULL; in sg_cmd_done_bh() local1406 Sg_device * sdp; in sg_attach() local[all …]
108 Scsi_Device * sdp; member843 static struct sdebug_dev_info * devInfoReg(Scsi_Device * sdp) in devInfoReg()906 Scsi_Device * sdp; in scsi_debug_device_reset() local925 Scsi_Device * sdp; in scsi_debug_bus_reset() local
197 unsigned sdp :1; /* Should be 0 */ member205 unsigned sdp :1; /* Should be 0 */ member
573 int sdp; in reset_pipe() local625 static void setup_pipe(struct dbri *dbri, int pipe, int sdp) in setup_pipe()
60 u32 sdp; /* SDP command word */ member
1404 unsigned sdp :1; /* Should be 0 */ member