Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c115 static int fcoe_fcf_set_dev_loss_tmo(struct fcoe_fcf_device *fcf, in fcoe_fcf_set_dev_loss_tmo() argument
118 if ((fcf->state == FCOE_FCF_STATE_UNKNOWN) || in fcoe_fcf_set_dev_loss_tmo()
119 (fcf->state == FCOE_FCF_STATE_DISCONNECTED) || in fcoe_fcf_set_dev_loss_tmo()
120 (fcf->state == FCOE_FCF_STATE_DELETED)) in fcoe_fcf_set_dev_loss_tmo()
128 fcoe_fcf_dev_loss_tmo(fcf) = val; in fcoe_fcf_set_dev_loss_tmo()
153 struct fcoe_fcf_device *fcf = dev_to_fcf(dev); \
154 struct fcoe_ctlr_device *ctlr = fcoe_fcf_dev_to_ctlr_dev(fcf); \
156 ctlr->f->get_fcoe_fcf_##field(fcf); \
158 cast fcoe_fcf_##field(fcf)); \
175 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 …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/
H A D0001-Remove-fcf-protection-full.patch4 Subject: [PATCH] Remove -fcf-protection=full
8 | cc1: error: '-fcf-protection=full' is not supported for this target
25 - -fstack-clash-protection -fcf-protection=full
36 - -fstack-clash-protection -fcf-protection=full
47 - -fstack-clash-protection -fcf-protection=full
58 -LIB_CFLAGS += $(CFLAGS) -D_REENTRANT -fcf-protection=full
59 -LLT_CFLAGS += $(CFLAGS) -fcf-protection=full
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c658 if (phba->fcf.fcf_flag & FCF_DISCOVERY) { in lpfc_sli4_post_dev_loss_tmo_handler()
668 if (phba->fcf.fcf_flag & FCF_REDISC_PROG) { in lpfc_sli4_post_dev_loss_tmo_handler()
994 if (phba->fcf.fcf_flag & FCF_REDISC_EVT) in lpfc_work_done()
1262 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE); in lpfc_linkdown()
1597 memset(phba->fcf.fcf_rr_bmask, 0, sizeof(*phba->fcf.fcf_rr_bmask)); in lpfc_sli4_clear_fcf_rr_bmask()
1600 &phba->fcf.fcf_pri_list, list) { in lpfc_sli4_clear_fcf_rr_bmask()
1620 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, &mboxq->u.mqe.un.reg_fcfi); in lpfc_mbx_cmpl_reg_fcfi()
1623 phba->fcf.fcf_flag |= FCF_REGISTERED; in lpfc_mbx_cmpl_reg_fcfi()
1633 phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE); in lpfc_mbx_cmpl_reg_fcfi()
1764 fcf_pri = &phba->fcf.fcf_pri[fcf_index]; in __lpfc_update_fcf_record_pri()
[all …]
H A Dlpfc_mbox.c2201 vport->phba->fcf.fcfi); in lpfc_init_vfi()
2228 bf_set(lpfc_reg_vfi_fcfi, reg_vfi, phba->fcf.fcfi); in lpfc_reg_vfi()
2275 phba->fcf.fcfi, in lpfc_reg_vfi()
2536 (~phba->fcf.addr_mode) & 0x3); in lpfc_reg_fcfi()
2561 phba->fcf.current_rec.fcf_indx); in lpfc_reg_fcfi()
2562 if (phba->fcf.current_rec.vlan_id != LPFC_FCOE_NULL_VID) { in lpfc_reg_fcfi()
2565 phba->fcf.current_rec.vlan_id); in lpfc_reg_fcfi()
2597 phba->fcf.current_rec.fcf_indx); in lpfc_reg_fcfi_mrq()
2598 if (phba->fcf.current_rec.vlan_id != LPFC_FCOE_NULL_VID) { in lpfc_reg_fcfi_mrq()
2601 phba->fcf.current_rec.vlan_id); in lpfc_reg_fcfi_mrq()
H A Dlpfc_els.c988 (phba->fcf.fcf_flag & FCF_DISCOVERY)) { in lpfc_cmpl_els_flogi()
1004 phba->fcf.current_rec.fcf_indx, in lpfc_cmpl_els_flogi()
1007 phba->fcf.current_rec.fcf_indx); in lpfc_cmpl_els_flogi()
1023 phba->hba_flag, phba->fcf.fcf_flag); in lpfc_cmpl_els_flogi()
1152 phba->fcf.current_rec.fcf_indx, in lpfc_cmpl_els_flogi()
1153 phba->fcf.current_rec.switch_name[0], in lpfc_cmpl_els_flogi()
1154 phba->fcf.current_rec.switch_name[1], in lpfc_cmpl_els_flogi()
1155 phba->fcf.current_rec.switch_name[2], in lpfc_cmpl_els_flogi()
1156 phba->fcf.current_rec.switch_name[3], in lpfc_cmpl_els_flogi()
1157 phba->fcf.current_rec.switch_name[4], in lpfc_cmpl_els_flogi()
[all …]
H A Dlpfc_init.c3149 phba->fcf.fcf_flag &= ~FCF_REDISC_PEND; in __lpfc_sli4_stop_fcf_redisc_wait_timer()
3152 del_timer(&phba->fcf.redisc_wait); in __lpfc_sli4_stop_fcf_redisc_wait_timer()
3168 if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND)) { in lpfc_sli4_stop_fcf_redisc_wait_timer()
3175 phba->fcf.fcf_flag &= ~(FCF_DEAD_DISC | FCF_ACVL_DISC); in lpfc_sli4_stop_fcf_redisc_wait_timer()
5111 mod_timer(&phba->fcf.redisc_wait, fcf_redisc_wait_tmo); in lpfc_fcf_redisc_wait_start_timer()
5114 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE); in lpfc_fcf_redisc_wait_start_timer()
5116 phba->fcf.fcf_flag |= FCF_REDISC_PEND; in lpfc_fcf_redisc_wait_start_timer()
5133 struct lpfc_hba *phba = from_timer(phba, t, fcf.redisc_wait); in lpfc_sli4_fcf_redisc_wait_tmo()
5137 if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND)) { in lpfc_sli4_fcf_redisc_wait_tmo()
5142 phba->fcf.fcf_flag &= ~FCF_REDISC_PEND; in lpfc_sli4_fcf_redisc_wait_tmo()
[all …]
H A Dlpfc_sli.c5175 phba->fcf.fcf_flag = 0; in lpfc_sli4_brdreset()
8960 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, in lpfc_sli4_hba_setup()
8972 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_mrq_fcfi, in lpfc_sli4_hba_setup()
9015 phba->fcf.fcf_flag = 0; in lpfc_sli4_hba_setup()
9016 phba->fcf.current_rec.flag = 0; in lpfc_sli4_hba_setup()
18600 if (phba->fcf.fcfi == fcfi && in lpfc_fc_frame_to_vport()
20144 phba->fcf.eligible_fcf_cnt = 0; in lpfc_sli4_fcf_scan_read_fcf_rec()
20273 last_index = find_first_bit(phba->fcf.fcf_rr_bmask, in lpfc_check_next_fcf_pri_level()
20280 if (list_empty(&phba->fcf.fcf_pri_list) || in lpfc_check_next_fcf_pri_level()
20281 list_is_singular(&phba->fcf.fcf_pri_list)) { in lpfc_check_next_fcf_pri_level()
[all …]
H A Dlpfc.h1415 struct lpfc_fcf fcf; member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/
H A Ddlm_4.2.0.bb13 file://0001-Remove-fcf-protection-full.patch \
39 CFPROTECTION ?= "-fcf-protection=full"
/openbmc/linux/arch/x86/
H A DMakefile49 -mno-mmx -mno-sse $(call cc-option,-fcf-protection=none)
83 KBUILD_CFLAGS += $(call cc-option,-fcf-protection=branch -fno-jump-tables)
85 KBUILD_CFLAGS += $(call cc-option,-fcf-protection=none)
/openbmc/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
/openbmc/openbmc/poky/meta/recipes-extended/texinfo/texinfo/
H A D0001-Makefile.am-do-not-build-manpages.patch15 index f733797..1013fcf 100644
/openbmc/linux/tools/virtio/
H A DMakefile17 …inux/kconfig.h $(call cc-option,-mfunction-return=thunk) $(call cc-option,-fcf-protection=none) $(…
/openbmc/qemu/pc-bios/optionrom/
H A DMakefile32 $(quiet-@)($(call cc-option,-fcf-protection=none); \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/libselinux/
H A D0001-libselinux-Do-not-define-gettid-if-glibc-2.30-is-use.patch13 …-m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I../inc…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/beep/files/
H A D0001-beep-library-Make-it-compatible-with-c99.patch70 $(eval $(call CHECK_CFLAGS,CFLAGS,-fcf-protection))
/openbmc/openbmc/poky/meta/recipes-gnome/gnome/gconf/
H A Dunable-connect-dbus.patch24 index 5610fcf..048e3ea 100644
/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h109 uint32_t fcf; member
/openbmc/linux/samples/bpf/
H A DMakefile170 BPF_EXTRA_CFLAGS += -fcf-protection
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0027-gcc-backport-patch-to-fix-data-relocation-to-ENDBR-s.patch435 +/* { dg-options "-O2 -fcf-protection=branch" } */
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_defs_svc.h1105 struct bfa_fcport_fcf_s fcf; member
H A Dbfa_svc.c2211 pevent->link_state.attr.vc_fcf.fcf.fipenabled); in bfa_fcport_sm_linkdown()
2213 pevent->link_state.attr.vc_fcf.fcf.fipfailed); in bfa_fcport_sm_linkdown()
2215 if (pevent->link_state.attr.vc_fcf.fcf.fipfailed) in bfa_fcport_sm_linkdown()
3125 be16_to_cpu(pevent->link_state.attr.vc_fcf.fcf.vlan); in bfa_fcport_update_linkinfo()

12