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

/netbsd-current/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h83 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
H A Dcd9660_eltorito.c291 ie->media_type[0] = disk->targetMode;
300 ie->media_type[0], disk->loadSegment, ie->system_type[0],
336 se->media_type[0] = disk->targetMode;
/netbsd-current/sbin/ifconfig/
H A Dmedia.c352 print_link_status(int media_type, int link_state) argument
358 if (LINK_STATE_DESC_MATCH(p, media_type, link_state)) {
367 print_media_status(int media_type, int media_status) argument
376 if (ifms->ifms_type != media_type ||
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_82598.c363 enum ixgbe_media_type media_type; local
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;
H A Dixgbe_82599.c518 if (hw->phy.media_type == ixgbe_media_type_fiber_qsfp)
536 enum ixgbe_media_type media_type; local
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
[all...]
H A Dixgbe_common.c177 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
[all...]
H A Dixgbe_x550.c1678 enum ixgbe_media_type media_type; local
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) {
H A Dixgbe.c1212 if (hw->phy.media_type == ixgbe_media_type_copper) {
3085 if (hw->phy.media_type == ixgbe_media_type_backplane)
5604 if (hw->phy.media_type == ixgbe_media_type_backplane)
5607 if (!((hw->phy.media_type == ixgbe_media_type_copper) ||
5715 if (!(hw->phy.media_type == ixgbe_media_type_copper) &&
H A Dixgbe_type.h4229 enum ixgbe_media_type media_type; member in struct:ixgbe_phy_info
/netbsd-current/sys/arch/hp300/stand/common/
H A Dscsireg.h318 u_char media_type; member in struct:scsi_sense::__anon1::scsi_modesel_hdr
329 u_char media_type; member in struct:scsi_sense::__anon1::scsi_modesense_hdr
/netbsd-current/sys/dev/pci/igc/
H A Digc_hw.h309 enum igc_media_type media_type; member in struct:igc_phy_info
H A Digc_i225.c96 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)
H A Dif_igc.c417 if (hw->phy.media_type == igc_media_type_copper)
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_iso9660.c821 unsigned char media_type; member in struct:iso9660::__anon214
5457 size = fd_boot_image_size(iso9660->el_torito.media_type);
7161 iso9660->el_torito.media_type =
7164 iso9660->el_torito.media_type =
7167 iso9660->el_torito.media_type =
7172 iso9660->el_torito.media_type =
7176 iso9660->el_torito.media_type = BOOT_MEDIA_NO_EMULATION;
7179 iso9660->el_torito.media_type = BOOT_MEDIA_HARD_DISK;
7184 iso9660->el_torito.media_type =
7187 iso9660->el_torito.media_type
7225 fd_boot_image_size(int media_type) argument
[all...]

Completed in 223 milliseconds