Searched refs:tx_softq_head (Results 1 – 2 of 2) sorted by relevance
447 dp->tx_softq_head, in gem_dump_txbuf()448 SLOT(dp->tx_softq_head, dp->gc.gc_tx_buf_size), in gem_dump_txbuf()451 dp->tx_softq_tail - dp->tx_softq_head, in gem_dump_txbuf()942 SLOT(dp->tx_slots_base + dp->tx_softq_head, tx_buf_size); in gem_init_tx_ring()943 dp->tx_softq_tail -= dp->tx_softq_head; in gem_init_tx_ring()944 dp->tx_softq_head = (seqnum_t)0; in gem_init_tx_ring()946 dp->tx_active_head = dp->tx_softq_head; in gem_init_tx_ring()947 dp->tx_active_tail = dp->tx_softq_head; in gem_init_tx_ring()1044 dp->tx_softq_head = dp->tx_free_head; in gem_clean_tx_buf()1342 ASSERT(dp->tx_softq_head == dp->tx_active_tail); in gem_tx_start_unit()[all …]
236 seqnum_t tx_softq_head; member