Searched defs:ncci (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/isdn/capi/ |
D | capilib.c | 20 u32 ncci; member 81 void capilib_new_ncci(struct list_head *head, u16 applid, u32 ncci, u32 winsize) in capilib_new_ncci() 105 void capilib_free_ncci(struct list_head *head, u16 applid, u32 ncci) in capilib_free_ncci() 158 u16 capilib_data_b3_req(struct list_head *head, u16 applid, u32 ncci, u16 msgid) in capilib_data_b3_req() 181 void capilib_data_b3_conf(struct list_head *head, u16 applid, u32 ncci, u16 msgid) in capilib_data_b3_conf()
|
D | capi.c | 84 u32 ncci; member 107 u32 ncci; member 207 static struct capiminor *capiminor_alloc(struct capi20_appl *ap, u32 ncci) in capiminor_alloc() 341 static struct capincci *capincci_alloc(struct capidev *cdev, u32 ncci) in capincci_alloc() 358 static void capincci_free(struct capidev *cdev, u32 ncci) in capincci_free() 371 static struct capincci *capincci_find(struct capidev *cdev, u32 ncci) in capincci_find() 901 unsigned ncci; in capi_ioctl() local 918 unsigned ncci; in capi_ioctl() local
|
D | kcapi.c | 62 #define NCCI2CTRL(ncci) (((ncci) >> 24) & 0x7f) argument
|
/Linux-v5.4/drivers/staging/isdn/gigaset/ |
D | capi.c | 56 #define CAPIMSG_SETNCCI_PART(m, ncci) capimsg_setu16(m, 10, ncci) argument 2068 u16 ncci = CAPIMSG_NCCI_PART(skb->data); in do_data_b3_req() local
|