Home
last modified time | relevance | path

Searched refs:module_type (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/dev/qlxgbe/
HDql_inline.h109 if ((ha->hw.module_type == 0x4) || in qla_get_optics()
110 (ha->hw.module_type == 0x5) || in qla_get_optics()
111 (ha->hw.module_type == 0x6)) in qla_get_optics()
HDql_isr.c770 ha->hw.module_type = ((data >> 8) & 0xFF); in ql_mbx_isr()
HDql_hw.h1531 uint8_t module_type; member
HDql_hw.c473 switch (ha->hw.module_type) { in ql_hw_link_status()
529 ha->hw.module_type); in ql_hw_link_status()
/NextBSD/sys/dev/ixl/
HDi40e_type.h243 u8 module_type[3]; member
HDi40e_adminq_cmd.h1670 u8 module_type[3]; member
HDi40e_common.c2576 memcpy(hw->phy.link_info.module_type, &abilities.module_type, in i40e_update_link_info()
2577 sizeof(hw->phy.link_info.module_type)); in i40e_update_link_info()
/NextBSD/sys/boot/
HDREADME220 #module_type="type" # passes "-t type" to load
/NextBSD/sys/boot/forth/
HDsupport.4th655 : module_type? module_type_suffix suffix_type? ;
800 module_type? if set_module_type exit then