Searched refs:mac_ptr (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/dev/mlx5/mlx5_core/ |
| HD | mlx5_vport.c | 313 u8 *mac_ptr; in mlx5_set_nic_vport_current_mac() local 338 mac_ptr = (u8 *)MLX5_ADDR_OF(mac_address_layout, mac_layout, in mlx5_set_nic_vport_current_mac() 340 ether_addr_copy(mac_ptr, addr); in mlx5_set_nic_vport_current_mac() 436 u8 *mac_ptr = (u8 *)MLX5_ADDR_OF(mac_address_layout, mac_lout, in mlx5_set_nic_vport_mc_list() local 438 ether_addr_copy(mac_ptr, (u8 *)&addr_list[i]); in mlx5_set_nic_vport_mc_list() 479 u8 *mac_ptr; in mlx5_set_nic_vport_permanent_mac() local 494 mac_ptr = (u8 *)MLX5_ADDR_OF(modify_nic_vport_context_in, in, in mlx5_set_nic_vport_permanent_mac() 496 ether_addr_copy(mac_ptr, addr); in mlx5_set_nic_vport_permanent_mac()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | dwarf2read.c | 7934 char *mac_ptr, *mac_end; in dwarf_decode_macros() local 7943 mac_ptr = dwarf_macinfo_buffer + offset; in dwarf_decode_macros() 7951 if (mac_ptr >= mac_end) in dwarf_decode_macros() 7957 macinfo_type = read_1_byte (abfd, mac_ptr); in dwarf_decode_macros() 7958 mac_ptr++; in dwarf_decode_macros() 7974 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read); in dwarf_decode_macros() 7975 mac_ptr += bytes_read; in dwarf_decode_macros() 7976 body = read_string (abfd, mac_ptr, &bytes_read); in dwarf_decode_macros() 7977 mac_ptr += bytes_read; in dwarf_decode_macros() 8001 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read); in dwarf_decode_macros() [all …]
|