Searched refs:fcf_record (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c1655 lpfc_fab_name_match(uint8_t *fab_name, struct fcf_record *new_fcf_record)
1686 lpfc_sw_name_match(uint8_t *sw_name, struct fcf_record *new_fcf_record)
1717 lpfc_mac_addr_match(uint8_t *mac_addr, struct fcf_record *new_fcf_record)
1752 struct fcf_record *new_fcf_record
1774 struct fcf_record *new_fcf_record)
1838 struct fcf_record *new_fcf_record, uint32_t addr_mode,
1933 struct fcf_record *new_fcf_record,
2213 static struct fcf_record *
2222 struct fcf_record *new_fcf_record;
2262 new_fcf_record = (struct fcf_record *)(virt_add
2283 lpfc_sli4_log_fcf_record_info(struct lpfc_hba *phba, struct fcf_record *fcf_record, uint16_t vlan_id, uint16_t next_fcf_index) argument
3492 struct fcf_record *fcf_record; local
[all...]
H A Dlpfc_sli.c19951 * @fcf_record: pointer to the initialized fcf record to add.
19958 lpfc_sli4_add_fcf_record(struct lpfc_hba *phba, struct fcf_record *fcf_record) argument
19975 req_len = sizeof(struct fcf_record) + sizeof(union lpfc_sli4_cfg_shdr) +
20001 fcfindex = bf_get(lpfc_fcf_record_fcf_index, fcf_record);
20011 lpfc_sli_pcimem_bcopy(fcf_record, bytep, sizeof(struct fcf_record));
20030 * @fcf_record: pointer to the fcf record to write the default data.
20039 struct fcf_record *fcf_record,
20038 lpfc_sli4_build_dflt_fcf_record(struct lpfc_hba *phba, struct fcf_record *fcf_record, uint16_t fcf_index) argument
[all...]
H A Dlpfc_crtn.h297 void lpfc_sli4_build_dflt_fcf_record(struct lpfc_hba *, struct fcf_record *,
H A Dlpfc_sli4.h1139 int lpfc_sli4_add_fcf_record(struct lpfc_hba *, struct fcf_record *);
H A Dlpfc_mbox.c2094 req_len = sizeof(struct fcf_record) +
H A Dlpfc_hw4.h2220 struct fcf_record { struct

Completed in 248 milliseconds