Searched refs:get_media_type (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Ddevice.h79 void get_media_type(int fd);
H A Dcopycd.c141 get_media_type(target->d_fd);
232 get_media_type(src->d_fd);
370 get_media_type(target->d_fd);
H A Dblank.c85 get_media_type(target->d_fd);
H A Ddumpinfo.c52 get_media_type(target->d_fd);
H A Dwrite_image.c49 get_media_type(target->d_fd);
H A Ddevice.c804 get_media_type(int fd) function
H A Dmisc_scsi.c1052 get_media_type(target->d_fd);
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dmedia.c51 static int get_media_type(uint_t media_type);
323 mtype = get_media_type(minfo.dki_media_type);
411 get_media_type(minfo.dki_media_type)) != 0) {
498 get_media_type(uint_t media_type) function
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c419 mac->ops.get_media_type = ixgbe_get_media_type_X550em;
426 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper)
440 if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper)
1165 switch (hw->mac.ops.get_media_type(hw)) {
1462 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) {
1944 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper)
2611 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber)
3047 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper)
H A Dixgbe_82599.c71 if ((mac->ops.get_media_type(hw) == ixgbe_media_type_fiber) &&
152 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
340 mac->ops.get_media_type = ixgbe_get_media_type_82599;
2136 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_copper)
H A Dixgbe_82598.c137 mac->ops.get_media_type = ixgbe_get_media_type_82598;
204 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
H A Dixgbe_vf.c64 hw->mac.ops.get_media_type = NULL;
H A Dixgbe_x540.c90 mac->ops.get_media_type = ixgbe_get_media_type_X540;
H A Dixgbe_phy.c1315 switch (hw->mac.ops.get_media_type(hw)) {
1354 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber) {
1708 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_fiber_qsfp) {
H A Dixgbe_api.c304 return ixgbe_call_func(hw, hw->mac.ops.get_media_type, (hw),
H A Dixgbe_common.c100 mac->ops.get_media_type = NULL;
384 hw->phy.media_type = hw->mac.ops.get_media_type(hw);
H A Dixgbe_type.h3660 enum ixgbe_media_type (*get_media_type)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations

Completed in 1145 milliseconds