Searched refs:media_type (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-12-stable/usr.bin/etdump/
H A Detdump.h46 const char *media_type_string(u_char media_type);
H A Doutput_text.c88 media_type_string(bcse->media_type[0]));
H A Detdump.c60 media_type_string(u_char media_type) argument
63 switch (media_type) {
/freebsd-12-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h87 u_char media_type [ISODCL(0x01,0x01)]; member in struct:_boot_catalog_initial_entry
108 u_char media_type [ISODCL(0x01,0x01)]; member in struct:_boot_catalog_section_entry
H A Dcd9660_eltorito.c289 ie->media_type[0] = disk->targetMode;
298 ie->media_type[0], disk->loadSegment, ie->system_type[0],
337 se->media_type[0] = disk->targetMode;
/freebsd-12-stable/sys/dev/e1000/
H A De1000_82540.c172 hw->phy.media_type = e1000_media_type_fiber;
176 hw->phy.media_type = e1000_media_type_internal_serdes;
179 hw->phy.media_type = e1000_media_type_copper;
202 (hw->phy.media_type == e1000_media_type_copper)
206 switch (hw->phy.media_type) {
223 (hw->phy.media_type == e1000_media_type_copper)
471 if (hw->phy.media_type == e1000_media_type_internal_serdes) {
H A De1000_82575.c173 if (hw->phy.media_type != e1000_media_type_copper) {
469 (hw->phy.media_type == e1000_media_type_copper)
1096 if (hw->phy.media_type != e1000_media_type_copper)
1120 if (hw->phy.media_type != e1000_media_type_copper) {
1218 if ((hw->phy.media_type != e1000_media_type_internal_serdes) &&
1316 if ((hw->phy.media_type != e1000_media_type_internal_serdes) &&
1561 if ((hw->phy.media_type != e1000_media_type_internal_serdes) &&
1714 hw->phy.media_type = e1000_media_type_internal_serdes;
1717 hw->phy.media_type = e1000_media_type_copper;
1722 hw->phy.media_type
[all...]
H A De1000_82543.c92 if (hw->phy.media_type != e1000_media_type_copper) {
204 hw->phy.media_type = e1000_media_type_fiber;
207 hw->phy.media_type = e1000_media_type_copper;
230 (hw->phy.media_type == e1000_media_type_copper)
234 (hw->phy.media_type == e1000_media_type_copper)
239 (hw->phy.media_type == e1000_media_type_copper)
258 (hw->phy.media_type == e1000_media_type_fiber))
1488 hw->phy.media_type == e1000_media_type_copper) {
1515 hw->phy.media_type == e1000_media_type_copper) {
H A De1000_mac.c1032 /* Call the necessary media_type subroutine to configure the link. */
1211 if (hw->phy.media_type == e1000_media_type_internal_serdes ||
1367 if (hw->phy.media_type == e1000_media_type_fiber ||
1368 hw->phy.media_type == e1000_media_type_internal_serdes)
1371 if (hw->phy.media_type == e1000_media_type_copper)
1385 if ((hw->phy.media_type == e1000_media_type_copper) && mac->autoneg) {
1529 if ((hw->phy.media_type == e1000_media_type_internal_serdes) &&
1845 if (hw->phy.media_type == e1000_media_type_fiber) {
1854 } else if (hw->phy.media_type == e1000_media_type_copper) {
1889 if (hw->phy.media_type
[all...]
H A De1000_80003es2lan.c95 if (hw->phy.media_type != e1000_media_type_copper) {
204 hw->phy.media_type = e1000_media_type_internal_serdes;
210 hw->phy.media_type = e1000_media_type_copper;
728 if (hw->phy.media_type == e1000_media_type_copper) {
941 if (hw->phy.media_type != e1000_media_type_copper)
1184 if (hw->phy.media_type == e1000_media_type_copper) {
H A De1000_82571.c99 if (hw->phy.media_type != e1000_media_type_copper) {
297 hw->phy.media_type = e1000_media_type_fiber;
308 hw->phy.media_type = e1000_media_type_internal_serdes;
316 hw->phy.media_type = e1000_media_type_copper;
1058 if (hw->phy.media_type == e1000_media_type_internal_serdes)
H A De1000_vf.c104 hw->phy.media_type = e1000_media_type_unknown;
H A Dif_em.c1007 if (hw->phy.media_type == e1000_media_type_copper) {
1389 adapter->hw.phy.media_type == e1000_media_type_copper) {
1581 if ((adapter->hw.phy.media_type == e1000_media_type_fiber) ||
1582 (adapter->hw.phy.media_type == e1000_media_type_internal_serdes)) {
1780 switch (hw->phy.media_type) {
2881 if ((adapter->hw.phy.media_type == e1000_media_type_fiber) ||
2882 (adapter->hw.phy.media_type == e1000_media_type_internal_serdes)) {
3096 if ((adapter->hw.phy.media_type == e1000_media_type_fiber) ||
3097 (adapter->hw.phy.media_type ==
3808 if (adapter->hw.phy.media_type
[all...]
H A De1000_82542.c108 hw->phy.media_type = e1000_media_type_fiber;
H A De1000_i210.c589 switch (hw->phy.media_type) {
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_82598.c358 enum ixgbe_media_type media_type; local
366 media_type = ixgbe_media_type_copper;
377 media_type = ixgbe_media_type_backplane;
385 media_type = ixgbe_media_type_fiber;
389 media_type = ixgbe_media_type_cx4;
393 media_type = ixgbe_media_type_copper;
396 media_type = ixgbe_media_type_unknown;
400 return media_type;
H A Dixgbe_82599.c510 if (hw->phy.media_type == ixgbe_media_type_fiber_qsfp)
528 enum ixgbe_media_type media_type; local
536 media_type = ixgbe_media_type_copper;
550 media_type = ixgbe_media_type_backplane;
558 media_type = ixgbe_media_type_fiber;
561 media_type = ixgbe_media_type_cx4;
564 media_type = ixgbe_media_type_copper;
567 media_type = ixgbe_media_type_fiber_qsfp;
570 media_type = ixgbe_media_type_fiber_fixed;
574 media_type
[all...]
H A Dixgbe_common.c171 switch (hw->phy.media_type) {
265 switch (hw->phy.media_type) {
302 if (hw->phy.media_type == ixgbe_media_type_backplane)
305 else if (hw->phy.media_type == ixgbe_media_type_copper)
315 if (hw->phy.media_type == ixgbe_media_type_backplane) {
318 } else if (hw->phy.media_type == ixgbe_media_type_copper) {
336 if (hw->phy.media_type == ixgbe_media_type_backplane)
339 else if (hw->phy.media_type == ixgbe_media_type_copper)
371 if (hw->phy.media_type == ixgbe_media_type_backplane) {
376 } else if ((hw->phy.media_type
[all...]
H A Dixgbe_x550.c1503 enum ixgbe_media_type media_type; local
1514 media_type = ixgbe_media_type_backplane;
1521 media_type = ixgbe_media_type_fiber;
1526 media_type = ixgbe_media_type_copper;
1530 media_type = ixgbe_media_type_backplane;
1535 media_type = ixgbe_media_type_copper;
1538 media_type = ixgbe_media_type_unknown;
1541 return media_type;
1894 if (hw->phy.media_type == ixgbe_media_type_fiber) {
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe_elink.c5296 (phy->media_type != ELINK_ETH_PHY_SFP_1G_FIBER)) {
5669 dev_info.port_hw_config[port].media_type);
5672 params->phy[ELINK_INT_PHY].media_type =
5675 params->phy[ELINK_EXT_PHY1].media_type =
5678 params->phy[ELINK_EXT_PHY2].media_type =
6669 if ((!link_up) && (phy->media_type == ELINK_ETH_PHY_KR) &&
7382 serdes_phy_type = ((params->phy[phy_index].media_type ==
7384 (params->phy[phy_index].media_type ==
7386 (params->phy[phy_index].media_type ==
7388 (params->phy[phy_index].media_type
[all...]
H A Dbxe_elink.h317 uint32_t media_type; member in struct:elink_phy
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c821 unsigned char media_type; member in struct:iso9660::__anon2097
5461 size = fd_boot_image_size(iso9660->el_torito.media_type);
7163 iso9660->el_torito.media_type =
7166 iso9660->el_torito.media_type =
7169 iso9660->el_torito.media_type =
7174 iso9660->el_torito.media_type =
7178 iso9660->el_torito.media_type = BOOT_MEDIA_NO_EMULATION;
7181 iso9660->el_torito.media_type = BOOT_MEDIA_HARD_DISK;
7186 iso9660->el_torito.media_type =
7189 iso9660->el_torito.media_type
7227 fd_boot_image_size(int media_type) argument
[all...]
/freebsd-12-stable/sys/dev/bnxt/
H A Dbnxt.h314 uint8_t media_type; member in struct:bnxt_link_info
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp_api.h661 u32 *media_type);
H A Dqlnx_def.h283 uint32_t media_type; member in struct:qlnx_link_output

Completed in 424 milliseconds

12