Searched refs:first_tx_desc (Results 1 – 4 of 4) sorted by relevance
155 struct tx_desc *first_tx_desc; member345 db->first_tx_desc = (struct tx_desc *) db->desc_pool_ptr; in uli526x_init_one()1318 db->tx_insert_ptr = db->first_tx_desc; in uli526x_descriptor_init()1319 db->tx_remove_ptr = db->first_tx_desc; in uli526x_descriptor_init()1323 db->first_rx_desc = (void *)db->first_tx_desc + sizeof(struct tx_desc) * TX_DESC_CNT; in uli526x_descriptor_init()1333 for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) { in uli526x_descriptor_init()1345 tmp_tx->next_tx_desc = db->first_tx_desc; in uli526x_descriptor_init()
233 struct tx_desc *first_tx_desc; member456 db->first_tx_desc = (struct tx_desc *) db->desc_pool_ptr; in dmfe_init_one()1380 db->tx_insert_ptr = db->first_tx_desc; in dmfe_descriptor_init()1381 db->tx_remove_ptr = db->first_tx_desc; in dmfe_descriptor_init()1385 db->first_rx_desc = (void *)db->first_tx_desc + in dmfe_descriptor_init()1398 for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) { in dmfe_descriptor_init()1410 tmp_tx->next_tx_desc = db->first_tx_desc; in dmfe_descriptor_init()
840 struct tx_desc *first_tx_desc; in txq_submit_tso() local849 first_tx_desc = &txq->tx_desc_area[txq->tx_curr_desc]; in txq_submit_tso()889 first_tx_desc->cmd_sts = first_cmd_sts; in txq_submit_tso()
724 struct ring_desc_ex *first_tx_desc; member1967 np->tx_skb[i].first_tx_desc = NULL; in nv_init_tx()2034 np->tx_skb[i].first_tx_desc = NULL; in nv_drain_tx()2508 start_tx_ctx->first_tx_desc = start_tx; in nv_start_xmit_optimized()2537 np->tx_change_owner->first_tx_desc->flaglen |= in nv_tx_flip_ownership()2760 put_tx.ex = np->tx_change_owner->first_tx_desc; in nv_tx_timeout()