Lines Matching refs:ll
873 int l, ll; in handle_dmsg() local
896 ll = (l < MAX_DFRAME_LEN_L1) ? l : MAX_DFRAME_LEN_L1; in handle_dmsg()
898 hc->chan[dch->slot].tx_counter++, p, ll); in handle_dmsg()
899 p += ll; in handle_dmsg()
900 l -= ll; in handle_dmsg()
1092 int l, ll; in handle_bmsg() local
1138 ll = (l < MAX_DFRAME_LEN_L1) ? l : MAX_DFRAME_LEN_L1; in handle_bmsg()
1140 hc->chan[bch->slot].tx_counter, p, ll); in handle_bmsg()
1141 hc->chan[bch->slot].tx_counter += ll; in handle_bmsg()
1142 p += ll; in handle_bmsg()
1143 l -= ll; in handle_bmsg()