Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_defs.h409 enum bfa_ioc_type_e ioc_type; member
477 u16 ioc_type; member
551 u16 ioc_type; member
Dbfa_ioc.c2880 ioc_attr->ioc_type = bfa_ioc_get_type(ioc); in bfa_ioc_get_attr()
2925 enum bfa_ioc_type_e ioc_type; in bfa_ioc_aen_post() local
2931 ioc_type = bfa_ioc_get_type(ioc); in bfa_ioc_aen_post()
2932 switch (ioc_type) { in bfa_ioc_aen_post()
2944 WARN_ON(ioc_type != BFA_IOC_TYPE_FC); in bfa_ioc_aen_post()
2949 aen_entry->aen_data.ioc.ioc_type = ioc_type; in bfa_ioc_aen_post()
3732 aen_entry->aen_data.port.ioc_type = bfa_ioc_get_type(sfp->ioc); in bfa_sfp_scn_aen_post()
Dbfad_bsg.h222 enum bfa_ioc_type_e ioc_type; member
Dbfa_core.c1361 enum bfa_ioc_type_e ioc_type = bfa_get_type(bfa); in bfa_faa_validate_request() local
1365 if ((ioc_type != BFA_IOC_TYPE_FC) || bfa_mfg_is_mezz(card_type)) in bfa_faa_validate_request()
Dbfa_svc.c2032 aen_entry->aen_data.port.ioc_type = bfa_get_type(fcport->bfa); in bfa_fcport_aen_post()
4125 enum bfa_ioc_type_e ioc_type = bfa_get_type(bfa); in bfa_fcport_set_qos_bw() local
4127 bfa_trc(bfa, ioc_type); in bfa_fcport_set_qos_bw()
4139 if ((ioc_type == BFA_IOC_TYPE_FC) && in bfa_fcport_set_qos_bw()
Dbfad_bsg.c92 iocmd->ioc_type = bfa_get_type(&bfad->bfa); in bfad_iocmd_ioc_get_info()
/drivers/staging/lustre/include/uapi/linux/lustre/
Dlustre_ioctl.h87 __u32 ioc_type; member
/drivers/net/ethernet/brocade/bna/
Dbfa_defs.h158 enum bfa_ioc_type ioc_type; member
Dbfa_ioc.c2916 ioc_attr->ioc_type = bfa_ioc_get_type(ioc); in bfa_nw_ioc_get_attr()
/drivers/staging/lustre/lustre/llite/
Ddir.c1144 mode = data->ioc_type != 0 ? data->ioc_type : 0777; in ll_dir_ioctl()
1146 mode = data->ioc_type; in ll_dir_ioctl()