HomeSort by: relevance | last modified time | path
    Searched refs:media_type (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.h 83 u_char media_type [ISODCL(0x01,0x01)]; member in struct:_boot_catalog_initial_entry
104 u_char media_type [ISODCL(0x01,0x01)]; member in struct:_boot_catalog_section_entry
cd9660_eltorito.c 291 ie->media_type[0] = disk->targetMode;
300 ie->media_type[0], disk->loadSegment, ie->system_type[0],
336 se->media_type[0] = disk->targetMode;
  /src/sbin/ifconfig/
media.c 352 print_link_status(int media_type, int link_state)
358 if (LINK_STATE_DESC_MATCH(p, media_type, link_state)) {
367 print_media_status(int media_type, int media_status)
376 if (ifms->ifms_type != media_type ||
  /src/sys/dev/pci/ixgbe/
ixgbe_82598.c 363 enum ixgbe_media_type media_type; local in function:ixgbe_get_media_type_82598
371 media_type = ixgbe_media_type_copper;
382 media_type = ixgbe_media_type_backplane;
390 media_type = ixgbe_media_type_fiber;
394 media_type = ixgbe_media_type_cx4;
398 media_type = ixgbe_media_type_copper;
401 media_type = ixgbe_media_type_unknown;
405 return media_type;
ixgbe_82599.c 518 if (hw->phy.media_type == ixgbe_media_type_fiber_qsfp)
536 enum ixgbe_media_type media_type; local in function:ixgbe_get_media_type_82599
544 media_type = ixgbe_media_type_copper;
558 media_type = ixgbe_media_type_backplane;
566 media_type = ixgbe_media_type_fiber;
569 media_type = ixgbe_media_type_cx4;
572 media_type = ixgbe_media_type_copper;
575 media_type = ixgbe_media_type_fiber_lco;
578 media_type = ixgbe_media_type_fiber_qsfp;
581 media_type = ixgbe_media_type_fiber_fixed
    [all...]
ixgbe_common.c 177 switch (hw->phy.media_type) {
266 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 == ixgbe_media_type_copper) &
    [all...]
ixgbe_x550.c 1678 enum ixgbe_media_type media_type; local in function:ixgbe_get_media_type_X550em
1689 media_type = ixgbe_media_type_backplane;
1696 media_type = ixgbe_media_type_fiber;
1701 media_type = ixgbe_media_type_copper;
1705 media_type = ixgbe_media_type_backplane;
1710 media_type = ixgbe_media_type_copper;
1713 media_type = ixgbe_media_type_unknown;
1716 return media_type;
2068 if (hw->phy.media_type == ixgbe_media_type_fiber) {
ixgbe.c 1197 if (hw->phy.media_type == ixgbe_media_type_copper) {
3067 if (hw->phy.media_type == ixgbe_media_type_backplane)
5586 if (hw->phy.media_type == ixgbe_media_type_backplane)
5589 if (!((hw->phy.media_type == ixgbe_media_type_copper) ||
5697 if (!(hw->phy.media_type == ixgbe_media_type_copper) &&
ixgbe_type.h 4229 enum ixgbe_media_type media_type; member in struct:ixgbe_phy_info
  /src/sys/arch/hp300/stand/common/
scsireg.h 318 u_char media_type; member in struct:scsi_modesel_hdr
329 u_char media_type; member in struct:scsi_modesense_hdr
  /src/sys/dev/pci/igc/
igc_hw.h 309 enum igc_media_type media_type; member in struct:igc_phy_info
igc_i225.c 96 hw->phy.media_type = igc_media_type_copper;
144 if (hw->phy.media_type != igc_media_type_copper) {
911 if ((hw->phy.media_type == igc_media_type_copper) &&
1123 hw->phy.media_type != igc_media_type_copper)
if_igc.c 415 if (hw->phy.media_type == igc_media_type_copper)

Completed in 63 milliseconds