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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dcyclades.c933 struct BUF_CTRL __iomem *buf_ctrl)
946 rx_get = new_rx_get = readl(&buf_ctrl->rx_get);
947 rx_put = readl(&buf_ctrl->rx_put);
948 rx_bufsize = readl(&buf_ctrl->rx_bufsize);
949 rx_bufaddr = readl(&buf_ctrl->rx_bufaddr);
1005 rx_put = readl(&buf_ctrl->rx_put);
1010 if (char_count >= (int)readl(&buf_ctrl->rx_threshold)) {
1018 cy_writel(&buf_ctrl->rx_get, new_rx_get);
1024 struct BUF_CTRL __iomem *buf_ctrl)
1038 tx_get = readl(&buf_ctrl
932 cyz_handle_rx(struct cyclades_port *info, struct CH_CTRL __iomem *ch_ctrl, struct BUF_CTRL __iomem *buf_ctrl) argument
1023 cyz_handle_tx(struct cyclades_port *info, struct CH_CTRL __iomem *ch_ctrl, struct BUF_CTRL __iomem *buf_ctrl) argument
1110 static struct BUF_CTRL __iomem *buf_ctrl; local
1271 static struct BUF_CTRL *buf_ctrl; local
2375 static struct BUF_CTRL *buf_ctrl; local
2698 struct BUF_CTRL __iomem *buf_ctrl; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcyclades.h505 struct BUF_CTRL buf_ctrl[MAX_CHAN]; member in struct:ZFW_CTRL

Completed in 64 milliseconds