Searched refs:link_info (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-ilk.h102 * @param link_info The new link state
106 extern int __cvmx_helper_ilk_link_set(int ipd_port, cvmx_helper_link_info_t link_info);
H A Dcvmx-helper-sgmii.h104 * @param link_info The new link state
108 extern int __cvmx_helper_sgmii_link_set(int ipd_port, cvmx_helper_link_info_t link_info);
H A Dcvmx-helper-spi.h104 * @param link_info The new link state
108 extern int __cvmx_helper_spi_link_set(int ipd_port, cvmx_helper_link_info_t link_info);
H A Dcvmx-helper-srio.h104 * @param link_info The new link state
108 extern int __cvmx_helper_srio_link_set(int ipd_port, cvmx_helper_link_info_t link_info);
H A Dcvmx-helper-xaui.h104 * @param link_info The new link state
108 extern int __cvmx_helper_xaui_link_set(int ipd_port, cvmx_helper_link_info_t link_info);
H A Dcvmx-helper-rgmii.h113 * @param link_info The new link state
117 extern int __cvmx_helper_rgmii_link_set(int ipd_port, cvmx_helper_link_info_t link_info);
H A Dcvmx-helper-board.h125 * @param link_info Link speed to program. If the speed is zero and autonegotiation
131 cvmx_helper_link_info_t link_info);
H A Dcvmx-mgmt-port.h220 * @param link_info The new link state
224 extern int cvmx_mgmt_port_link_set(int port, cvmx_helper_link_info_t link_info);
H A Dcvmx-helper-rgmii.c326 * @param link_info The new link state
330 int __cvmx_helper_rgmii_link_set(int ipd_port, cvmx_helper_link_info_t link_info) argument
391 if (!link_info.s.link_up)
394 new_gmx_cfg.s.duplex = link_info.s.full_duplex;
397 if (link_info.s.speed == 10)
402 else if (link_info.s.speed == 100)
414 if (link_info.s.speed == 10)
420 else if (link_info.s.speed == 100)
435 if ((link_info.s.speed == 10) || (link_info
[all...]
/freebsd-10-stable/contrib/binutils/bfd/
H A Delf32-i386-fbsd.c38 elf_i386_post_process_headers (abfd, link_info)
40 struct bfd_link_info * link_info ATTRIBUTE_UNUSED;
H A Delf64-alpha-fbsd.c38 elf_alpha_post_process_headers (abfd, link_info)
40 struct bfd_link_info * link_info ATTRIBUTE_UNUSED;
H A Dsimple.c28 simple_dummy_warning (struct bfd_link_info *link_info ATTRIBUTE_UNUSED,
39 simple_dummy_undefined_symbol (struct bfd_link_info *link_info ATTRIBUTE_UNUSED,
50 simple_dummy_reloc_overflow (struct bfd_link_info *link_info ATTRIBUTE_UNUSED,
63 simple_dummy_reloc_dangerous (struct bfd_link_info *link_info ATTRIBUTE_UNUSED,
73 simple_dummy_unattached_reloc (struct bfd_link_info *link_info ATTRIBUTE_UNUSED,
83 simple_dummy_multiple_definition (struct bfd_link_info *link_info ATTRIBUTE_UNUSED,
157 struct bfd_link_info link_info; local
184 memset (&link_info, 0, sizeof (link_info));
185 link_info
[all...]
H A Dreloc16.c44 bfd_coff_reloc16_get_value (reloc, link_info, input_section)
46 struct bfd_link_info *link_info;
65 h = bfd_wrapped_link_hash_lookup (input_section->owner, link_info,
79 if (!((*link_info->callbacks->undefined_symbol)
80 (link_info, bfd_asymbol_name (symbol),
140 bfd_coff_reloc16_relax_section (abfd, input_section, link_info, again)
143 struct bfd_link_info *link_info;
215 shrinks[i], link_info);
241 link_info,
247 struct bfd_link_info *link_info;
[all...]
H A Dbout.c492 struct bfd_link_info *link_info,
510 h = bfd_wrapped_link_hash_lookup (input_section->owner, link_info,
522 if (! ((*link_info->callbacks->undefined_symbol)
523 (link_info, bfd_asymbol_name (symbol),
543 struct bfd_link_info *link_info,
554 value = get_value (reloc_entry, link_info, input_section);
581 struct bfd_link_info *link_info,
594 value = get_value (reloc_entry, link_info, input_section);
1065 struct bfd_link_info *link_info)
1067 bfd_vma value = get_value (r, link_info, input_sectio
490 get_value(arelent *reloc, struct bfd_link_info *link_info, asection *input_section) argument
541 calljx_callback(bfd *abfd, struct bfd_link_info *link_info, arelent *reloc_entry, void * src, void * dst, asection *input_section) argument
579 callj_callback(bfd *abfd, struct bfd_link_info *link_info, arelent *reloc_entry, void * data, unsigned int srcidx, unsigned int dstidx, asection *input_section, bfd_boolean shrinking) argument
1058 abs32code(bfd *abfd, asection *input_section, arelent *r, unsigned int shrink, struct bfd_link_info *link_info) argument
1135 b_out_bfd_relax_section(bfd *abfd, asection *i, struct bfd_link_info *link_info, bfd_boolean *again) argument
1206 b_out_bfd_get_relocated_section_contents(bfd *output_bfd, struct bfd_link_info *link_info, struct bfd_link_order *link_order, bfd_byte *data, bfd_boolean relocatable, asymbol **symbols) argument
[all...]
H A Dreloc.c5113 struct bfd_link_info *link_info ATTRIBUTE_UNUSED,
5155 struct bfd_link_info *link_info ATTRIBUTE_UNUSED)
5167 struct bfd_link_info *link_info,
5181 struct bfd_link_info *link_info,
5261 if (!((*link_info->callbacks->undefined_symbol)
5262 (link_info, bfd_asymbol_name (*(*parent)->sym_ptr_ptr),
5269 if (!((*link_info->callbacks->reloc_dangerous)
5270 (link_info, error_message, input_bfd, input_section,
5275 if (!((*link_info->callbacks->reloc_overflow)
5276 (link_info, NUL
5180 bfd_generic_get_relocated_section_contents(bfd *abfd, struct bfd_link_info *link_info, struct bfd_link_order *link_order, bfd_byte *data, bfd_boolean relocatable, asymbol **symbols) argument
[all...]
H A Delf32-cr16.c671 elf32_cr16_relax_delete_bytes (struct bfd_link_info *link_info, bfd *abfd, argument
765 if (link_info->wrap_hash != NULL)
920 struct bfd_link_info *link_info,
937 return bfd_generic_get_relocated_section_contents (output_bfd, link_info,
994 if (! elf32_cr16_relocate_section (output_bfd, link_info, input_bfd,
1034 struct bfd_link_info *link_info, bfd_boolean *again)
1048 if (link_info->relocatable
1058 link_info->keep_memory);
1187 if (!elf32_cr16_relax_delete_bytes (link_info, abfd, sec,
1237 if (!elf32_cr16_relax_delete_bytes (link_info, abf
919 elf32_cr16_get_relocated_section_contents(bfd *output_bfd, struct bfd_link_info *link_info, struct bfd_link_order *link_order, bfd_byte *data, bfd_boolean relocatable, asymbol **symbols) argument
1033 elf32_cr16_relax_section(bfd *abfd, asection *sec, struct bfd_link_info *link_info, bfd_boolean *again) argument
[all...]
/freebsd-10-stable/contrib/binutils/ld/
H A Dldmain.h40 extern struct bfd_link_info link_info;
H A Dldmain.c169 struct bfd_link_info link_info; variable in typeref:struct:bfd_link_info
265 link_info.allow_undefined_version = TRUE;
266 link_info.keep_memory = TRUE;
267 link_info.combreloc = TRUE;
268 link_info.strip_discarded = TRUE;
269 link_info.emit_hash = TRUE;
270 link_info.callbacks = &link_callbacks;
271 link_info.input_bfds_tail = &link_info.input_bfds;
274 link_info
[all...]
H A Dlexsup.c762 link_info.notice_all = TRUE;
808 link_info.export_dynamic = TRUE;
853 link_info.gc_sections = TRUE;
856 link_info.print_gc_sections = TRUE;
899 link_info.gc_sections = FALSE;
902 link_info.print_gc_sections = FALSE;
905 link_info.keep_memory = FALSE;
908 link_info.unresolved_syms_in_objects
912 link_info.unresolved_syms_in_shared_libs = RM_IGNORE;
915 link_info
[all...]
H A Dldemul.c213 if (!link_info.relocatable)
220 if (!link_info.relocatable)
221 _bfd_fix_excluded_sec_syms (output_bfd, &link_info);
H A Dldlang.c141 if (link_info.relocatable
1481 if (link_info.relocatable || (s->flags & (SEC_LOAD | SEC_ALLOC)) == 0)
1807 if (! link_info.reduce_memory_overheads)
1810 for (p = link_info.input_bfds; p != (bfd *) NULL; p = p->link_next)
1812 bfd_link_hash_traverse (link_info.hash, sort_def_symbol, 0);
1886 if (!link_info.reduce_memory_overheads)
1909 &link_info);
1975 bfd_link_just_syms (abfd, sec, &link_info);
1980 bfd_section_already_linked (abfd, sec, &link_info);
2012 if ((link_info
[all...]
/freebsd-10-stable/sys/mips/cavium/octe/
H A Dethernet-common.c220 cvmx_helper_link_info_t link_info; local
230 link_info = cvmx_helper_link_get(priv->port);
231 if (!link_info.s.link_up)
263 cvmx_helper_link_info_t link_info; local
289 link_info = cvmx_helper_link_get(priv->port);
290 if (link_info.u64 == priv->link_info)
293 link_info = cvmx_helper_link_autoconf(priv->port);
294 priv->link_info = link_info
[all...]
H A Dcavium-ethernet.h58 uint64_t link_info; /* Last negotiated link state */ member in struct:__anon10392
H A Dethernet-rgmii.c63 cvmx_helper_link_info_t link_info; local
69 link_info = cvmx_helper_link_get(priv->port);
70 if (link_info.u64 == priv->link_info) {
74 if (USE_10MBPS_PREAMBLE_WORKAROUND && (link_info.s.speed == 10)) {
137 link_info = cvmx_helper_link_autoconf(priv->port);
138 priv->link_info = link_info.u64;
H A Dethernet.c105 cvmx_helper_link_info_t link_info; local
107 link_info.u64 = priv->link_info;
109 if (link_info.s.link_up) {
112 if_name(ifp), link_info.s.speed,
113 (link_info.s.full_duplex) ? "Full" : "Half",

Completed in 130 milliseconds

123