Lines Matching refs:ipv4_buf
16491 u32 ipv4_buf[MAX_IPV4_ENTRIES]; /* temp save for AOE host_ip table */ in aoe_update_host_ipv4_table() local
16495 bzero(ipv4_buf, sizeof(ipv4_buf)); in aoe_update_host_ipv4_table()
16498 ret = dhd_arp_get_arp_hostip_table(dhd_pub, ipv4_buf, sizeof(ipv4_buf), idx); in aoe_update_host_ipv4_table()
16501 dhd_print_buf(ipv4_buf, 32, 4); /* max 8 IPs 4b each */ in aoe_update_host_ipv4_table()
16512 if (add && (ipv4_buf[i] == 0)) { in aoe_update_host_ipv4_table()
16513 ipv4_buf[i] = ipa; in aoe_update_host_ipv4_table()
16517 } else if (ipv4_buf[i] == ipa) { in aoe_update_host_ipv4_table()
16518 ipv4_buf[i] = 0; in aoe_update_host_ipv4_table()
16523 if (ipv4_buf[i] != 0) { in aoe_update_host_ipv4_table()
16525 dhd_arp_offload_add_ip(dhd_pub, ipv4_buf[i], idx); in aoe_update_host_ipv4_table()
16527 __FUNCTION__, ipv4_buf[i], i)); in aoe_update_host_ipv4_table()
16532 dhd_arp_get_arp_hostip_table(dhd_pub, ipv4_buf, sizeof(ipv4_buf), idx); in aoe_update_host_ipv4_table()
16534 dhd_print_buf(ipv4_buf, 32, 4); /* max 8 IPs 4b each */ in aoe_update_host_ipv4_table()