Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c3936 FCF_RECORD_t *fcf_rec; in emlxs_fc_fcftab_process() local
3974 fcf_rec = &fcf_record; in emlxs_fc_fcftab_process()
4015 fcf_rec->fcf_valid = 1; in emlxs_fc_fcftab_process()
5575 FCF_RECORD_t *fcf_rec; in emlxs_fcoe_fcftab_sol_action() local
5646 fcf_rec->fcf_valid = 1; in emlxs_fcoe_fcftab_sol_action()
9093 bcopy((char *)fcf_rec, &fcfp->fcf_rec, sizeof (FCF_RECORD_t)); in emlxs_fcfi_update()
9116 if (fcf_rec->fcf_valid && !fcf_rec->fcf_sol) { in emlxs_fcfi_update()
9143 fcf_rec->fcf_index, in emlxs_fcfi_update()
9147 fcf_rec->fcf_sol, in emlxs_fcfi_update()
9149 fcf_rec->fcf_valid, in emlxs_fcfi_update()
[all …]
H A Demlxs_dfc.c10469 (fcfp->fcf_rec.fcf_valid)) { in emlxs_dfc_get_fcflist()
10470 fcflistentry->Priority = fcfp->fcf_rec.fip_priority; in emlxs_dfc_get_fcflist()
10471 if (fcfp->fcf_rec.fcf_available) { in emlxs_dfc_get_fcflist()
10474 fcflistentry->LKA_Period = fcfp->fcf_rec.fka_adv_period; in emlxs_dfc_get_fcflist()
10476 bcopy((void *)fcfp->fcf_rec.vlan_bitmap, in emlxs_dfc_get_fcflist()
10478 bcopy((void *)fcfp->fcf_rec.fc_map, in emlxs_dfc_get_fcflist()
10480 bcopy((void *)fcfp->fcf_rec.fabric_name_identifier, in emlxs_dfc_get_fcflist()
10482 bcopy((void *)fcfp->fcf_rec.switch_name_identifier, in emlxs_dfc_get_fcflist()
10484 bcopy((void *)&fcfp->fcf_rec.fcf_mac_address_hi, in emlxs_dfc_get_fcflist()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcf.h388 FCF_RECORD_t fcf_rec; member