Searched refs:tx_replace_cmd (Results 1 – 1 of 1) sorted by relevance
4895 uint32_t tx_replace_cmd; in al_eth_tx_crc_chksum_replace_cmd_entry_set() local4899 tx_replace_cmd = (uint32_t)(tx_replace_entry->l3_csum_en_00) << 0; in al_eth_tx_crc_chksum_replace_cmd_entry_set()4900 tx_replace_cmd |= (uint32_t)(tx_replace_entry->l4_csum_en_00) << 1; in al_eth_tx_crc_chksum_replace_cmd_entry_set()4901 tx_replace_cmd |= (uint32_t)(tx_replace_entry->crc_en_00) << 2; in al_eth_tx_crc_chksum_replace_cmd_entry_set()4904 tx_replace_cmd); in al_eth_tx_crc_chksum_replace_cmd_entry_set()4906 tx_replace_cmd = (uint32_t)(tx_replace_entry->l3_csum_en_01) << 0; in al_eth_tx_crc_chksum_replace_cmd_entry_set()4907 tx_replace_cmd |= (uint32_t)(tx_replace_entry->l4_csum_en_01) << 1; in al_eth_tx_crc_chksum_replace_cmd_entry_set()4908 tx_replace_cmd |= (uint32_t)(tx_replace_entry->crc_en_01) << 2; in al_eth_tx_crc_chksum_replace_cmd_entry_set()4911 tx_replace_cmd); in al_eth_tx_crc_chksum_replace_cmd_entry_set()4913 tx_replace_cmd = (uint32_t)(tx_replace_entry->l3_csum_en_10) << 0; in al_eth_tx_crc_chksum_replace_cmd_entry_set()[all …]