Home
last modified time | relevance | path

Searched refs:tx_desc_curr (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dmv64340_eth.c2468 int tx_desc_curr, tx_desc_used, tx_first_desc, tx_next_desc; local
2478 tx_desc_curr = p_eth_port_ctrl->tx_curr_desc_q;
2481 current_descriptor = &(p_eth_port_ctrl->p_tx_desc_area[tx_desc_curr]);
2485 tx_next_desc = (tx_desc_curr + 1) % MV64340_TX_QUEUE_SIZE;
2489 tx_first_desc = tx_desc_curr;
2493 first_descriptor = &(p_eth_port_ctrl->p_tx_desc_area[tx_desc_curr]);
2528 p_eth_port_ctrl->tx_skb[tx_desc_curr] =
2585 int tx_desc_curr; local
2595 tx_desc_curr = p_eth_port_ctrl->tx_curr_desc_q;
2597 current_descriptor = &(p_eth_port_ctrl->p_tx_desc_area[tx_desc_curr]);
[all …]