Searched refs:tx_softq_head (Results 1 – 2 of 2) sorted by relevance
449 dp->tx_softq_head, in gem_dump_txbuf()450 SLOT(dp->tx_softq_head, dp->gc.gc_tx_buf_size), in gem_dump_txbuf()453 dp->tx_softq_tail - dp->tx_softq_head, in gem_dump_txbuf()944 SLOT(dp->tx_slots_base + dp->tx_softq_head, tx_buf_size); in gem_init_tx_ring()945 dp->tx_softq_tail -= dp->tx_softq_head; in gem_init_tx_ring()946 dp->tx_softq_head = (seqnum_t)0; in gem_init_tx_ring()948 dp->tx_active_head = dp->tx_softq_head; in gem_init_tx_ring()949 dp->tx_active_tail = dp->tx_softq_head; in gem_init_tx_ring()1046 dp->tx_softq_head = dp->tx_free_head; in gem_clean_tx_buf()1344 ASSERT(dp->tx_softq_head == dp->tx_active_tail); in gem_tx_start_unit()[all …]
236 seqnum_t tx_softq_head; member