Lines Matching defs:vlan_id

1499  * @vlan_id: vlan tag to be set to the driver fcf record.
1503 * together with the address mode, vlan_id, and other informations. This
1509 uint16_t vlan_id, uint32_t flag)
1517 fcf_rec->vlan_id = vlan_id;
1589 * @vlan_id: The vlan id to be used as vlan tagging by this FCF.
1598 * set in the vlan_id on return of the function. If not VLAN tagging need to
1599 * be used with the FCF vlan_id will be set to LPFC_FCOE_NULL_VID;
1605 uint16_t *vlan_id)
1634 *vlan_id = phba->vlan_id;
1636 *vlan_id = LPFC_FCOE_NULL_VID;
1658 *vlan_id = fcf_vlan_id;
1660 *vlan_id = LPFC_FCOE_NULL_VID;
1761 *vlan_id = conn_entry->conn_rec.vlan_tag;
1767 *vlan_id = fcf_vlan_id;
1769 *vlan_id = LPFC_FCOE_NULL_VID;
1946 * @vlan_id: the lowest vlan identifier associated to this fcf record.
1955 uint16_t vlan_id,
1977 vlan_id,
2023 if (!lpfc_vlan_id_match(fcf_rec->vlan_id, new_vlan_id))
2285 uint16_t vlan_id = LPFC_FCOE_NULL_VID;
2312 &addr_mode, &vlan_id);
2315 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2387 * address, and vlan_id.
2393 new_fcf_record, vlan_id)) {
2457 addr_mode, vlan_id, BOOT_ENABLE);
2483 addr_mode, vlan_id, 0);
2501 addr_mode, vlan_id, 0);
2518 addr_mode, vlan_id, (boot_flag ?
2662 uint16_t vlan_id;
2689 &addr_mode, &vlan_id);
2692 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2727 new_fcf_record, addr_mode, vlan_id,
2767 uint16_t vlan_id;
2790 &addr_mode, &vlan_id);
2793 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
6998 phba->vlan_id = le16_to_cpu(fcoe_param->vlan_tag) &