Searched refs:tx_cmd_b (Results 1 – 2 of 2) sorted by relevance
903 uint32_t tx_cmd_a, tx_cmd_b; in mue_uno_tx_prepare() local929 tx_cmd_b = m->m_pkthdr.segsz; in mue_uno_tx_prepare()931 tx_cmd_b = MUE_TX_MSS_MIN; in mue_uno_tx_prepare()932 tx_cmd_b <<= MUE_TX_CMD_B_MSS_SHIFT; in mue_uno_tx_prepare()933 KASSERT((tx_cmd_b & ~MUE_TX_CMD_B_MSS_MASK) == 0); in mue_uno_tx_prepare()942 tx_cmd_b = 0; in mue_uno_tx_prepare()946 hdr.tx_cmd_b = htole32(tx_cmd_b); in mue_uno_tx_prepare()
56 uint32_t tx_cmd_b; member