Searched refs:CAPIMSG_SETLEN (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/drivers/isdn/hysdn/ |
D | hycapi.c | 408 CAPIMSG_SETLEN(skb->data, 22); in hycapi_send_message() 550 CAPIMSG_SETLEN(skb->data, 30); in hycapi_rx_capipkt()
|
/linux-4.19.296/include/linux/isdn/ |
D | capiutil.h | 52 #define CAPIMSG_SETLEN(m, len) capimsg_setu16(m, 0, len) macro
|
/linux-4.19.296/drivers/isdn/hardware/avm/ |
D | t1isa.c | 168 CAPIMSG_SETLEN(card->msgbuf, 30); in t1isa_interrupt()
|
D | b1.c | 526 CAPIMSG_SETLEN(card->msgbuf, 30); in b1_interrupt()
|
D | b1dma.c | 471 CAPIMSG_SETLEN(card->msgbuf, 30); in b1dma_handle_rx()
|
D | c4.c | 533 CAPIMSG_SETLEN(card->msgbuf, 30); in c4_handle_rx()
|
/linux-4.19.296/drivers/isdn/gigaset/ |
D | capi.c | 340 CAPIMSG_SETLEN(msg, CAPI_DATA_B3_CONF_LEN); in send_data_b3_conf() 444 CAPIMSG_SETLEN(skb->data, CAPI_DATA_B3_REQ_LEN); in gigaset_skb_rcvd()
|