Searched refs:first_tx_desc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Ddmfe.c238 struct tx_desc *first_tx_desc; member in struct:dmfe_board_info
452 db->first_tx_desc = (struct tx_desc *) db->desc_pool_ptr;
1366 db->tx_insert_ptr = db->first_tx_desc;
1367 db->tx_remove_ptr = db->first_tx_desc;
1371 db->first_rx_desc = (void *)db->first_tx_desc +
1384 for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) {
1396 tmp_tx->next_tx_desc = db->first_tx_desc;
H A Duli526x.c158 struct tx_desc *first_tx_desc; member in struct:uli526x_board_info
340 db->first_tx_desc = (struct tx_desc *) db->desc_pool_ptr;
1315 db->tx_insert_ptr = db->first_tx_desc;
1316 db->tx_remove_ptr = db->first_tx_desc;
1320 db->first_rx_desc = (void *)db->first_tx_desc + sizeof(struct tx_desc) * TX_DESC_CNT;
1330 for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) {
1342 tmp_tx->next_tx_desc = db->first_tx_desc;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dforcedeth.c724 struct ring_desc_ex *first_tx_desc; member in struct:nv_skb_map
1873 np->tx_skb[i].first_tx_desc = NULL;
1937 np->tx_skb[i].first_tx_desc = NULL;
2339 start_tx_ctx->first_tx_desc = start_tx;
2375 np->tx_change_owner->first_tx_desc->flaglen |=
2586 put_tx.ex = np->tx_change_owner->first_tx_desc;

Completed in 171 milliseconds