Lines Matching defs:vlan_id
1836 * @vlan_id: vlan tag to be set to the driver fcf record.
1840 * together with the address mode, vlan_id, and other informations. This
1846 uint16_t vlan_id, uint32_t flag)
1854 fcf_rec->vlan_id = vlan_id;
1926 * @vlan_id: The vlan id to be used as vlan tagging by this FCF.
1935 * set in the vlan_id on return of the function. If not VLAN tagging need to
1936 * be used with the FCF vlan_id will be set to LPFC_FCOE_NULL_VID;
1942 uint16_t *vlan_id)
1971 *vlan_id = phba->vlan_id;
1973 *vlan_id = LPFC_FCOE_NULL_VID;
1995 *vlan_id = fcf_vlan_id;
1997 *vlan_id = LPFC_FCOE_NULL_VID;
2098 *vlan_id = conn_entry->conn_rec.vlan_tag;
2104 *vlan_id = fcf_vlan_id;
2106 *vlan_id = LPFC_FCOE_NULL_VID;
2283 * @vlan_id: the lowest vlan identifier associated to this fcf record.
2292 uint16_t vlan_id,
2314 vlan_id,
2360 if (!lpfc_vlan_id_match(fcf_rec->vlan_id, new_vlan_id))
2622 uint16_t vlan_id = LPFC_FCOE_NULL_VID;
2649 &addr_mode, &vlan_id);
2652 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2724 * address, and vlan_id.
2730 new_fcf_record, vlan_id)) {
2794 addr_mode, vlan_id, BOOT_ENABLE);
2820 addr_mode, vlan_id, 0);
2838 addr_mode, vlan_id, 0);
2855 addr_mode, vlan_id, (boot_flag ?
2999 uint16_t vlan_id = LPFC_FCOE_NULL_VID;
3026 &addr_mode, &vlan_id);
3029 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
3064 new_fcf_record, addr_mode, vlan_id,
3104 uint16_t vlan_id = LPFC_FCOE_NULL_VID;
3127 &addr_mode, &vlan_id);
3130 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
7182 phba->vlan_id = le16_to_cpu(fcoe_param->vlan_tag) &