Lines Matching refs:index
312 u16 txDescrIndex[FST_MAX_PORTS]; /* transmit descriptor ring index */
313 u16 rxDescrIndex[FST_MAX_PORTS]; /* receive descriptor ring index */
427 int index; /* Port index on the card */
437 int txqs; /* index to get next buffer to tx */
438 int txqe; /* index to queue next packet */
452 unsigned int type; /* Type index of card */
805 FST_WRB(card, txDescrRing[port->index][txpos].bits,
833 pi = port->index;
915 mbval = FST_RDW(card, portMailbox[port->index][0]);
929 mbval = FST_RDW(card, portMailbox[port->index][0]);
937 FST_WRW(card, portMailbox[port->index][0], cmd);
953 outputs |= FST_RDL(port->card, v24OpSts[port->index]);
954 FST_WRL(port->card, v24OpSts[port->index], outputs);
963 outputs = ~outputs & FST_RDL(port->card, v24OpSts[port->index]);
964 FST_WRL(port->card, v24OpSts[port->index], outputs);
981 pi = port->index;
1008 pi = port->index;
1076 signals = FST_RDL(card, v24DebouncedSts[port->index]);
1106 card->card_no, port->index, rxp);
1111 card->card_no, port->index);
1116 card->card_no, port->index);
1121 len, card->card_no, port->index);
1134 pi = port->index;
1175 pi = port->index;
1195 card->card_no, port->index);
1520 dbg(DBG_TX, "Abort complete port %d\n", port->index);
1530 dbg(DBG_TX, "Tx underflow port %d\n", port->index);
1534 card->card_no, port->index);
1551 /* Bump and wrap the index */
1630 FST_WRB(card, portConfig[port->index].invertClock,
1701 i = port->index;
1707 info->index = i;
1737 if (port->index == 0) {
1801 i = port->index;
1895 i = port->index;
2090 signals = FST_RDL(port->card, v24DebouncedSts[port->index]);
2188 card->card_no, port->index);
2215 card->card_no, port->index);
2255 card->card_no, port->index);
2433 card->ports[i].index = i;