Searched refs:tx_cmd_a (Results 1 – 2 of 2) sorted by relevance
903 uint32_t tx_cmd_a, tx_cmd_b; in mue_uno_tx_prepare() local924 tx_cmd_a = len | MUE_TX_CMD_A_FCS; in mue_uno_tx_prepare()927 tx_cmd_a |= MUE_TX_CMD_A_LSO; in mue_uno_tx_prepare()939 tx_cmd_a |= MUE_TX_CMD_A_IPE; in mue_uno_tx_prepare()941 tx_cmd_a |= MUE_TX_CMD_A_TPE; in mue_uno_tx_prepare()945 hdr.tx_cmd_a = htole32(tx_cmd_a); in mue_uno_tx_prepare()
49 uint32_t tx_cmd_a; member