Searched refs:_get_slice (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/isdn/hardware/avm/ |
D | b1dma.c | 207 static inline u32 _get_slice(void **pp, unsigned char *dp) in _get_slice() function 465 MsgLen = _get_slice(&p, card->msgbuf); in b1dma_handle_rx() 466 DataB3Len = _get_slice(&p, card->databuf); in b1dma_handle_rx() 486 MsgLen = _get_slice(&p, card->msgbuf); in b1dma_handle_rx() 540 cinfo->versionlen = _get_slice(&p, cinfo->versionbuf); in b1dma_handle_rx() 551 MsgLen = _get_slice(&p, card->msgbuf); in b1dma_handle_rx() 564 MsgLen = _get_slice(&p, card->msgbuf); in b1dma_handle_rx()
|
D | c4.c | 285 static inline u32 _get_slice(void **pp, unsigned char *dp) in _get_slice() function 524 MsgLen = _get_slice(&p, card->msgbuf); in c4_handle_rx() 525 DataB3Len = _get_slice(&p, card->databuf); in c4_handle_rx() 548 MsgLen = _get_slice(&p, card->msgbuf); in c4_handle_rx() 622 cinfo->versionlen = _get_slice(&p, cinfo->versionbuf); in c4_handle_rx() 633 MsgLen = _get_slice(&p, card->msgbuf); in c4_handle_rx() 646 MsgLen = _get_slice(&p, card->msgbuf); in c4_handle_rx()
|