Searched refs:vlan_id (Results 51 - 73 of 73) sorted by relevance

123

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dbeacon.c745 struct vlan_description vlan_id; local
759 &acct_interim_interval, &vlan_id,
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_82599.c1745 switch (IXGBE_NTOHS(input_mask->formatted.vlan_id) & 0xEFFF) {
1909 fdirvlan |= IXGBE_NTOHS(input->formatted.vlan_id);
H A Dixgbe_type.h3493 * vlan_id - 2 bytes
3507 __be16 vlan_id; member in struct:ixgbe_atr_input::__anon4684
3526 __be16 vlan_id; member in struct:ixgbe_atr_hash_dword::__anon4685
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_hw.h1012 uint16_t vlan_id; member in struct:_q81_flash
/freebsd-11-stable/sys/dev/e1000/
H A De1000_hw.h655 u16 vlan_id; member in struct:e1000_host_mng_dhcp_cookie
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h847 u16 vlan_id, struct ib_mad *mad);
H A Dmlx4_ib_qp.c1511 u16 vlan_id, u8 *smac)
1515 vlan_id,
1507 mlx4_set_path(struct mlx4_ib_dev *dev, const struct ib_qp_attr *qp, enum ib_qp_attr_mask qp_attr_mask, struct mlx4_ib_qp *mqp, struct mlx4_qp_path *path, u8 port, u16 vlan_id, u8 *smac) argument
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h1149 const u8 *mac, bool vlan, u16 vlan_id);
H A Dmlx5_ifc.h2057 u8 vlan_id[0xc]; member in struct:mlx5_ifc_roce_addr_layout_bits
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c1104 * @param vlan_id VLAN ID tag.
1109 sli_cmd_reg_fcfi(sli4_t *sli4, void *buf, size_t size, uint16_t index, sli4_cmd_rq_cfg_t rq_cfg[SLI4_CMD_REG_FCFI_NUM_RQ_CFG], uint16_t vlan_id) argument
1133 if (vlan_id) {
1135 reg_fcfi->vlan_tag = vlan_id;
1148 * @param vlan_id VLAN ID tag.
1159 uint16_t fcf_index, uint16_t vlan_id, uint8_t rq_selection_policy,
1171 if (vlan_id) {
1173 reg_fcfi_mrq->vlan_tag = vlan_id;
1158 sli_cmd_reg_fcfi_mrq(sli4_t *sli4, void *buf, size_t size, uint8_t mode, uint16_t fcf_index, uint16_t vlan_id, uint8_t rq_selection_policy, uint8_t mrq_bit_mask, uint16_t num_mrqs, sli4_cmd_rq_cfg_t rq_cfg[SLI4_CMD_REG_FCFI_NUM_RQ_CFG]) argument
H A Docs_hw.c1094 vlanid, /* vlan_id */
2819 domain->vlan_id = vlan;
10865 domain->vlan_id, domain->fcf)) {
10873 rq_cfg, domain->vlan_id)) {
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_hsi_roce.h171 __le16 vlan_id; member in struct:roce_create_qp_req_ramrod_data
232 __le16 vlan_id; member in struct:roce_create_qp_resp_ramrod_data
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h3048 * @vlan_id: VLAN ID
3058 int vlan_id);
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h1203 __be16 vlan_id; member in struct:mlx4_spec_eth
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h651 u16 vlan_id; member in struct:mlx4_vf_immed_vlan_work
H A Dmlx4_resource_tracker.c5282 else if (!work->vlan_id)
5319 if (work->vlan_id == MLX4_VGT) {
5372 /* unregister previous vlan_id if needed and we had no errors
H A Dmlx4_cmd.c1929 work->vlan_id = vp_oper->state.default_vlan;
/freebsd-11-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c740 pcell_t phy_id[3], vlan_id; local
769 &vlan_id, len) > 0) {
770 vlan = vlan_id;
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_common.c4976 * @vlan_id: the VLAN ID for which the statistics are requested
4985 u16 vlan_id, u16 *stat_index,
4999 cmd_resp->vlan = CPU_TO_LE16(vlan_id);
5013 * @vlan_id: the VLAN ID for which the statistics are requested
5022 u16 vlan_id, u16 stat_index,
5037 cmd->vlan = CPU_TO_LE16(vlan_id);
4984 i40e_aq_add_statistics(struct i40e_hw *hw, u16 seid, u16 vlan_id, u16 *stat_index, struct i40e_asq_cmd_details *cmd_details) argument
5021 i40e_aq_remove_statistics(struct i40e_hw *hw, u16 seid, u16 vlan_id, u16 stat_index, struct i40e_asq_cmd_details *cmd_details) argument
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c244 wc->vlan_id = (be16_to_cpu(cqe->vlan_info)) & 0xfff;
/freebsd-11-stable/sys/dev/bxe/
H A Decore_hsi.h7589 uint16_t vlan_or_ethertype /* Vlan structure: vlan_id is in lsb, then cfi and then priority vlan_id 12 bits (lsb), cfi 1 bit, priority 3 bits. In E2, this field should be set with etherType for VFs with no vlan */;
7767 ETH_VLAN_FILTER_SPECIFIC_VLAN /* Only the vlan_id is allowed */,
7791 uint16_t vlan_id /* The inner vlan id (12b). Used either in vlan_in_cam for mac_valn pair or for vlan filtering */; member in struct:mac_configuration_entry
7893 uint16_t vlan_id[2] /* VLANs of this function. VLAN filtering is determine according to vlan_filtering_enable. */; member in struct:tstorm_eth_function_common_config
10232 uint16_t vlan_id /* Connection-configured VLAN ID */; member in struct:tstorm_tcp_st_context_section
10234 uint16_t vlan_id /* Connection-configured VLAN ID */; member in struct:tstorm_tcp_st_context_section
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h917 u16 vlan_id; member in struct:ib_wc
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h3676 __be16 vlan_id; member in struct:fw_pofcoe_tcb_wr
8910 __be16 vlan_id; member in struct:fw_fcoe_link_cmd
9193 __u8 vlan_id; member in struct:fw_fcoe_fcf_cmd

Completed in 683 milliseconds

123