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

/drivers/s390/net/
H A Dqeth_l2_main.c335 struct qeth_vlan_vid *id, *tmpid = NULL; local
351 tmpid = id;
356 if (tmpid) {
358 kfree(tmpid);
/drivers/scsi/
H A Dnsp32.c816 unsigned char tmpid, newid; local
823 tmpid = nsp32_read1(base, RESELECT_ID);
824 tmpid &= (~BIT(host_id));
826 while (tmpid) {
827 if (tmpid & 1) {
830 tmpid >>= 1;

Completed in 63 milliseconds