Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_nvm.h99 u16 module_type);
H A Dice_nvm.c350 u16 module_type) in ice_get_pfa_module_tlv() argument
386 if (tlv_sub_module_type == module_type) { in ice_get_pfa_module_tlv()
H A Dice_common.c191 pcaps->module_type[0]); in ice_aq_get_phy_caps()
193 pcaps->module_type[1]); in ice_aq_get_phy_caps()
195 pcaps->module_type[2]); in ice_aq_get_phy_caps()
200 ice_memcpy(pi->phy.link_info.module_type, &pcaps->module_type, in ice_aq_get_phy_caps()
201 sizeof(pi->phy.link_info.module_type), in ice_aq_get_phy_caps()
281 (hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type()
283 hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type()
H A Dice_type.h259 u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE]; member
H A Dice_adminq_cmd.h1332 u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE]; member
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.h127 ngx_uint_t module_type; member
H A Dngx_conf_file.c388 && cf->cycle->modules[i]->type != cf->module_type) in ngx_conf_handler()
H A Dngx_cycle.c262 conf.module_type = NGX_CORE_MODULE; in ngx_init_cycle()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail.c150 cf->module_type = NGX_MAIL_MODULE; in ngx_mail_block()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream.c173 cf->module_type = NGX_STREAM_MODULE; in ngx_stream_block()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.c1052 cf->module_type = NGX_EVENT_MODULE; in ngx_events_block()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_type.h254 u8 module_type[3]; member
H A Di40e_adminq_cmd.h2074 u8 module_type[3]; member
H A Di40e_common.c2970 i40e_memcpy(hw->phy.link_info.module_type, &abilities.module_type, in i40e_update_link_info()
2971 sizeof(hw->phy.link_info.module_type), I40E_NONDMA_TO_NONDMA); in i40e_update_link_info()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c235 cf->module_type = NGX_HTTP_MODULE; in ngx_http_block()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c11575 type = hw->phy.link_info.module_type[0]; in i40e_get_module_info()
11656 if (hw->phy.link_info.module_type[0] == I40E_MODULE_TYPE_SFP) in i40e_get_module_eeprom()