Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/gdb/linux/
Dmodules.py19 module_type = utils.CachedType("struct module") variable
23 global module_type
24 module_ptr_type = module_type.get_type().pointer()
/linux-4.1.27/drivers/net/wimax/i2400m/
Dfw.c1193 unsigned module_type, header_len, major_version, minor_version, in i2400m_fw_hdr_check() local
1196 module_type = le32_to_cpu(bcf_hdr->module_type); in i2400m_fw_hdr_check()
1209 module_type, module_vendor, module_id, in i2400m_fw_hdr_check()
1221 if (module_type != 6) { /* built for the right hardware? */ in i2400m_fw_hdr_check()
1225 module_type); in i2400m_fw_hdr_check()
/linux-4.1.27/arch/alpha/include/asm/
Derr_ev7.h154 u8 module_type; member
/linux-4.1.27/include/uapi/linux/wimax/
Di2400m.h135 __le32 module_type; member
/linux-4.1.27/drivers/staging/i2o/
Di2o_proc.c776 u8 module_type; in i2o_seq_show_ddm_table() member
819 switch (ddm_table.module_type) { in i2o_seq_show_ddm_table()
872 u8 module_type; in i2o_seq_show_drivers_stored() member
922 switch (dst->module_type) { in i2o_seq_show_drivers_stored()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_type.h192 u32 module_type; member
Di40e_adminq_cmd.h1646 u8 module_type[3]; member
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_type.h192 u32 module_type; member
Di40e_adminq_cmd.h1648 u8 module_type[3]; member
/linux-4.1.27/arch/alpha/kernel/
Derr_marvel.c60 env->module_type, in marvel_print_680_frame()
/linux-4.1.27/drivers/staging/dgap/
Ddgap.c656 int module_type = 0; in dgap_parsefile() local
1021 module_type = dgap_gettok(in); in dgap_parsefile()
1022 if (module_type == 0 || (module_type != PORTS && in dgap_parsefile()
1023 module_type != MODEM)) { in dgap_parsefile()
1028 p->u.module.type = module_type; in dgap_parsefile()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c232 switch (adapter->module_type) { in netxen_nic_get_settings()
Dnetxen_nic.h1642 u16 module_type; member
Dnetxen_nic_init.c1438 adapter->module_type = module; in netxen_handle_linkevent()
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1215 enum drx_module module_type; member
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c409 switch (adapter->ahw->module_type) { in qlcnic_82xx_get_settings()
Dqlcnic.h505 u16 module_type; member
Dqlcnic_83xx_hw.c2333 ahw->module_type = MSB(LSW(data[3])); in qlcnic_83xx_handle_link_aen()
3264 ahw->module_type = QLC_83XX_SFP_MODULE_TYPE(config); in qlcnic_83xx_get_settings()
Dqlcnic_io.c1068 adapter->ahw->module_type = module; in qlcnic_handle_linkevent()