Home
last modified time | relevance | path

Searched refs:vlan_cmd (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlx5/
H A Dqp.h253 __be16 vlan_cmd;
244 __be16 vlan_cmd; global() member
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c13503 struct fw_acl_vlan_cmd vlan_cmd; in t4_set_vlan_acl() local
13507 memset(&vlan_cmd, 0, sizeof(vlan_cmd)); in t4_set_vlan_acl()
13508 vlan_cmd.op_to_vfn = cpu_to_be32(V_FW_CMD_OP(FW_ACL_VLAN_CMD) | in t4_set_vlan_acl()
13514 vlan_cmd.en_to_len16 = cpu_to_be32(enable | FW_LEN16(vlan_cmd) | in t4_set_vlan_acl()
13517 vlan_cmd.dropnovlan_fm = (enable in t4_set_vlan_acl()
13522 vlan_cmd.nvlan = 1; in t4_set_vlan_acl()
13523 vlan_cmd.vlanid[0] = cpu_to_be16(vlan); in t4_set_vlan_acl()
13526 return t4_wr_mbox(adap, adap->mbox, &vlan_cmd, sizeof(vlan_cmd), NULL); in t4_set_vlan_acl()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_tx.c875 wqe->eth.vlan_cmd = htons(0x8000); /* bit 0 CVLAN */ in mlx5e_sq_xmit()