Searched refs:fcf (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dlibfcoe.c133 * @fcf: The FCF to check
137 static inline int fcoe_ctlr_mtu_valid(const struct fcoe_fcf *fcf) argument
139 return (fcf->flags & FIP_FL_SOL) != 0;
144 * @fcf: The FCF to check
148 static inline int fcoe_ctlr_fcf_usable(struct fcoe_fcf *fcf) argument
152 return (fcf->flags & flags) == flags;
195 struct fcoe_fcf *fcf; local
199 list_for_each_entry_safe(fcf, next, &fip->fcfs, list) {
200 list_del(&fcf->list);
201 kfree(fcf);
256 fcoe_ctlr_solicit(struct fcoe_ctlr *fip, struct fcoe_fcf *fcf) argument
418 struct fcoe_fcf *fcf; local
488 struct fcoe_fcf *fcf; local
682 struct fcoe_fcf *fcf; local
740 fcoe_ctlr_parse_adv(struct fcoe_ctlr *fip, struct sk_buff *skb, struct fcoe_fcf *fcf) argument
870 struct fcoe_fcf *fcf; local
1129 struct fcoe_fcf *fcf = fip->sel_fcf; local
1335 struct fcoe_fcf *fcf; local
1396 struct fcoe_fcf *fcf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c535 if (phba->fcf.fcf_flag & FCF_REDISC_EVT)
768 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE);
1030 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, &mboxq->u.mqe.un.reg_fcfi);
1033 phba->fcf.fcf_flag |= FCF_REGISTERED;
1041 phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE);
1052 * lpfc_fab_name_match - Check if the fcf fabric name match.
1054 * @new_fcf_record: pointer to fcf record.
1056 * This routine compare the fcf record's fabric name with provided
1083 * lpfc_sw_name_match - Check if the fcf switch name match.
1085 * @new_fcf_record: pointer to fcf recor
[all...]
H A Dlpfc_init.c2235 phba->fcf.fcf_flag &= ~(FCF_REDISC_PEND |
2239 del_timer(&phba->fcf.redisc_wait);
2255 if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND)) {
2886 * lpfc_sli4_remove_dflt_fcf - Remove the driver default fcf record from the port.
2889 * This routine is invoked to remove the driver default fcf record from
2921 phba->fcf.current_rec.fcf_indx);
2945 * lpfc_fcf_redisc_wait_start_timer - Start fcf rediscover wait timer
2955 /* Start fcf rediscovery wait period timer */
2956 mod_timer(&phba->fcf.redisc_wait, fcf_redisc_wait_tmo);
2958 /* Allow action to new fcf asynchronou
[all...]
H A Dlpfc_els.c807 (phba->fcf.fcf_flag & FCF_DISCOVERY) &&
815 phba->fcf.current_rec.fcf_indx,
832 phba->fcf.current_rec.fcf_indx);
849 phba->fcf.current_rec.fcf_indx);
922 phba->fcf.current_rec.fcf_indx,
923 phba->fcf.current_rec.switch_name[0],
924 phba->fcf.current_rec.switch_name[1],
925 phba->fcf.current_rec.switch_name[2],
926 phba->fcf.current_rec.switch_name[3],
927 phba->fcf
[all...]
H A Dlpfc_mbox.c1790 * lpfc_sli4_mbx_read_fcf_rec - Allocate and construct read fcf mbox cmd
1792 * @fcf_index: index to fcf table.
1898 bf_set(lpfc_init_vfi_fcfi, init_vfi, vport->phba->fcf.fcfi);
1922 bf_set(lpfc_reg_vfi_fcfi, reg_vfi, vport->phba->fcf.fcfi);
2051 phba->fcf.current_rec.fcf_indx);
2052 /* reg_fcf addr mode is bit wise inverted value of fcf addr_mode */
2053 bf_set(lpfc_reg_fcfi_mam, reg_fcfi, (~phba->fcf.addr_mode) & 0x3);
2054 if (phba->fcf.current_rec.vlan_id != LPFC_FCOE_NULL_VID) {
2057 phba->fcf.current_rec.vlan_id);
H A Dlpfc_sli.c3477 phba->fcf.fcf_flag = 0;
4557 phba->fcf.fcf_flag = 0;
4558 phba->fcf.current_rec.flag = 0;
6928 lpfc_sli4_fcfi_unreg(phba, phba->fcf.fcfi);
11177 if (phba->fcf.fcfi == fcfi &&
12102 * lpfc_mbx_cmpl_add_fcf_record - add fcf mbox completion handler.
12136 * @fcf_record: pointer to the initialized fcf record to add.
12217 * @fcf_record: pointer to the fcf record to write the default data.
12255 * lpfc_sli4_fcf_scan_read_fcf_rec - Read hba fcf record for fcf sca
[all...]
H A Dlpfc.h805 struct lpfc_fcf fcf; member in struct:lpfc_hba
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_pport.h389 struct bfa_fcport_fcf_s fcf; /* FCF information (for FCoE) */ member in union:bfa_pport_link_s::__anon14319
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darc.tex307 const wxFilterClassFactory *fcf;
308 fcf = wxFilterClassFactory::Find(filename, wxSTREAM_FILEEXT);
309 if (fcf) {
310 in.reset(fcf->NewStream(in.release()));
312 filename = fcf->PopExtension(filename);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_fcport.c315 pevent->link_state.vc_fcf.fcf.fipenabled);
317 pevent->link_state.vc_fcf.fcf.fipfailed);
319 if (pevent->link_state.vc_fcf.fcf.fipfailed)

Completed in 207 milliseconds