Home
last modified time | relevance | path

Searched refs:not_supported (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/block/
Dblk-core.c823 goto not_supported; in submit_bio_checks()
857 goto not_supported; in submit_bio_checks()
861 goto not_supported; in submit_bio_checks()
865 goto not_supported; in submit_bio_checks()
877 goto not_supported; in submit_bio_checks()
881 goto not_supported; in submit_bio_checks()
885 goto not_supported; in submit_bio_checks()
917 not_supported: in submit_bio_checks()
/Linux-v5.10/drivers/pci/
Dp2pdma.c549 bool not_supported = false; in pci_p2pdma_distance_many() local
586 not_supported = true; in pci_p2pdma_distance_many()
588 if (not_supported && !verbose) in pci_p2pdma_distance_many()
594 if (not_supported) in pci_p2pdma_distance_many()
/Linux-v5.10/drivers/target/
Dtarget_core_alua.c760 goto not_supported; in core_alua_check_transition()
765 goto not_supported; in core_alua_check_transition()
770 goto not_supported; in core_alua_check_transition()
775 goto not_supported; in core_alua_check_transition()
780 goto not_supported; in core_alua_check_transition()
789 goto not_supported; in core_alua_check_transition()
798 goto not_supported; in core_alua_check_transition()
808 not_supported: in core_alua_check_transition()
/Linux-v5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c3958 u64 supported = 0, not_supported = 0; in dpaa2_eth_netdev_init() local
4004 not_supported |= IFF_UNICAST_FLT; in dpaa2_eth_netdev_init()
4009 net_dev->priv_flags &= ~not_supported; in dpaa2_eth_netdev_init()
/Linux-v5.10/fs/
Dio_uring.c752 unsigned not_supported : 1; member
9451 if (!io_op_defs[i].not_supported) in io_probe()