Searched refs:first_tx_desc (Results 1 – 4 of 4) sorted by relevance
145 struct tx_desc *first_tx_desc; member333 db->first_tx_desc = (struct tx_desc *) db->desc_pool_ptr; in uli526x_init_one()1275 db->tx_insert_ptr = db->first_tx_desc; in uli526x_descriptor_init()1276 db->tx_remove_ptr = db->first_tx_desc; in uli526x_descriptor_init()1280 db->first_rx_desc = (void *)db->first_tx_desc + sizeof(struct tx_desc) * TX_DESC_CNT; in uli526x_descriptor_init()1290 for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) { in uli526x_descriptor_init()1302 tmp_tx->next_tx_desc = db->first_tx_desc; in uli526x_descriptor_init()
223 struct tx_desc *first_tx_desc; member441 db->first_tx_desc = (struct tx_desc *) db->desc_pool_ptr; in dmfe_init_one()1365 db->tx_insert_ptr = db->first_tx_desc; in dmfe_descriptor_init()1366 db->tx_remove_ptr = db->first_tx_desc; in dmfe_descriptor_init()1370 db->first_rx_desc = (void *)db->first_tx_desc + in dmfe_descriptor_init()1383 for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) { in dmfe_descriptor_init()1395 tmp_tx->next_tx_desc = db->first_tx_desc; in dmfe_descriptor_init()
824 struct tx_desc *first_tx_desc; in txq_submit_tso() local833 first_tx_desc = &txq->tx_desc_area[txq->tx_curr_desc]; in txq_submit_tso()873 first_tx_desc->cmd_sts = first_cmd_sts; in txq_submit_tso()
712 struct ring_desc_ex *first_tx_desc; member1980 np->tx_skb[i].first_tx_desc = NULL; in nv_init_tx()2047 np->tx_skb[i].first_tx_desc = NULL; in nv_drain_tx()2553 start_tx_ctx->first_tx_desc = start_tx; in nv_start_xmit_optimized()2589 np->tx_change_owner->first_tx_desc->flaglen |= in nv_tx_flip_ownership()2821 put_tx.ex = np->tx_change_owner->first_tx_desc; in nv_tx_timeout()