Searched refs:struct_sg_io_hdr (Results 1 – 4 of 4) sorted by relevance
34 #include DEF_MPERS_TYPE(struct_sg_io_hdr)38 typedef struct sg_io_hdr struct_sg_io_hdr; typedef73 struct_sg_io_hdr sg_io; in decode_request()75 offsetof(struct_sg_io_hdr, dxfer_direction); in decode_request()99 struct_sg_io_hdr *entering_sg_io = malloc(sizeof(*entering_sg_io)); in decode_request()112 struct_sg_io_hdr *entering_sg_io = get_tcb_priv_data(tcp); in decode_response()113 struct_sg_io_hdr sg_io; in decode_response()
119 # define struct_sg_io_hdr MPERS_mx32_struct_sg_io_hdr macro
119 # define struct_sg_io_hdr MPERS_m32_struct_sg_io_hdr macro
19867 * sg_io_v3.c (decode_request): Save a copy of struct_sg_io_hdr using19953 (decode_response): Print struct_sg_io_hdr.info using printflags.19964 (decode_request): Print struct_sg_io_hdr.flags using printflags.19975 * sg_io_v3.c (struct_sg_io_hdr): Typedef to struct sg_io_hdr.