Searched refs:ip_desc_addr (Results 1 – 1 of 1) sorted by relevance
5090 uint32_t ip_desc_addr = 0; in ql_tx_hashing() local5126 ip_desc_addr = iphdr->ip_dst.s_addr; in ql_tx_hashing()5143 key[4] = (uint8_t)((ip_desc_addr) &0xFF); in ql_tx_hashing()5144 key[5] = (uint8_t)((ip_desc_addr >> 8) &0xFF); in ql_tx_hashing()5145 key[6] = (uint8_t)((ip_desc_addr >> 16) &0xFF); in ql_tx_hashing()5146 key[7] = (uint8_t)((ip_desc_addr >> 24) &0xFF); in ql_tx_hashing()