Searched refs:_get_slice (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/isdn/avmb1/ |
D | b1dma.c | 200 static inline __u32 _get_slice(void **pp, unsigned char *dp) in _get_slice() function 472 MsgLen = _get_slice(&p, card->msgbuf); in b1dma_handle_rx() 473 DataB3Len = _get_slice(&p, card->databuf); in b1dma_handle_rx() 493 MsgLen = _get_slice(&p, card->msgbuf); in b1dma_handle_rx() 538 cinfo->versionlen = _get_slice(&p, cinfo->versionbuf); in b1dma_handle_rx() 549 MsgLen = _get_slice(&p, card->msgbuf); in b1dma_handle_rx() 562 MsgLen = _get_slice(&p, card->msgbuf); in b1dma_handle_rx()
|
D | c4.c | 288 static inline __u32 _get_slice(void **pp, unsigned char *dp) in _get_slice() function 532 MsgLen = _get_slice(&p, card->msgbuf); in c4_handle_rx() 533 DataB3Len = _get_slice(&p, card->databuf); in c4_handle_rx() 556 MsgLen = _get_slice(&p, card->msgbuf); in c4_handle_rx() 635 cinfo->versionlen = _get_slice(&p, cinfo->versionbuf); in c4_handle_rx() 646 MsgLen = _get_slice(&p, card->msgbuf); in c4_handle_rx() 659 MsgLen = _get_slice(&p, card->msgbuf); in c4_handle_rx()
|