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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dchsc.c708 struct chsc_response_struct *chsc_resp; local
711 chsc_resp = kzalloc(sizeof(*chsc_resp), GFP_KERNEL);
712 if (!chsc_resp)
714 ret = chsc_determine_channel_path_desc(chpid, 0, 0, 0, 0, chsc_resp);
717 memcpy(desc, &chsc_resp->data, sizeof(*desc));
719 kfree(chsc_resp);

Completed in 63 milliseconds