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

/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Dmessage.c1865 long relatedPLCIvalue; facility_req() local
2173 relatedPLCIvalue = GET_DWORD(ss_parms[2].info); facility_req()
2174 relatedPLCIvalue &= 0x0000FFFF; facility_req()
2175 dbug(1, dprintf("PTY/ECT/addCONF,relPLCI=%lx", relatedPLCIvalue)); facility_req()
2177 if (((relatedPLCIvalue & 0x7f) == 0) facility_req()
2178 || (MapController((byte)(relatedPLCIvalue & 0x7f)) == 0) facility_req()
2179 || (MapController((byte)(relatedPLCIvalue & 0x7f)) > max_adapter)) facility_req()
2194 relatedadapter = &adapter[MapController((byte)(relatedPLCIvalue & 0x7f)) - 1]; facility_req()
2195 relatedPLCIvalue >>= 8; facility_req()
2199 if (relatedadapter->plci[i].Id == (byte)relatedPLCIvalue) facility_req()
2204 if (!rplci || !relatedPLCIvalue) facility_req()

Completed in 105 milliseconds