Home
last modified time | relevance | path

Searched refs:fcf (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c112 static int fcoe_fcf_set_dev_loss_tmo(struct fcoe_fcf_device *fcf, in fcoe_fcf_set_dev_loss_tmo() argument
115 if ((fcf->state == FCOE_FCF_STATE_UNKNOWN) || in fcoe_fcf_set_dev_loss_tmo()
116 (fcf->state == FCOE_FCF_STATE_DISCONNECTED) || in fcoe_fcf_set_dev_loss_tmo()
117 (fcf->state == FCOE_FCF_STATE_DELETED)) in fcoe_fcf_set_dev_loss_tmo()
125 fcoe_fcf_dev_loss_tmo(fcf) = val; in fcoe_fcf_set_dev_loss_tmo()
150 struct fcoe_fcf_device *fcf = dev_to_fcf(dev); \
151 struct fcoe_ctlr_device *ctlr = fcoe_fcf_dev_to_ctlr_dev(fcf); \
153 ctlr->f->get_fcoe_fcf_##field(fcf); \
155 cast fcoe_fcf_##field(fcf)); \
172 struct fcoe_fcf_device *fcf = dev_to_fcf(dev); \
[all …]
H A Dfcoe_ctlr.c102 static inline int fcoe_ctlr_mtu_valid(const struct fcoe_fcf *fcf) in fcoe_ctlr_mtu_valid() argument
104 return (fcf->flags & FIP_FL_SOL) != 0; in fcoe_ctlr_mtu_valid()
113 static inline int fcoe_ctlr_fcf_usable(struct fcoe_fcf *fcf) in fcoe_ctlr_fcf_usable() argument
117 return (fcf->flags & flags) == flags; in fcoe_ctlr_fcf_usable()
272 struct fcoe_fcf *fcf; in fcoe_ctlr_reset_fcfs() local
276 list_for_each_entry_safe(fcf, next, &fip->fcfs, list) { in fcoe_ctlr_reset_fcfs()
277 fcoe_sysfs_fcf_del(fcf); in fcoe_ctlr_reset_fcfs()
321 struct fcoe_fcf *fcf; in fcoe_ctlr_announce() local
328 list_for_each_entry(fcf, &fip->fcfs, list) in fcoe_ctlr_announce()
329 fcf->flogi_sent = 0; in fcoe_ctlr_announce()
[all …]
/linux/tools/testing/selftests/riscv/cfi/
H A DMakefile6 CFLAGS += -march=rv64gc_zicfilp_zicfiss -fcf-protection=full
/linux/drivers/scsi/elx/libefc/
H A Defc_cmds.h19 efc_cmd_domain_alloc(struct efc *efc, struct efc_domain *domain, u32 fcf);
H A Defc_cmds.c455 efc_cmd_domain_alloc(struct efc *efc, struct efc_domain *domain, u32 fcf) in efc_cmd_domain_alloc() argument
475 domain->fcf = fcf; in efc_cmd_domain_alloc()
H A Defclib.h220 u32 fcf; member
/linux/tools/virtio/
H A DMakefile18 …inux/kconfig.h $(call cc-option,-mfunction-return=thunk) $(call cc-option,-fcf-protection=none) $(…
/linux/samples/bpf/
H A DMakefile146 BPF_EXTRA_CFLAGS += -fcf-protection
/linux/drivers/scsi/bfa/
H A Dbfa_defs_svc.h1105 struct bfa_fcport_fcf_s fcf; member