Lines Matching refs:dst_ip

1924 		xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp, u8 is_tcp,  in __hal_spdm_entry_add()  argument
1957 vBIT(dst_ip->ipv4.addr,32,32); in __hal_spdm_entry_add()
1962 xge_os_memcpy(&spdm_line_arr[3], &dst_ip->ipv6.addr[0], 8); in __hal_spdm_entry_add()
1963 xge_os_memcpy(&spdm_line_arr[4], &dst_ip->ipv6.addr[1], 8); in __hal_spdm_entry_add()
1998 xge_os_memcpy(&hldev->spdm_table[spdm_entry]->dst_ip, dst_ip, in __hal_spdm_entry_add()
2116 &spdm_entry->dst_ip, in __hal_device_rth_spdm_configure()
6071 xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp, in xge_hal_spdm_entry_add() argument
6125 (u8)((dst_ip->ipv4.addr & mask) >> shift); in xge_hal_spdm_entry_add()
6135 msg[off+ipaddr_len] = (u8)((dst_ip->ipv6.addr[off/8] in xge_hal_spdm_entry_add()
6180 status = __hal_spdm_entry_add(hldev, src_ip, dst_ip, l4_sp, l4_dp, in xge_hal_spdm_entry_add()
6215 xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp, in xge_hal_spdm_entry_remove() argument
6279 (hldev->spdm_table[spdm_entry]->dst_ip.ipv4.addr in xge_hal_spdm_entry_remove()
6280 != dst_ip->ipv4.addr)) { in xge_hal_spdm_entry_remove()
6288 (hldev->spdm_table[spdm_entry]->dst_ip.ipv6.addr[0] in xge_hal_spdm_entry_remove()
6289 != dst_ip->ipv6.addr[0]) || in xge_hal_spdm_entry_remove()
6290 (hldev->spdm_table[spdm_entry]->dst_ip.ipv6.addr[1] in xge_hal_spdm_entry_remove()
6291 != dst_ip->ipv6.addr[1])) { in xge_hal_spdm_entry_remove()
6381 (temp_dst_ip != dst_ip->ipv4.addr)) { in xge_hal_spdm_entry_remove()
6395 (spdm_line_arr[3] != dst_ip->ipv6.addr[0]) || in xge_hal_spdm_entry_remove()
6396 (spdm_line_arr[4] != dst_ip->ipv6.addr[1])) { in xge_hal_spdm_entry_remove()