Searched refs:TXQ_LOCK_ASSERT_OWNED (Results 1 – 2 of 2) sorted by relevance
2082 TXQ_LOCK_ASSERT_OWNED(txq); /* will manipulate txb and dma_hdls */ in get_frame_txinfo()2220 TXQ_LOCK_ASSERT_OWNED(txq); /* will manipulate txb */ in copy_into_txb()2291 TXQ_LOCK_ASSERT_OWNED(txq); /* will manipulate dhdls */ in add_mblk()2337 TXQ_LOCK_ASSERT_OWNED(txq); /* dhdls, txb */ in free_txinfo_resources()2378 TXQ_LOCK_ASSERT_OWNED(txq); in add_to_txpkts()2454 TXQ_LOCK_ASSERT_OWNED(txq); /* pidx, avail */ in write_txpkts_wr()2613 TXQ_LOCK_ASSERT_OWNED(txq); /* pidx, avail */ in write_txpkt_wr()
577 #define TXQ_LOCK_ASSERT_OWNED(txq) EQ_LOCK_ASSERT_OWNED(&(txq)->eq) macro