Lines Matching refs:vlan_id

1825  * @vlan_id: vlan tag to be set to the driver fcf record.
1829 * together with the address mode, vlan_id, and other informations. This
1835 uint16_t vlan_id, uint32_t flag)
1843 fcf_rec->vlan_id = vlan_id;
1913 * @vlan_id: The vlan id to be used as vlan tagging by this FCF.
1922 * set in the vlan_id on return of the function. If not VLAN tagging need to
1923 * be used with the FCF vlan_id will be set to LPFC_FCOE_NULL_VID;
1929 uint16_t *vlan_id)
1958 *vlan_id = phba->vlan_id;
1960 *vlan_id = LPFC_FCOE_NULL_VID;
1982 *vlan_id = fcf_vlan_id;
1984 *vlan_id = LPFC_FCOE_NULL_VID;
2085 *vlan_id = conn_entry->conn_rec.vlan_tag;
2091 *vlan_id = fcf_vlan_id;
2093 *vlan_id = LPFC_FCOE_NULL_VID;
2271 * @vlan_id: the lowest vlan identifier associated to this fcf record.
2280 uint16_t vlan_id,
2302 vlan_id,
2348 if (!lpfc_vlan_id_match(fcf_rec->vlan_id, new_vlan_id))
2609 uint16_t vlan_id = LPFC_FCOE_NULL_VID;
2634 &addr_mode, &vlan_id);
2637 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2709 * address, and vlan_id.
2715 new_fcf_record, vlan_id)) {
2779 addr_mode, vlan_id, BOOT_ENABLE);
2805 addr_mode, vlan_id, 0);
2823 addr_mode, vlan_id, 0);
2840 addr_mode, vlan_id, (boot_flag ?
2983 uint16_t vlan_id = LPFC_FCOE_NULL_VID;
3010 &addr_mode, &vlan_id);
3013 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
3048 new_fcf_record, addr_mode, vlan_id,
3088 uint16_t vlan_id = LPFC_FCOE_NULL_VID;
3111 &addr_mode, &vlan_id);
3114 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
7114 phba->vlan_id = le16_to_cpu(fcoe_param->vlan_tag) &