Home
last modified time | relevance | path

Searched refs:ip_desc_addr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.c1747 uint32_t ip_desc_addr = 0; in qede_hash_get_txq() local
1783 ip_desc_addr = iphdr->ip_dst.s_addr; in qede_hash_get_txq()
1800 key[4] = (uint8_t)((ip_desc_addr) &0xFF); in qede_hash_get_txq()
1801 key[5] = (uint8_t)((ip_desc_addr >> 8) &0xFF); in qede_hash_get_txq()
1802 key[6] = (uint8_t)((ip_desc_addr >> 16) &0xFF); in qede_hash_get_txq()
1803 key[7] = (uint8_t)((ip_desc_addr >> 24) &0xFF); in qede_hash_get_txq()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5091 uint32_t ip_desc_addr = 0; in ql_tx_hashing() local
5127 ip_desc_addr = iphdr->ip_dst.s_addr; in ql_tx_hashing()
5144 key[4] = (uint8_t)((ip_desc_addr) &0xFF); in ql_tx_hashing()
5145 key[5] = (uint8_t)((ip_desc_addr >> 8) &0xFF); in ql_tx_hashing()
5146 key[6] = (uint8_t)((ip_desc_addr >> 16) &0xFF); in ql_tx_hashing()
5147 key[7] = (uint8_t)((ip_desc_addr >> 24) &0xFF); in ql_tx_hashing()