Searched refs:fifon (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/isdn/hisax/ |
D | hfc_usb.c | 549 int frame_complete, transp_mode, fifon, status; in tx_iso_complete() local 552 fifon = fifo->fifonum; in tx_iso_complete() 562 status, fifon); in tx_iso_complete() 564 for (k = 0; k < iso_packets[fifon]; ++k) { in tx_iso_complete() 578 if (fifon < 4 && hfc->b_mode[fifon / 2] == L1_MODE_TRANS) in tx_iso_complete() 582 threshbit = (hfc->threshold_mask & (1 << fifon)); in tx_iso_complete() 583 num_isoc_packets = iso_packets[fifon]; in tx_iso_complete() 586 if (fifon >= HFCUSB_D_TX) { in tx_iso_complete() 674 status, symbolic(urb_errlist, status), fifon); in tx_iso_complete() 685 int k, len, errcode, offset, num_isoc_packets, fifon, maxlen, in rx_iso_complete() local [all …]
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 819 int fifon = fifo->fifonum; in hfcsusb_rx_frame() local 826 hw->name, __func__, fifon, len, in hfcsusb_rx_frame() 889 hw->name, __func__, fifon); in hfcsusb_rx_frame() 906 hw->name, __func__, fifon, in hfcsusb_rx_frame() 931 hw->name, fifon, rx_skb->len); in hfcsusb_rx_frame() 977 int k, len, errcode, offset, num_isoc_packets, fifon, maxlen, in rx_iso_complete() local 983 fifon = fifo->fifonum; in rx_iso_complete() 1003 hw->name, __func__, status, fifon); in rx_iso_complete() 1011 num_isoc_packets = iso_packets[fifon]; in rx_iso_complete() 1027 if ((fifon == HFCUSB_D_RX) && in rx_iso_complete() [all …]
|