rbrq_head         856 drivers/atm/he.c 	he_dev->rbrq_head = he_dev->rbrq_base;
rbrq_head        1657 drivers/atm/he.c 	while (he_dev->rbrq_head != rbrq_tail) {
rbrq_head        1661 drivers/atm/he.c 			he_dev->rbrq_head, group,
rbrq_head        1662 drivers/atm/he.c 			RBRQ_ADDR(he_dev->rbrq_head),
rbrq_head        1663 drivers/atm/he.c 			RBRQ_BUFLEN(he_dev->rbrq_head),
rbrq_head        1664 drivers/atm/he.c 			RBRQ_CID(he_dev->rbrq_head),
rbrq_head        1665 drivers/atm/he.c 			RBRQ_CRC_ERR(he_dev->rbrq_head) ? " CRC_ERR" : "",
rbrq_head        1666 drivers/atm/he.c 			RBRQ_LEN_ERR(he_dev->rbrq_head) ? " LEN_ERR" : "",
rbrq_head        1667 drivers/atm/he.c 			RBRQ_END_PDU(he_dev->rbrq_head) ? " END_PDU" : "",
rbrq_head        1668 drivers/atm/he.c 			RBRQ_AAL5_PROT(he_dev->rbrq_head) ? " AAL5_PROT" : "",
rbrq_head        1669 drivers/atm/he.c 			RBRQ_CON_CLOSED(he_dev->rbrq_head) ? " CON_CLOSED" : "",
rbrq_head        1670 drivers/atm/he.c 			RBRQ_HBUF_ERR(he_dev->rbrq_head) ? " HBUF_ERR" : "");
rbrq_head        1672 drivers/atm/he.c 		i = RBRQ_ADDR(he_dev->rbrq_head) >> RBP_IDX_OFFSET;
rbrq_head        1675 drivers/atm/he.c 		cid = RBRQ_CID(he_dev->rbrq_head);
rbrq_head        1682 drivers/atm/he.c 			if (!RBRQ_HBUF_ERR(he_dev->rbrq_head)) {
rbrq_head        1691 drivers/atm/he.c 		if (RBRQ_HBUF_ERR(he_dev->rbrq_head)) {
rbrq_head        1697 drivers/atm/he.c 		heb->len = RBRQ_BUFLEN(he_dev->rbrq_head) * 4;
rbrq_head        1702 drivers/atm/he.c 		if (RBRQ_CON_CLOSED(he_dev->rbrq_head)) {
rbrq_head        1709 drivers/atm/he.c 		if (!RBRQ_END_PDU(he_dev->rbrq_head))
rbrq_head        1712 drivers/atm/he.c 		if (RBRQ_LEN_ERR(he_dev->rbrq_head)
rbrq_head        1713 drivers/atm/he.c 				|| RBRQ_CRC_ERR(he_dev->rbrq_head)) {
rbrq_head        1715 drivers/atm/he.c 				RBRQ_CRC_ERR(he_dev->rbrq_head)
rbrq_head        1717 drivers/atm/he.c 				RBRQ_LEN_ERR(he_dev->rbrq_head)
rbrq_head        1783 drivers/atm/he.c 		he_dev->rbrq_head = (struct he_rbrq *)
rbrq_head        1785 drivers/atm/he.c 					RBRQ_MASK(he_dev->rbrq_head + 1));
rbrq_head        1794 drivers/atm/he.c 		he_writel(he_dev, RBRQ_MASK(he_dev->rbrq_head),
rbrq_head         293 drivers/atm/he.h 	struct he_rbrq *rbrq_base, *rbrq_head;