Searched defs:abs_func_id (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_niv.c454 const u32_t abs_func_id = ABS_FUNC_ID(pdev); local
455 const u32_t offset = OFFSETOF(mf_cfg_t, func_mf_config[abs_func_id].config);
H A Dlm_power.c227 u8_t abs_func_id = ABS_FUNC_ID(pdev); // for debugging only local
232 UNREFERENCED_PARAMETER_( abs_func_id );
440 const u8_t abs_func_id = ABS_FUNC_ID(pdev); local
446 if (DEFINITIVE_PF_FOR_MPS != abs_func_id)
451 lm_pretend_func(pdev, abs_func_id);
459 const u8_t abs_func_id = ABS_FUNC_ID(pdev); local
490 lm_pretend_func(pdev, abs_func_id);
H A Dlm_devinfo.c1637 const u8_t abs_func_id = ABS_FUNC_ID(pdev); local
1642 offset = OFFSETOF(mf_cfg_t, func_ext_config[abs_func_id].iscsi_mac_addr_upper);
1645 offset = OFFSETOF(mf_cfg_t, func_ext_config[abs_func_id].iscsi_mac_addr_lower);
1650 offset = OFFSETOF(mf_cfg_t, func_ext_config[abs_func_id].fcoe_mac_addr_upper);
1653 offset = OFFSETOF(mf_cfg_t, func_ext_config[abs_func_id].fcoe_mac_addr_lower);
1658 offset = OFFSETOF(mf_cfg_t, func_ext_config[abs_func_id].fcoe_wwn_port_name_upper);
1661 offset = OFFSETOF(mf_cfg_t, func_ext_config[abs_func_id].fcoe_wwn_port_name_lower);
1668 offset = OFFSETOF(mf_cfg_t, func_ext_config[abs_func_id].fcoe_wwn_node_name_upper);
1671 offset = OFFSETOF(mf_cfg_t, func_ext_config[abs_func_id].fcoe_wwn_node_name_lower);
H A Dlm_hw_init_reset.c1626 u8_t abs_func_id = ABS_FUNC_ID(pdev); local
1648 if( pretend_func_id != abs_func_id )
1689 if( pretend_func_id != abs_func_id )
1691 lm_pretend_func( pdev, abs_func_id );
1708 u8_t abs_func_id = ABS_FUNC_ID(pdev); // for debugging only local
1736 UNREFERENCED_PARAMETER_( abs_func_id );
2586 u8_t abs_func_id; local
2591 for (abs_func_id = PATH_ID(pdev); abs_func_id < E2_FUNC_MAX*2; abs_func_id
[all...]

Completed in 80 milliseconds