Lines Matching refs:ApplId
454 u32 ApplId, MsgLen, DataB3Len, NCCI, WindowSize; in b1dma_handle_rx() local
464 ApplId = (unsigned) _get_word(&p); in b1dma_handle_rx()
479 capi_ctr_handle_message(ctrl, ApplId, skb); in b1dma_handle_rx()
485 ApplId = (unsigned) _get_word(&p); in b1dma_handle_rx()
494 capilib_data_b3_conf(&cinfo->ncci_head, ApplId, in b1dma_handle_rx()
499 capi_ctr_handle_message(ctrl, ApplId, skb); in b1dma_handle_rx()
505 ApplId = _get_word(&p); in b1dma_handle_rx()
509 capilib_new_ncci(&cinfo->ncci_head, ApplId, NCCI, WindowSize); in b1dma_handle_rx()
515 ApplId = _get_word(&p); in b1dma_handle_rx()
520 capilib_free_ncci(&cinfo->ncci_head, ApplId, NCCI); in b1dma_handle_rx()
550 ApplId = (unsigned) _get_word(&p); in b1dma_handle_rx()
560 card->name, ApplId, card->msgbuf); in b1dma_handle_rx()