Searched refs:path_id (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_devinfo.c | 221 pdev->params.path_id = (u8_t)((val & ME_REG_ABS_PF_NUM) >> ME_REG_ABS_PF_NUM_SHIFT) & 1; 225 pdev->params.pfunc_abs = (pdev->params.pfunc_rel << 1) | pdev->params.path_id; 229 pdev->params.pfunc_abs = pdev->params.pfunc_rel | pdev->params.path_id; 3800 u8_t lm_get_abs_func_vector( const u32_t chip_num, const lm_chip_port_mode_t chip_port_mode, const u8_t b_multi_vnics_mode, const u8_t path_id ) 3866 SET_BIT( abs_func_vector, (0 + path_id) ); 3867 SET_BIT( abs_func_vector, (2 + path_id) ); 3868 SET_BIT( abs_func_vector, (4 + path_id) ); 3869 SET_BIT( abs_func_vector, (6 + path_id) ); 3875 SET_BIT( abs_func_vector, path_id ); 3889 SET_BIT( abs_func_vector, (0 + path_id) ); [all...] |
H A D | lm_hw_init_reset.c | 820 const u8_t path_id, 848 func_config_id = E2_PF_NUM( path_id , port, vnic ); 883 const u8_t path_id = PATH_ID(pdev); local 988 path_id, 1011 path_id, 1710 const u8_t path_id = PATH_ID(pdev); local 1757 abs_func_vector = lm_get_abs_func_vector( chip_num, chip_port_mode, IS_MULTI_VNIC(pdev), path_id ); 2032 func_start_data->path_id = PATH_ID(pdev); 2511 const u8_t path_id = PATH_ID(pdev); local 2535 offset = OFFSETOF(struct glob_ncsi_oem_data ,fcoe_features[path_id][port_i 818 lm_reset_device_if_undi_func_hide_helper( struct _lm_device_t *pdev, const u32_t chip_id, const u8_t path_id, const u8_t port, const u8_t vnic, const u8_t port_factor, const lm_chip_port_mode_t port_mode ) argument [all...] |
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 1016 u8_t path_id; member in struct:_lm_params_t 1017 #define PATH_ID(pdev) (PFDEV(pdev)->params.path_id) 4462 u8_t lm_get_abs_func_vector( const u32_t chip_num, const lm_chip_port_mode_t chip_port_mode, const u8_t b_multi_vnics_mode, const u8_t path_id );
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.c | 6406 rdata->path_id = PATH_ID(pdev);
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/ |
H A D | 5710_hsi.h | 8270 u8_t path_id; member in struct:function_start_data
|
Completed in 199 milliseconds