Searched refs:ioc_type (Results 1 – 9 of 9) sorted by relevance
401 enum bfa_ioc_type_e ioc_type; member469 u16 ioc_type; member543 u16 ioc_type; member
2843 ioc_attr->ioc_type = bfa_ioc_get_type(ioc); in bfa_ioc_get_attr()2888 enum bfa_ioc_type_e ioc_type; in bfa_ioc_aen_post() local2894 ioc_type = bfa_ioc_get_type(ioc); in bfa_ioc_aen_post()2895 switch (ioc_type) { in bfa_ioc_aen_post()2907 WARN_ON(ioc_type != BFA_IOC_TYPE_FC); in bfa_ioc_aen_post()2912 aen_entry->aen_data.ioc.ioc_type = ioc_type; in bfa_ioc_aen_post()3696 aen_entry->aen_data.port.ioc_type = bfa_ioc_get_type(sfp->ioc); in bfa_sfp_scn_aen_post()
214 enum bfa_ioc_type_e ioc_type; member
1353 enum bfa_ioc_type_e ioc_type = bfa_get_type(bfa); in bfa_faa_validate_request() local1357 if ((ioc_type != BFA_IOC_TYPE_FC) || bfa_mfg_is_mezz(card_type)) in bfa_faa_validate_request()
1969 aen_entry->aen_data.port.ioc_type = bfa_get_type(fcport->bfa); in bfa_fcport_aen_post()4035 enum bfa_ioc_type_e ioc_type = bfa_get_type(bfa); in bfa_fcport_set_qos_bw() local4037 bfa_trc(bfa, ioc_type); in bfa_fcport_set_qos_bw()4049 if ((ioc_type == BFA_IOC_TYPE_FC) && in bfa_fcport_set_qos_bw()
84 iocmd->ioc_type = bfa_get_type(&bfad->bfa); in bfad_iocmd_ioc_get_info()
150 enum bfa_ioc_type ioc_type; member
2910 ioc_attr->ioc_type = bfa_ioc_get_type(ioc); in bfa_nw_ioc_get_attr()
1995 u32 ioc_type = _IOC_TYPE(cmd_op); in ublk_check_cmd_op() local1997 if (!IS_ENABLED(CONFIG_BLKDEV_UBLK_LEGACY_OPCODES) && ioc_type != 'u') in ublk_check_cmd_op()2000 if (ioc_type != 'u' && ioc_type != 0) in ublk_check_cmd_op()
Completed in 856 milliseconds