Lines Matching refs:ll
893 int l, ll; in handle_dmsg() local
912 ll = (l < L1OIP_MAX_PERFRAME) ? l : L1OIP_MAX_PERFRAME; in handle_dmsg()
914 hc->chan[dch->slot].tx_counter++, p, ll); in handle_dmsg()
915 p += ll; in handle_dmsg()
916 l -= ll; in handle_dmsg()
1108 int l, ll; in handle_bmsg() local
1150 ll = (l < L1OIP_MAX_PERFRAME) ? l : L1OIP_MAX_PERFRAME; in handle_bmsg()
1152 hc->chan[bch->slot].tx_counter, p, ll); in handle_bmsg()
1153 hc->chan[bch->slot].tx_counter += ll; in handle_bmsg()
1154 p += ll; in handle_bmsg()
1155 l -= ll; in handle_bmsg()