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

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

Completed in 186 milliseconds