Searched refs:ioc_type (Results 1 - 9 of 9) sorted by last modified time

/linux-master/drivers/block/
H A Dublk_drv.c1627 u32 ioc_type = _IOC_TYPE(cmd_op); local
1629 if (!IS_ENABLED(CONFIG_BLKDEV_UBLK_LEGACY_OPCODES) && ioc_type != 'u')
1632 if (ioc_type != 'u' && ioc_type != 0)
/linux-master/drivers/scsi/bfa/
H A Dbfad_bsg.c84 iocmd->ioc_type = bfa_get_type(&bfad->bfa);
H A Dbfa_svc.c1992 aen_entry->aen_data.port.ioc_type = bfa_get_type(fcport->bfa);
4078 enum bfa_ioc_type_e ioc_type = bfa_get_type(bfa); local
4080 bfa_trc(bfa, ioc_type);
4092 if ((ioc_type == BFA_IOC_TYPE_FC) &&
H A Dbfa_ioc.c2864 ioc_attr->ioc_type = bfa_ioc_get_type(ioc);
2909 enum bfa_ioc_type_e ioc_type; local
2915 ioc_type = bfa_ioc_get_type(ioc);
2916 switch (ioc_type) {
2928 WARN_ON(ioc_type != BFA_IOC_TYPE_FC);
2933 aen_entry->aen_data.ioc.ioc_type = ioc_type;
3717 aen_entry->aen_data.port.ioc_type = bfa_ioc_get_type(sfp->ioc);
H A Dbfa_core.c1353 enum bfa_ioc_type_e ioc_type = bfa_get_type(bfa); local
1357 if ((ioc_type != BFA_IOC_TYPE_FC) || bfa_mfg_is_mezz(card_type))
H A Dbfad_bsg.h214 enum bfa_ioc_type_e ioc_type; member in struct:bfa_bsg_ioc_info_s
H A Dbfa_defs.h401 enum bfa_ioc_type_e ioc_type; member in struct:bfa_ioc_attr_s
469 u16 ioc_type; member in struct:bfa_port_aen_data_s
543 u16 ioc_type; member in struct:bfa_ioc_aen_data_s
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c2910 ioc_attr->ioc_type = bfa_ioc_get_type(ioc);
H A Dbfa_defs.h150 enum bfa_ioc_type ioc_type; member in struct:bfa_ioc_attr

Completed in 351 milliseconds