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.c828 FCF_RECORD_t *fcf_rec, uint32_t event_tag);
3936 FCF_RECORD_t *fcf_rec; in emlxs_fc_fcftab_process() local
3974 fcf_rec = &fcf_record; in emlxs_fc_fcftab_process()
3975 bzero(fcf_rec, sizeof (FCF_RECORD_t)); in emlxs_fc_fcftab_process()
3977 fcf_rec->max_recv_size = EMLXS_FCOE_MAX_RCV_SZ; in emlxs_fc_fcftab_process()
3978 fcf_rec->fka_adv_period = 0; in emlxs_fc_fcftab_process()
3979 fcf_rec->fip_priority = 128; in emlxs_fc_fcftab_process()
3982 fcf_rec->fcf_mac_address_hi[0] = FCOE_FCF_MAC3; in emlxs_fc_fcftab_process()
3983 fcf_rec->fcf_mac_address_hi[1] = FCOE_FCF_MAC2; in emlxs_fc_fcftab_process()
3984 fcf_rec->fcf_mac_address_hi[2] = FCOE_FCF_MAC1; in emlxs_fc_fcftab_process()
[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