Home
last modified time | relevance | path

Searched refs:hdlcnum (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/cxt1e1/
Dmusycc.c1041 int hdlcnum = (pi->portnum * 32 + gchan); in musycc_bh_tx_eom() local
1043 if (hdlcnum >= 228) in musycc_bh_tx_eom()
1046 (*nciProcess_TX_complete) (hdlcnum, in musycc_bh_tx_eom()
1161 int hdlcnum = (pi->portnum * 32 + gchan); in musycc_bh_rx_eom() local
1167 if (hdlcnum >= 228) in musycc_bh_rx_eom()
1170 (*nciProcess_RX_packet) (hdlcnum, status & 0x3fff, m, ch->user); in musycc_bh_rx_eom()