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

/linux-master/drivers/scsi/
H A Dscsi_transport_iscsi.c3328 struct iscsi_uevent *evchap; local
3362 evchap = nlmsg_data(nlhchap);
3363 memset(evchap, 0, sizeof(*evchap));
3364 evchap->transport_handle = iscsi_handle(transport);
3365 evchap->type = nlh->nlmsg_type;
3366 evchap->u.get_chap.host_no = ev->u.get_chap.host_no;
3367 evchap->u.get_chap.chap_tbl_idx = ev->u.get_chap.chap_tbl_idx;
3368 evchap->u.get_chap.num_entries = ev->u.get_chap.num_entries;
3369 buf = (char *)evchap
[all...]

Completed in 219 milliseconds