Home
last modified time | relevance | path

Searched refs:register_type (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/target/
Dtarget_core_pr.c65 enum register_type { enum
921 struct t10_pr_registration *, enum register_type, int);
1025 enum register_type register_type) in __core_scsi3_dump_registration() argument
1034 " Node: %s%s\n", tfo->get_fabric_name(), (register_type == REGISTER_AND_MOVE) ? in __core_scsi3_dump_registration()
1035 "_AND_MOVE" : (register_type == REGISTER_AND_IGNORE_EXISTING_KEY) ? in __core_scsi3_dump_registration()
1055 enum register_type register_type, in __core_scsi3_add_registration() argument
1079 __core_scsi3_dump_registration(tfo, dev, nacl, pr_reg, register_type); in __core_scsi3_add_registration()
1103 register_type); in __core_scsi3_add_registration()
1142 enum register_type register_type, in core_scsi3_alloc_registration() argument
1154 register_type, register_move); in core_scsi3_alloc_registration()
[all …]
/linux-4.4.14/drivers/net/ethernet/renesas/
Dsh_eth.c498 .register_type = SH_ETH_REG_FAST_RCAR,
521 .register_type = SH_ETH_REG_FAST_RCAR,
563 .register_type = SH_ETH_REG_FAST_SH4,
603 .register_type = SH_ETH_REG_FAST_SH4,
673 .register_type = SH_ETH_REG_GIGABIT,
732 .register_type = SH_ETH_REG_GIGABIT,
761 .register_type = SH_ETH_REG_GIGABIT,
800 .register_type = SH_ETH_REG_GIGABIT,
831 .register_type = SH_ETH_REG_FAST_RZ,
858 .register_type = SH_ETH_REG_FAST_SH3_SH2,
[all …]
Dsh_eth.h462 int register_type; member