Searched refs:WSM_TX_SEQ (Results 1 – 2 of 2) sorted by relevance
394 wsm->id &= __cpu_to_le16(0xffff ^ WSM_TX_SEQ(WSM_TX_SEQ_MAX)); in cw1200_bh_tx_helper()395 wsm->id |= __cpu_to_le16(WSM_TX_SEQ(priv->wsm_tx_seq)); in cw1200_bh_tx_helper()
596 #define WSM_TX_SEQ(seq) \ macro