Searched refs:txfifo (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_edgeport.c112 struct TxFifo txfifo; /* transmit fifo -- size will be maxTxCredits */ member in struct:edgeport_port
884 /* create the txfifo */
885 edge_port->txfifo.head = 0;
886 edge_port->txfifo.tail = 0;
887 edge_port->txfifo.count = 0;
888 edge_port->txfifo.size = edge_port->maxTxCredits;
889 edge_port->txfifo.fifo = kmalloc (edge_port->maxTxCredits, GFP_KERNEL);
891 if (!edge_port->txfifo.fifo) {
982 struct TxFifo *fifo = &edge_port->txfifo;
1078 kfree(edge_port->txfifo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Deepro100.c38 static int txfifo = 8; /* Tx FIFO threshold in 4 byte units, 0-15 */ variable
133 module_param(txfifo, int, 0);
144 MODULE_PARM_DESC(txfifo, "Tx FIFO threshold in 4 byte units, (0-15)");
2082 config_cmd_data[1] = (txfifo << 4) | rxfifo;

Completed in 85 milliseconds