vlan_cmd         10446 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	struct fw_acl_vlan_cmd vlan_cmd;
vlan_cmd         10450 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	memset(&vlan_cmd, 0, sizeof(vlan_cmd));
vlan_cmd         10451 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	vlan_cmd.op_to_vfn = cpu_to_be32(FW_CMD_OP_V(FW_ACL_VLAN_CMD) |
vlan_cmd         10457 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	vlan_cmd.en_to_len16 = cpu_to_be32(enable | FW_LEN16(vlan_cmd));
vlan_cmd         10459 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	vlan_cmd.dropnovlan_fm = (enable
vlan_cmd         10463 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		vlan_cmd.nvlan = 1;
vlan_cmd         10464 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 		vlan_cmd.vlanid[0] = cpu_to_be16(vlan);
vlan_cmd         10467 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c 	return t4_wr_mbox(adap, adap->mbox, &vlan_cmd, sizeof(vlan_cmd), NULL);