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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5090 uint32_t ip_desc_addr = 0; local
5126 ip_desc_addr = iphdr->ip_dst.s_addr;
5143 key[4] = (uint8_t)((ip_desc_addr) &0xFF);
5144 key[5] = (uint8_t)((ip_desc_addr >> 8) &0xFF);
5145 key[6] = (uint8_t)((ip_desc_addr >> 16) &0xFF);
5146 key[7] = (uint8_t)((ip_desc_addr >> 24) &0xFF);

Completed in 71 milliseconds