Searched defs:fifos (Results 1 - 6 of 6) 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 Dhisax.h708 void *fifos; /* FIFO memory */ member in struct:hfcPCI_hw
/drivers/isdn/hardware/mISDN/
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;
620 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.c511 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_STOP;
519 sp->mac_control.fifos[fifo_no].queue_state =
531 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_START;
539 sp->mac_control.fifos[fifo_no].queue_state =
551 sp->mac_control.fifos[i].queue_state = FIFO_QUEUE_START;
628 struct fifo_info *fifo = &mac_control->fifos[i];
643 struct fifo_info *fifo = &mac_control->fifos[i];
700 struct fifo_info *fifo = &mac_control->fifos[i];
912 struct fifo_info *fifo = &mac_control->fifos[i];
1001 struct fifo_info *fifo = &mac_control->fifos[
4288 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 121 milliseconds