Searched refs:fifos (Results 1 - 8 of 8) sorted by relevance

/drivers/isdn/hisax/
H A Dhfc_usb.c138 /* structure defining input+output fifos (interrupt/bulk mode) */
201 usb_fifo fifos[HFCUSB_NUM_FIFOS]; /* structure holding all fifo data */ member in struct:hfcusb_data
1131 /* init the fifos */
1136 fifo = hfc->fifos;
1192 hfc->fifos[i].iso[0].purb = NULL;
1193 hfc->fifos[i].iso[1].purb = NULL;
1194 hfc->fifos[i].active = 0;
1198 hfc->d_if.ifc.priv = &hfc->fifos[HFCUSB_D_TX];
1201 hfc->b_if[i].ifc.priv = &hfc->fifos[HFCUSB_B1_TX + i * 2];
1218 hfc->fifos[
[all...]
H A Dhfc_pci.c87 cs->hw.hfcpci.fifos, cs->hw.hfcpci.dma);
88 cs->hw.hfcpci.fifos = NULL;
94 /* and fifos is done. */
112 cs->hw.hfcpci.fifo_en = 0x30; /* only D fifos enabled */
221 bzr = &((fifo_area *) (cs->hw.hfcpci.fifos))->b_chans.rxbz_b2;
224 bzr = &((fifo_area *) (cs->hw.hfcpci.fifos))->b_chans.rxbz_b1;
248 bzt = &((fifo_area *) (cs->hw.hfcpci.fifos))->b_chans.txbz_b2;
251 bzt = &((fifo_area *) (cs->hw.hfcpci.fifos))->b_chans.txbz_b1;
339 df = &((fifo_area *) (cs->hw.hfcpci.fifos))->d_chan.d_rx;
462 bz = &((fifo_area *) (cs->hw.hfcpci.fifos))
[all...]
H A Dhisax.h708 void *fifos; /* FIFO memory */ member in struct:hfcPCI_hw
/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c442 if (hw->fifos[HFCUSB_PCM_RX].pipe) {
561 if (hw->fifos[HFCUSB_PCM_RX].pipe)
970 /* receive completion routine for all ISO tx fifos */
1090 /* receive completion routine for all interrupt rx fifos */
1162 /* transmit completion routine for all ISO tx fifos */
1576 /* init the fifos */
1580 fifo = hw->fifos;
1590 /* enable all fifos */
1608 if ((channel == HFC_CHAN_D) && (hw->fifos[HFCUSB_D_RX].active))
1610 if ((channel == HFC_CHAN_B1) && (hw->fifos[HFCUSB_B1_R
[all...]
H A Dhfcpci.c114 void *fifos; /* FIFO memory */ member in struct:hfcPCI_hw
175 pci_free_consistent(hc->pdev, 0x8000, hc->hw.fifos, hc->hw.dmahandle);
203 * and fifos is done.
239 hc->hw.fifo_en = 0x30; /* only D fifos enabled */
341 bzr = &((union fifo_area *)(hc->hw.fifos))->b_chans.rxbz_b2;
344 bzr = &((union fifo_area *)(hc->hw.fifos))->b_chans.rxbz_b1;
370 bzt = &((union fifo_area *)(hc->hw.fifos))->b_chans.txbz_b2;
373 bzt = &((union fifo_area *)(hc->hw.fifos))->b_chans.txbz_b1;
474 df = &((union fifo_area *)(hc->hw.fifos))->d_chan.d_rx;
621 rxbz = &((union fifo_area *)(hc->hw.fifos))
[all...]
H A Dhfcsusb.h72 #define HFCUSB_NUM_FIFOS 8 /* maximum number of fifos */
235 /* structure defining input+output fifos (interrupt/bulk mode) */
284 struct usb_fifo fifos[HFCUSB_NUM_FIFOS]; member in struct:hfcsusb
/drivers/net/ethernet/neterion/
H A Ds2io.c512 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_STOP;
520 sp->mac_control.fifos[fifo_no].queue_state =
532 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_START;
543 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_START;
620 struct fifo_info *fifo = &mac_control->fifos[i];
635 struct fifo_info *fifo = &mac_control->fifos[i];
692 struct fifo_info *fifo = &mac_control->fifos[i];
904 struct fifo_info *fifo = &mac_control->fifos[i];
993 struct fifo_info *fifo = &mac_control->fifos[i];
2378 struct fifo_info *fifo = &mac_control->fifos[
4283 struct fifo_info *fifos = (struct fifo_info *)dev_id; local
[all...]
H A Ds2io.h362 /* FIFO mappings for all possible number of fifos configured */
390 /* user should not set twos fifos with same pri */
799 struct fifo_info fifos[MAX_TX_FIFOS]; member in struct:mac_info
911 /* Total fifos for tcp packets */

Completed in 106 milliseconds