Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_pr.c67 enum register_type { enum
895 struct t10_pr_registration *, enum register_type, int);
989 enum register_type register_type) in __core_scsi3_dump_registration() argument
998 " Node: %s%s\n", tfo->get_fabric_name(), (register_type == REGISTER_AND_MOVE) ? in __core_scsi3_dump_registration()
999 "_AND_MOVE" : (register_type == REGISTER_AND_IGNORE_EXISTING_KEY) ? in __core_scsi3_dump_registration()
1023 enum register_type register_type, in __core_scsi3_add_registration() argument
1047 __core_scsi3_dump_registration(tfo, dev, nacl, pr_reg, register_type); in __core_scsi3_add_registration()
1071 register_type); in __core_scsi3_add_registration()
1089 enum register_type register_type, in core_scsi3_alloc_registration() argument
1100 register_type, register_move); in core_scsi3_alloc_registration()
[all …]
/linux-4.1.27/drivers/net/ethernet/renesas/
Dsh_eth.c474 .register_type = SH_ETH_REG_FAST_RCAR,
497 .register_type = SH_ETH_REG_FAST_RCAR,
539 .register_type = SH_ETH_REG_FAST_SH4,
579 .register_type = SH_ETH_REG_FAST_SH4,
649 .register_type = SH_ETH_REG_GIGABIT,
708 .register_type = SH_ETH_REG_GIGABIT,
737 .register_type = SH_ETH_REG_GIGABIT,
776 .register_type = SH_ETH_REG_GIGABIT,
807 .register_type = SH_ETH_REG_FAST_RZ,
834 .register_type = SH_ETH_REG_FAST_SH3_SH2,
[all …]
Dsh_eth.h463 int register_type; member