Searched refs:first_tx_desc (Results 1 – 4 of 4) sorted by relevance
147 struct tx_desc *first_tx_desc; member337 db->first_tx_desc = (struct tx_desc *) db->desc_pool_ptr; in uli526x_init_one()1310 db->tx_insert_ptr = db->first_tx_desc; in uli526x_descriptor_init()1311 db->tx_remove_ptr = db->first_tx_desc; in uli526x_descriptor_init()1315 db->first_rx_desc = (void *)db->first_tx_desc + sizeof(struct tx_desc) * TX_DESC_CNT; in uli526x_descriptor_init()1325 for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) { in uli526x_descriptor_init()1337 tmp_tx->next_tx_desc = db->first_tx_desc; in uli526x_descriptor_init()
225 struct tx_desc *first_tx_desc; member448 db->first_tx_desc = (struct tx_desc *) db->desc_pool_ptr; in dmfe_init_one()1372 db->tx_insert_ptr = db->first_tx_desc; in dmfe_descriptor_init()1373 db->tx_remove_ptr = db->first_tx_desc; in dmfe_descriptor_init()1377 db->first_rx_desc = (void *)db->first_tx_desc + in dmfe_descriptor_init()1390 for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) { in dmfe_descriptor_init()1402 tmp_tx->next_tx_desc = db->first_tx_desc; in dmfe_descriptor_init()
828 struct tx_desc *first_tx_desc; in txq_submit_tso() local837 first_tx_desc = &txq->tx_desc_area[txq->tx_curr_desc]; in txq_submit_tso()877 first_tx_desc->cmd_sts = first_cmd_sts; in txq_submit_tso()
712 struct ring_desc_ex *first_tx_desc; member1985 np->tx_skb[i].first_tx_desc = NULL; in nv_init_tx()2052 np->tx_skb[i].first_tx_desc = NULL; in nv_drain_tx()2526 start_tx_ctx->first_tx_desc = start_tx; in nv_start_xmit_optimized()2555 np->tx_change_owner->first_tx_desc->flaglen |= in nv_tx_flip_ownership()2787 put_tx.ex = np->tx_change_owner->first_tx_desc; in nv_tx_timeout()