Home
last modified time | relevance | path

Searched refs:ioc_type (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/brocade/bna/ !
Dbfa_defs.h150 enum bfa_ioc_type ioc_type; member
Dbfa_ioc.c2910 ioc_attr->ioc_type = bfa_ioc_get_type(ioc); in bfa_nw_ioc_get_attr()
/linux-6.1.9/drivers/scsi/bfa/ !
Dbfa_defs.h401 enum bfa_ioc_type_e ioc_type; member
469 u16 ioc_type; member
543 u16 ioc_type; member
Dbfad_bsg.h214 enum bfa_ioc_type_e ioc_type; member
Dbfa_ioc.c2865 ioc_attr->ioc_type = bfa_ioc_get_type(ioc); in bfa_ioc_get_attr()
2910 enum bfa_ioc_type_e ioc_type; in bfa_ioc_aen_post() local
2916 ioc_type = bfa_ioc_get_type(ioc); in bfa_ioc_aen_post()
2917 switch (ioc_type) { in bfa_ioc_aen_post()
2929 WARN_ON(ioc_type != BFA_IOC_TYPE_FC); in bfa_ioc_aen_post()
2934 aen_entry->aen_data.ioc.ioc_type = ioc_type; in bfa_ioc_aen_post()
3718 aen_entry->aen_data.port.ioc_type = bfa_ioc_get_type(sfp->ioc); in bfa_sfp_scn_aen_post()
Dbfa_core.c1353 enum bfa_ioc_type_e ioc_type = bfa_get_type(bfa); in bfa_faa_validate_request() local
1357 if ((ioc_type != BFA_IOC_TYPE_FC) || bfa_mfg_is_mezz(card_type)) in bfa_faa_validate_request()
Dbfa_svc.c2006 aen_entry->aen_data.port.ioc_type = bfa_get_type(fcport->bfa); in bfa_fcport_aen_post()
4092 enum bfa_ioc_type_e ioc_type = bfa_get_type(bfa); in bfa_fcport_set_qos_bw() local
4094 bfa_trc(bfa, ioc_type); in bfa_fcport_set_qos_bw()
4106 if ((ioc_type == BFA_IOC_TYPE_FC) && in bfa_fcport_set_qos_bw()
Dbfad_bsg.c84 iocmd->ioc_type = bfa_get_type(&bfad->bfa); in bfad_iocmd_ioc_get_info()