Searched refs:vlan (Results 151 - 158 of 158) sorted by relevance

1234567

/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c11216 * @vlan: The vlanid to be set
11220 u16 vlan)
11225 enable = (vlan ? F_FW_ACL_VLAN_CMD_EN : 0);
11234 /* Drop all packets that donot match vlan id */
11241 vlan_cmd.vlanid[0] = cpu_to_be16(vlan);
11219 t4_set_vlan_acl(struct adapter *adap, unsigned int mbox, unsigned int vf, u16 vlan) argument
/freebsd-12-stable/sys/dev/ixl/
H A Di40e_common.c3296 * @seid: VSI for the vlan filters
3297 * @v_list: list of vlan filters to be added
3336 * @seid: VSI for the vlan filters
5036 cmd_resp->vlan = CPU_TO_LE16(vlan_id);
5074 cmd->vlan = CPU_TO_LE16(vlan_id);
/freebsd-12-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h1018 * metadata[11:0] contains the vlan VID value. - metadata[12]
1019 * contains the vlan DE value. - metadata[15:13] contains the
1020 * vlan PRI value. - metadata[31:16] contains the vlan TPID
1380 * metadata[11:0] contains the vlan VID value. - metadata[12]
1381 * contains the vlan DE value. - metadata[15:13] contains the
1382 * vlan PRI value. - metadata[31:16] contains the vlan TPID
4866 * value. - raweth_qp1_metadata[11:0] contains the vlan VID
4867 * value. - raweth_qp1_metadata[12] contains the vlan D
6570 uint16_t vlan; member in struct:hwrm_func_qcfg_output
25874 uint16_t vlan; member in struct:cmdq_add_gid
25966 uint16_t vlan; member in struct:cmdq_modify_gid
28078 uint16_t vlan; member in struct:creq_query_gid_resp_sb
[all...]
/freebsd-12-stable/sys/dev/oce/
H A Doce_if.c1171 nichdr->u0.s.vlan = 1; /*Vlan present*/
1687 /* This deternies if vlan tag is Valid */
1698 with pvid. So if pvid == vlan, neglect vlan.
1765 /* This deternies if vlan tag is Valid */
1776 with pvid. So if pvid == vlan, neglect vlan.
2262 * more, place the card in vlan promiscuous mode.
2859 /* Embed vlan tag in the packet if it is not part of it */
2865 /* if UMC, ignore vlan ta
[all...]
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_sge.c2645 * ethernet data. Hardware assistance with various checksums and any vlan tag
2656 m->m_pkthdr.ether_vtag = ntohs(cpl->vlan);
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_sge.c2030 m0->m_pkthdr.ether_vtag = be16toh(cpl->vlan);
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c3665 first_bd->data.vlan = m_head->m_pkthdr.ether_vtag;
4794 QL_DPRINT3(ha, "CQE type = %x, flags = %x, vlan = %x,"
/freebsd-12-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h4334 __be16 vlan[16]; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_mps::fw_ldst_mps_atrb

Completed in 431 milliseconds

1234567