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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c1141 lpfc_vlan_id_match(uint16_t curr_vlan_id, uint16_t new_vlan_id) argument
1143 return (curr_vlan_id == new_vlan_id);
1707 * @new_vlan_id: vlan id from the new FCF record.
1710 * FCF record. If the new_vlan_id passed in is LPFC_FCOE_IGNORE_VID, vlan id
1719 uint16_t new_vlan_id)
1721 if (new_vlan_id != LPFC_FCOE_IGNORE_VID)
1722 if (!lpfc_vlan_id_match(fcf_rec->vlan_id, new_vlan_id))
1716 lpfc_sli4_fcf_record_match(struct lpfc_hba *phba, struct lpfc_fcf_rec *fcf_rec, struct fcf_record *new_fcf_record, uint16_t new_vlan_id) argument

Completed in 96 milliseconds