Home
last modified time | relevance | path

Searched refs:InfoElement (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/isdn/capi/
Dcapidrv.c1316 if (cmsg->InfoElement[0] == 4) { in handle_plci()
1322 ((u32) cmsg->InfoElement[1] in handle_plci()
1323 | ((u32) (cmsg->InfoElement[2]) << 8) in handle_plci()
1324 | ((u32) (cmsg->InfoElement[3]) << 16) in handle_plci()
1325 | ((u32) (cmsg->InfoElement[4]) << 24))); in handle_plci()
Dcapiutil.c112 {_CSTRUCT, offsetof(_cmsg, InfoElement)},
/linux-4.19.296/include/linux/isdn/
Dcapiutil.h123 _cstruct InfoElement; member